Posts by Lucas Moretto • 123 points
3 posts
-
1
votes1
answer404
viewsA: Text on Progressbar
I see two solutions: 1) You can use a ProgressDialog in this upload. This way you will have a text window above the webview. It is very intuitive for the user. 2) If you wish to do without the…
-
0
votes2
answers449
viewsA: Color Spinner Progressdialog - Android
You need to change the property progressTint with the color you want. You can do this directly in the xml of your layout or via code: progress.setProgressTintList(ColorStateList.valueOf(Color.RED));…
-
1
votes1
answer95
viewsQ: Font approval using SVN
Is there any way to control the approval of a SVN file? If there is no explicit approval, there is some other similar way (as in opensource projects) to control file entry into the repository? Thank…