diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2015-08-12 22:33:48 +0200 |
---|---|---|
committer | Mohamed Zenadi <mohamed@zenadi.com> | 2015-08-12 22:33:48 +0200 |
commit | 58d93d757d30e45a740f9797ef15766c6db01bee (patch) | |
tree | bc9e1fb0faa8dc06022b2921632419c2bab8d6af /app/src/main/res/values | |
parent | 0cb325f4b1b7af6209a7684e25f292600c7bc80c (diff) |
show the full category of the password
with a small style revamp
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 | ||||
-rw-r--r-- | app/src/main/res/values/styles.xml | 10 |
2 files changed, 6 insertions, 5 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 75d5bb51..3a3d4061 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -152,5 +152,6 @@ <string name="show_password_pref_summary">Control the visibility of the passwords once decrypted, this does not disable the password copy</string> <string name="toast_password_copied">Password copied into the clipboard</string> <string name="pwd_generate_button">Generate</string> + <string name="category_string">"Category: "</string> </resources> diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 3fffef42..9f610b68 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -2,15 +2,15 @@ <!-- Base application theme. --> <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> - <item name="colorPrimary">@color/blue_grey_500</item> - <item name="colorPrimaryDark">@color/blue_grey_700</item> - <item name="android:windowBackground">@color/blue_grey_50</item> - <item name="android:textColorPrimary">@color/teal_900</item> + <item name="colorPrimary">@color/indigo_A400</item> + <item name="colorPrimaryDark">@color/indigo_A700</item> + <item name="android:windowBackground">@color/indigo_50</item> + <item name="android:textColorPrimary">@color/blue_500</item> <item name="android:textColor">@color/text_color</item> <item name="actionModeStyle">@style/ActionMode</item> </style> <style name="ActionMode" parent="@style/Widget.AppCompat.ActionMode"> - <item name="background">@color/blue_grey_700</item> + <item name="background">@color/indigo_A700</item> </style> </resources> |