Enlarge TG selector to 22sp and push to right edge (v1.0.4)

This commit is contained in:
ua1zbe
2026-08-14 13:48:38 +03:00
parent 27169e9d0f
commit f4996bef8e

View File

@@ -73,7 +73,8 @@
<TextView
android:id="@+id/lbl_callsign"
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="wrap_content"
android:fontFamily="monospace"
android:textColor="@color/text_primary"
@@ -89,7 +90,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="14dp"
android:textColor="@color/warn"
android:textSize="18sp"
android:textSize="22sp"
android:textStyle="bold"
android:fontFamily="monospace" />
</LinearLayout>