aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/res/values/styles.xml
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-04-18 23:10:29 -0500
committerIván Ávalos <avalos@disroot.org>2022-04-18 23:10:29 -0500
commit65bf515eb2cb95a0e13cf71788e60bf6b16f5fcd (patch)
treedcc65a1f090f5afa93e6bc7c6e6c178dc10eaae2 /androidApp/src/main/res/values/styles.xml
parent591eb35abf77aa23e5b897c92eb9ff588a968f16 (diff)
parentfc3e2a6e316cb8acd6aac0553c92f9dbc6b669b4 (diff)
downloadetbsa-trackermap-mobile-65bf515eb2cb95a0e13cf71788e60bf6b16f5fcd.tar.gz
etbsa-trackermap-mobile-65bf515eb2cb95a0e13cf71788e60bf6b16f5fcd.tar.bz2
etbsa-trackermap-mobile-65bf515eb2cb95a0e13cf71788e60bf6b16f5fcd.zip
Merge branch 'main' of lraspi:/secret/git/repos/etbsa-trackermap-mobile
Diffstat (limited to 'androidApp/src/main/res/values/styles.xml')
-rw-r--r--androidApp/src/main/res/values/styles.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/androidApp/src/main/res/values/styles.xml b/androidApp/src/main/res/values/styles.xml
index dc40450..982d4dc 100644
--- a/androidApp/src/main/res/values/styles.xml
+++ b/androidApp/src/main/res/values/styles.xml
@@ -12,4 +12,17 @@
<item name="android:textStyle">bold</item>
</style>
+ <style name="BottomSheetCardStyle" parent="Widget.MaterialComponents.CardView">
+ <item name="shapeAppearanceOverlay">@style/ShapeAppearanceOverlay_BottomSheetCard</item>
+ <item name="cardElevation">@dimen/card_elevation</item>
+ </style>
+
+ <style name="ShapeAppearanceOverlay_BottomSheetCard">
+ <item name="cornerFamily">rounded</item>
+ <item name="cornerSizeTopRight">@dimen/card_border_radius</item>
+ <item name="cornerSizeTopLeft">@dimen/card_border_radius</item>
+ <item name="cornerSizeBottomRight">0dp</item>
+ <item name="cornerSizeBottomLeft">0dp</item>
+ </style>
+
</resources> \ No newline at end of file