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

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -