diff options
author | Christian Schneppe <christian@pix-art.de> | 2016-11-19 23:07:54 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2016-11-19 23:07:54 +0100 |
commit | d783cec97084a12873ca62b5fcd64620056ec01b (patch) | |
tree | 65e63d03dd4ab7a834c343ba593c8cd8917620cb /src/main/res/drawable/infocard_border.xml | |
parent | 969ba45c56adaaa056f04464cd98aec115c9611b (diff) |
reformat code
Diffstat (limited to 'src/main/res/drawable/infocard_border.xml')
-rw-r--r-- | src/main/res/drawable/infocard_border.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/main/res/drawable/infocard_border.xml b/src/main/res/drawable/infocard_border.xml index baf60602f..ff3ec366a 100644 --- a/src/main/res/drawable/infocard_border.xml +++ b/src/main/res/drawable/infocard_border.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<shape xmlns:android="http://schemas.android.com/apk/res/android" > +<shape xmlns:android="http://schemas.android.com/apk/res/android"> <solid android:color="@color/grey50" /> @@ -7,9 +7,8 @@ <stroke android:width="0.5dp" - android:color="@color/black12" > - </stroke> - + android:color="@color/black12"></stroke> + <padding android:bottom="0dp" android:left="0dp" |