aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/res/values
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
commita914e5f34595d319ab1ce0f267ae1550cb625710 (patch)
treedba552a2163254a0435c0814256bcd62cdca5373 /androidApp/src/main/res/values
parentd64baccae830cf2cc88e6b3962bfec4c9b1e06d0 (diff)
downloadetbsa-trackermap-mobile-a914e5f34595d319ab1ce0f267ae1550cb625710.tar.gz
etbsa-trackermap-mobile-a914e5f34595d319ab1ce0f267ae1550cb625710.tar.bz2
etbsa-trackermap-mobile-a914e5f34595d319ab1ce0f267ae1550cb625710.zip
Added close button to DetailsActivity, updated strings and layouts
Diffstat (limited to 'androidApp/src/main/res/values')
-rw-r--r--androidApp/src/main/res/values/strings.xml3
-rw-r--r--androidApp/src/main/res/values/styles.xml6
2 files changed, 8 insertions, 1 deletions
diff --git a/androidApp/src/main/res/values/strings.xml b/androidApp/src/main/res/values/strings.xml
index d2c6148..62963fa 100644
--- a/androidApp/src/main/res/values/strings.xml
+++ b/androidApp/src/main/res/values/strings.xml
@@ -17,6 +17,7 @@
<string name="shared_ok">OK</string>
<string name="shared_cancel">Cancel</string>
<string name="shared_close">Close</string>
+ <string name="shared_send">Send</string>
<!-- LoginActivity -->
<string name="login_username">Username</string>
@@ -89,7 +90,7 @@
<!-- Commands -->
<string name="send_command">Send Command</string>
<string name="send_command_confirmation_text">
- Are you sure you want to send the command to device %1$s?
+ Command will be sent to device %1$s. Continue?
</string>
<!-- Reports -->
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