diff options
Diffstat (limited to '')
-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 2e90d96d..96e03d2d 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="#ffdddddd" /> + <solid android:color="@color/divider" /> </shape>
\ No newline at end of file |