Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/mumla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lublin <daniel@lublin.se>2020-04-20 16:40:51 +0300
committerDaniel Lublin <daniel@lublin.se>2020-04-20 22:44:48 +0300
commitb2f728c6ab9896c84cc99553d01cbc803f958f14 (patch)
tree62364513dce406fc670c79aa043a9ac68e33aa60
parent6339a0ff34920242584871c7a8a707fdd6571772 (diff)
Explicitly make push-to-talk button allCAPS (somehow it was already!)
-rw-r--r--app/src/main/res/layout-sw600dp/fragment_channel.xml3
-rw-r--r--app/src/main/res/layout-sw720dp/fragment_channel.xml3
-rw-r--r--app/src/main/res/layout/fragment_channel.xml1
3 files changed, 5 insertions, 2 deletions
diff --git a/app/src/main/res/layout-sw600dp/fragment_channel.xml b/app/src/main/res/layout-sw600dp/fragment_channel.xml
index f19cc12..e282ac9 100644
--- a/app/src/main/res/layout-sw600dp/fragment_channel.xml
+++ b/app/src/main/res/layout-sw600dp/fragment_channel.xml
@@ -105,9 +105,10 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="@string/ptt"
+ android:textAllCaps="true"
+ android:textStyle="bold"
android:textSize="12sp"
android:textColor="#858585"
- android:textStyle="bold"
android:background="?attr/selectableItemBackground"/>
</LinearLayout>
</LinearLayout>
diff --git a/app/src/main/res/layout-sw720dp/fragment_channel.xml b/app/src/main/res/layout-sw720dp/fragment_channel.xml
index c3ed086..4982e92 100644
--- a/app/src/main/res/layout-sw720dp/fragment_channel.xml
+++ b/app/src/main/res/layout-sw720dp/fragment_channel.xml
@@ -103,9 +103,10 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="@string/ptt"
+ android:textAllCaps="true"
+ android:textStyle="bold"
android:textSize="12sp"
android:textColor="#858585"
- android:textStyle="bold"
android:background="?attr/selectableItemBackground"/>
</LinearLayout>
</LinearLayout>
diff --git a/app/src/main/res/layout/fragment_channel.xml b/app/src/main/res/layout/fragment_channel.xml
index 362659f..a60434d 100644
--- a/app/src/main/res/layout/fragment_channel.xml
+++ b/app/src/main/res/layout/fragment_channel.xml
@@ -78,6 +78,7 @@
android:layout_height="50dp"
android:text="@string/ptt"
android:textColor="?android:attr/textColorPrimaryInverse"
+ android:textAllCaps="true"
android:textStyle="bold"
android:textSize="12sp"
android:background="?attr/selectableItemBackground"/>