diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-07-14 11:31:37 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-14 11:31:37 +0530 |
commit | 7f3aceaf11ce69a121ea0d9bd62e38953184e40c (patch) | |
tree | 8a1053517e07f4ddef077804e57df7a4e7675507 /app/src/main/res/values/styles.xml | |
parent | 5d60f1304f5bf3ac8cc86880af6e68f45673ed8e (diff) |
Fix navigation bar theming and reformat (#930)
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r-- | app/src/main/res/values/styles.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 3e30f0a5..d84143ce 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -6,7 +6,7 @@ <resources> <!-- Base application theme. --> - <style name="AppTheme" parent="Theme.MaterialComponents.DayNight"> + <style name="APSTheme" parent="Theme.MaterialComponents.DayNight"> <item name="colorPrimary">@color/primary_color</item> <item name="colorOnPrimary">@color/color_control_normal</item> <item name="colorPrimaryDark">@color/primary_color</item> @@ -30,6 +30,8 @@ <item name="textInputStyle">@style/AppTheme.TextInputLayout</item> </style> + <style name="AppTheme" parent="APSTheme" /> + <style name="AppTheme.TextInputLayout" parent="Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense"> <item name="boxStrokeColor">@color/outlined_box_selector</item> <item name="hintTextColor">?attr/colorSecondary</item> |