diff options
author | zeapo <mohamed@zenadi.com> | 2014-10-19 18:55:52 +0200 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2014-10-19 18:55:52 +0200 |
commit | 01a1522194d4b6803d88e9ac1c50e5cddd70fa05 (patch) | |
tree | 2184be59f6bbfaf54083d5fefe771b193da7a0a5 /app/src/main/res/values | |
parent | 639031737f6cbfd2c9cf3bcede8d1c85e9ddac67 (diff) |
Improved layout of clone and made it similar to the rest of the application
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/styles.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index f62f8701..08f50df7 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -5,7 +5,7 @@ <item name="colorPrimary">@color/blue_grey_500</item> <item name="colorPrimaryDark">@color/blue_grey_500</item> <item name="android:windowBackground">@color/blue_grey_100</item> - <item name="android:textColorPrimary">@color/blue_grey_50</item> + <item name="android:textColorPrimary">@color/teal_900</item> <item name="android:textColor">@color/blue_grey_900</item> </style> </resources> |