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

github.com/ClusterM/wear-os-hex-editor-watchface.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-03-15 11:23:49 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-03-15 11:23:49 +0300
commit10f65d2b4e46556e451ae1eeb09cbe812966ee1d (patch)
tree636e25568e4d009b7912a4eed23605d7ed03557c
parent7261c9dec75378ff5bc6a7512282d9dbe6185c77 (diff)
Font size
-rw-r--r--app/src/main/res/layout/menu_item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/menu_item.xml b/app/src/main/res/layout/menu_item.xml
index 84e191e..d69594b 100644
--- a/app/src/main/res/layout/menu_item.xml
+++ b/app/src/main/res/layout/menu_item.xml
@@ -35,7 +35,7 @@
android:layout_height="0dp"
android:gravity="center_vertical|left"
android:text="key"
- android:textSize="20sp"
+ android:textSize="18sp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/guideline"
app:layout_constraintStart_toEndOf="@+id/imageViewLeft"