diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2015-07-13 12:55:13 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2015-07-13 12:55:13 +0200 |
commit | ffffca10f0c3e399fbbcde200ea4758acc5ba03f (patch) | |
tree | b8b30640715399b4fd1d99a2edf02ed839a5b4e6 /src/main/res/drawable/grey.xml | |
parent | 84bfe8c72132923bfb6ac6f6adb2c56d1d037172 (diff) |
renamed colors
Diffstat (limited to 'src/main/res/drawable/grey.xml')
-rw-r--r-- | src/main/res/drawable/grey.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/drawable/grey.xml b/src/main/res/drawable/grey.xml index 96e03d2d..26986dbe 100644 --- a/src/main/res/drawable/grey.xml +++ b/src/main/res/drawable/grey.xml @@ -2,6 +2,6 @@ <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" > - <solid android:color="@color/divider" /> + <solid android:color="@color/black12" /> </shape>
\ No newline at end of file |