diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-03-29 10:02:53 +0530 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-03-28 22:38:04 -0600 |
commit | b00aacbc41e902f0d10a78db7ec216ceec48e035 (patch) | |
tree | ed333af6ef5db859f8eaf12354d4e7c661faccc0 /ui/src/main/res/values-v27 | |
parent | 532c33a13baf0beeaf7f2ded6c4481b2b66d79db (diff) |
Fix tunnel editor theming
Also set textInputStyle in the base theme to avoid setting styles to all elements
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 2f4b7107..dcdf974f 100644 --- a/ui/src/main/res/values-v27/styles.xml +++ b/ui/src/main/res/values-v27/styles.xml @@ -24,5 +24,6 @@ <item name="alertDialogTheme">@style/AppTheme.Dialog</item> <item name="materialAlertDialogTheme">@style/AppTheme.Dialog</item> <item name="actionBarPopupTheme">@style/ThemeOverlay.MaterialComponents.ActionBar</item> + <item name="textInputStyle">@style/TextInputLayoutBase</item> </style> </resources> |