diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-05-23 14:04:01 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-23 14:04:01 +0530 |
commit | 790b7c94d3277e273db1d71fcd15ceebbe2da722 (patch) | |
tree | 065b05c30c5ffd65e7fdfcadb3528d4fa20ce08a /app/src/main/res/values/styles.xml | |
parent | f2ad7e489f9330692bdc8f912638886061837d5c (diff) |
Tweak git server config screen UI and remove unused resources (#1419)
* themes: tweak Chip text appearance
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* app: tweak git server settings UI
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* app: remove unused resources
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r-- | app/src/main/res/values/styles.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index d354799b..e9c14449 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -39,11 +39,7 @@ <item name="chipSurfaceColor">@color/chip_surface_color</item> <item name="android:textColor">@color/chip_text_color</item> <item name="shapeAppearanceOverlay">@style/ShapeAppearance.AppTheme.SmallComponent</item> - <item name="textAppearanceBody2">@style/TextAppearance.AppTheme.Body2</item> - </style> - - <style name="TextAppearance.AppTheme.Body2" parent="TextAppearance.MaterialComponents.Body2"> - <item name="android:textStyle">bold</item> + <item name="android:textAppearance">?attr/textAppearanceButton</item> </style> <style name="ShapeAppearance.AppTheme.SmallComponent" parent="ShapeAppearance.MaterialComponents.SmallComponent"> |