Sure, Send me a pm because I need to know what version you are running and understand better what you want. The resolver is more than likely going to require edit png files. The border on the popups will effect more than just the power menu. Eg. When we edit the twpopup.xml(not the actual name) it will effect more than the power menu. So I need to know better what you are trying to do.
Ok, i have been send you a PM.
And after read all 527 posts of this thread, i have done mod on resolver menu and popup menu by added a 9 patch image. I also add
Code:
<stroke android:width="1.0dip" android:color="#ff33b5e5" />
but it not active, nothings happend with resolver and popup menu, so i used a 9 patch image, and it work good.
Now my question is: how to add outline to "Spinner Dropdown List"? I've add
Code:
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="5.0dip" />
<solid android:color="#ff454545" />
[COLOR="Blue"]<stroke android:width="1.0dip" color="#ff33b5e5" />[/COLOR]
</shape>
to tw_popup_background_material.xml and popup_background_material.xml but nothing happend, but it can change solid color, and if i change solid color to transparent (#00000000), i can see a stroke 1.0 dip in BLACK color, not in #33b5e5 color which i added.
And how to make outline of the menu appear (i dont know what called) when we press menu button? And how to make out line of volume panel?
Please someone help me, thanks!