aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/res/values/styles.xml
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-01-16 17:18:22 -0600
committerIván Ávalos <avalos@disroot.org>2022-01-16 17:18:22 -0600
commit41e222e22f6cf67248ae40161f69cc1d2753f6a2 (patch)
treedba552a2163254a0435c0814256bcd62cdca5373 /androidApp/src/main/res/values/styles.xml
parent22fcedc76d998cba6f8281829ba6c4f120cef691 (diff)
downloadetbsa-trackermap-mobile-41e222e22f6cf67248ae40161f69cc1d2753f6a2.tar.gz
etbsa-trackermap-mobile-41e222e22f6cf67248ae40161f69cc1d2753f6a2.tar.bz2
etbsa-trackermap-mobile-41e222e22f6cf67248ae40161f69cc1d2753f6a2.zip
Added close button to DetailsActivity, updated strings and layouts
Diffstat (limited to 'androidApp/src/main/res/values/styles.xml')
-rw-r--r--androidApp/src/main/res/values/styles.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/androidApp/src/main/res/values/styles.xml b/androidApp/src/main/res/values/styles.xml
index 4a51239..dc40450 100644
--- a/androidApp/src/main/res/values/styles.xml
+++ b/androidApp/src/main/res/values/styles.xml
@@ -6,4 +6,10 @@
<item name="colorAccent">@color/colorAccent</item>
</style>
+ <style name="SmallTabText" parent="Widget.MaterialComponents.TabLayout">
+ <item name="textAllCaps">true</item>
+ <item name="android:textSize">11sp</item>
+ <item name="android:textStyle">bold</item>
+ </style>
+
</resources> \ No newline at end of file