diff options
Diffstat (limited to 'main/res/drawable/mark_green_orange.xml')
| -rw-r--r-- | main/res/drawable/mark_green_orange.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/main/res/drawable/mark_green_orange.xml b/main/res/drawable/mark_green_orange.xml index 6985d18..fcde52e 100644 --- a/main/res/drawable/mark_green_orange.xml +++ b/main/res/drawable/mark_green_orange.xml @@ -1,8 +1,10 @@ <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" - android:shape="rectangle"> + android:shape="rectangle" > + <gradient - android:startColor="#FFFF7700" - android:endColor="#FF00FF00" - android:angle="90" /> -</shape> + android:angle="90" + android:endColor="#FF00FF00" + android:startColor="#FFFF7700" /> + +</shape>
\ No newline at end of file |
