Fix button alignment on DB management activity

This commit is contained in:
xynngh 2020-10-23 18:51:47 +04:00
parent e06dd5fb97
commit 75ecb30b67
1 changed files with 2 additions and 2 deletions

View File

@ -30,14 +30,14 @@
<Button <Button
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="match_parent"
android:layout_weight="1" android:layout_weight="1"
android:onClick="onResetDbClick" android:onClick="onResetDbClick"
android:text="@string/db_management_reset_base" /> android:text="@string/db_management_reset_base" />
<Button <Button
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="match_parent"
android:layout_weight="1" android:layout_weight="1"
android:onClick="onResetSecondaryDbClick" android:onClick="onResetSecondaryDbClick"
android:text="@string/db_management_reset_secondary" /> android:text="@string/db_management_reset_secondary" />