summaryrefslogtreecommitdiff
path: root/android-app/app/src/main/res/values/themes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android-app/app/src/main/res/values/themes.xml')
-rwxr-xr-xandroid-app/app/src/main/res/values/themes.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/android-app/app/src/main/res/values/themes.xml b/android-app/app/src/main/res/values/themes.xml
index 8baa509..a48a721 100755
--- a/android-app/app/src/main/res/values/themes.xml
+++ b/android-app/app/src/main/res/values/themes.xml
@@ -63,7 +63,7 @@
<style name="InstrumentUnit" parent="android:Widget.TextView">
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">wrap_content</item>
- <item name="android:textColor">#6B6070</item>
+ <item name="android:textColor">?attr/colorOnSurfaceVariant</item>
<item name="android:textSize">@dimen/text_size_instrument_unit</item>
<item name="android:textStyle">normal</item>
<item name="android:layout_marginStart">2dp</item>
@@ -119,6 +119,15 @@
<item name="android:layout_marginStart">4dp</item>
</style>
+ <!-- Bottom sheet top-only rounded corners -->
+ <style name="ShapeAppearance.Nav.BottomSheet">
+ <item name="cornerFamily">rounded</item>
+ <item name="cornerSizeTopLeft">24dp</item>
+ <item name="cornerSizeTopRight">24dp</item>
+ <item name="cornerSizeBottomLeft">0dp</item>
+ <item name="cornerSizeBottomRight">0dp</item>
+ </style>
+
<style name="InstrumentCard" parent="Widget.Material3.CardView.Elevated">
<item name="cardBackgroundColor">@color/instrument_card_background</item>
<item name="cardCornerRadius">12dp</item>