progress bar - Progressbar in Android without border -
how create progressbar without border?
<?xml version="1.0" encoding="utf-8"?> <style name="my_style" parent="@android:style/theme.dialog" > <item name="android:windowbackground">@null </item> </style>
from similar thread: progressbar dialog without border
Comments
Post a Comment