Center app title between power and settings buttons (v1.0.4)

This commit is contained in:
ua1zbe
2026-08-14 13:43:13 +03:00
parent 3de3d7e893
commit a083660e03

View File

@@ -23,6 +23,11 @@
android:contentDescription="@string/btn_power" android:contentDescription="@string/btn_power"
android:scaleType="centerInside" /> android:scaleType="centerInside" />
<Space
android:layout_width="0dp"
android:layout_height="1dp"
android:layout_weight="1" />
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@@ -36,11 +41,6 @@
android:layout_height="1dp" android:layout_height="1dp"
android:layout_weight="1" /> android:layout_weight="1" />
<Space
android:layout_width="0dp"
android:layout_height="1dp"
android:layout_weight="1" />
<ImageButton <ImageButton
android:id="@+id/btn_settings" android:id="@+id/btn_settings"
android:layout_width="48dp" android:layout_width="48dp"