Increase main activity button heights

This commit is contained in:
mimi89999
2025-12-27 13:14:42 +01:00
parent 200f2a0502
commit 12fb077998
@@ -74,6 +74,7 @@
android:id="@+id/btnDeviceInfo"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="56dp"
android:text="@string/btn_show_device_status"
android:enabled="false" />
@@ -81,6 +82,7 @@
android:id="@+id/btnListCredentials"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="56dp"
android:layout_marginTop="8dp"
android:text="@string/btn_list_credentials"
android:enabled="false" />
@@ -89,6 +91,7 @@
android:id="@+id/btnChangePin"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="56dp"
android:layout_marginTop="8dp"
android:text="@string/btn_change_pin"
android:enabled="false" />