mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
re-correcting String glitch by changing layout-height attribute
This commit is contained in:
parent
74820a40db
commit
5013f36ba4
@ -17,7 +17,7 @@
|
||||
android:id="@+id/manual_setup"
|
||||
style="?android:attr/buttonBarButtonStyle"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="1"
|
||||
android:background="@drawable/selectable_item_background"
|
||||
android:text="@string/account_setup_basics_manual_setup_action" />
|
||||
|
@ -17,7 +17,7 @@
|
||||
android:id="@+id/import_settings"
|
||||
style="?android:attr/buttonBarButtonStyle"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="1"
|
||||
android:background="@drawable/selectable_item_background"
|
||||
android:text="@string/settings_import" />
|
||||
|
Loading…
Reference in New Issue
Block a user