diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-04-06 16:27:03 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-04-06 19:56:53 +0530 |
commit | d6e5fd9301d6eb4381684180f9a7ee929b33515f (patch) | |
tree | 9071110501b60106b281776092c9a2858071d06d /ui/src/main/res/values-v27 | |
parent | 2c625f56fdebd0877d5c7dfca5261c0b594d588e (diff) |
ui: tweak cards to make them nicer on the eyes
Surprisingly-requested-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'ui/src/main/res/values-v27')
-rw-r--r-- | ui/src/main/res/values-v27/styles.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/src/main/res/values-v27/styles.xml b/ui/src/main/res/values-v27/styles.xml index dcdf974f..03f0da86 100644 --- a/ui/src/main/res/values-v27/styles.xml +++ b/ui/src/main/res/values-v27/styles.xml @@ -25,5 +25,6 @@ <item name="materialAlertDialogTheme">@style/AppTheme.Dialog</item> <item name="actionBarPopupTheme">@style/ThemeOverlay.MaterialComponents.ActionBar</item> <item name="textInputStyle">@style/TextInputLayoutBase</item> + <item name="materialCardViewStyle">@style/AppTheme.MaterialCardView</item> </style> </resources> |