diff options
Diffstat (limited to 'res/drawable/progress.xml')
-rw-r--r-- | res/drawable/progress.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/res/drawable/progress.xml b/res/drawable/progress.xml index dd7c375..fd89317 100644 --- a/res/drawable/progress.xml +++ b/res/drawable/progress.xml @@ -14,16 +14,17 @@ limitations under the License. --> <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> - +<!-- <item android:id="@android:id/background"> <shape> - <solid android:color="#ffffffff"/> + <solid android:color="#804d83ba"/> </shape> </item> + --> <item android:id="@android:id/progress"> <clip> <shape> - <solid android:color="#ff94b73f"/> + <solid android:color="#804d83ba"/> </shape> </clip> </item> |