diff options
Diffstat (limited to 'res/drawable/u1n_back.xml')
-rw-r--r-- | res/drawable/u1n_back.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/res/drawable/u1n_back.xml b/res/drawable/u1n_back.xml index 3898629..069eb8e 100644 --- a/res/drawable/u1n_back.xml +++ b/res/drawable/u1n_back.xml @@ -1,14 +1,14 @@ <?xml version="1.0" encoding="utf-8"?> -<shape xmlns:android="http://schemas.android.com/apk/res/android" +<android:shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" > - <solid android:color="#002F6B" > - </solid> + <android:solid android:color="#000000" > + </android:solid> - <corners + <android:corners android:bottomLeftRadius="7dp" android:bottomRightRadius="7dp" android:topLeftRadius="7dp" android:topRightRadius="7dp" /> -</shape>
\ No newline at end of file +</android:shape>
\ No newline at end of file |