diff options
Diffstat (limited to 'main/res/drawable/action_button_dark_off.xml')
| -rw-r--r-- | main/res/drawable/action_button_dark_off.xml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/main/res/drawable/action_button_dark_off.xml b/main/res/drawable/action_button_dark_off.xml index 6b0f3ff..e31a0cc 100644 --- a/main/res/drawable/action_button_dark_off.xml +++ b/main/res/drawable/action_button_dark_off.xml @@ -1,9 +1,11 @@ <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" - android:shape="rectangle"> - <stroke - android:color="#44FFFFFF" - android:width="1px" /> - <solid - android:color="#33000000" /> + android:shape="rectangle" > + + <stroke + android:width="1px" + android:color="#44FFFFFF" /> + + <solid android:color="#33000000" /> + </shape>
\ No newline at end of file |
