mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-11-12 04:25:09 -05:00
Fix for Theme: ActionBarStyle Buttons too small
This commit is contained in:
parent
ef9ab6bae5
commit
2ed7766803
Binary file not shown.
@ -17,7 +17,7 @@
|
|||||||
android:dividerPadding="12dp">
|
android:dividerPadding="12dp">
|
||||||
|
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
style="@style/BottomBarActionButton"
|
style="?android:attr/actionButtonStyle"
|
||||||
android:id="@+id/entry_edit"
|
android:id="@+id/entry_edit"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
android:baselineAligned="false">
|
android:baselineAligned="false">
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:id="@+id/accept_button"
|
android:id="@+id/accept_button"
|
||||||
style="@style/BottomBarActionButton"
|
style="?android:attr/actionButtonStyle"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1">
|
android:layout_weight="1">
|
||||||
@ -31,7 +31,7 @@
|
|||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:id="@+id/cancel_button"
|
android:id="@+id/cancel_button"
|
||||||
style="@style/BottomBarActionButton"
|
style="?android:attr/actionButtonStyle"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1">
|
android:layout_weight="1">
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
android:baselineAligned="false">
|
android:baselineAligned="false">
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:id="@+id/add_group"
|
android:id="@+id/add_group"
|
||||||
style="@style/BottomBarActionButton"
|
style="?android:attr/actionButtonStyle"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1">
|
android:layout_weight="1">
|
||||||
@ -36,7 +36,7 @@
|
|||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:id="@+id/add_entry"
|
android:id="@+id/add_entry"
|
||||||
style="@style/BottomBarActionButton"
|
style="?android:attr/actionButtonStyle"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:background="?android:attr/selectableItemBackground"
|
android:background="?android:attr/selectableItemBackground"
|
||||||
@ -55,7 +55,7 @@
|
|||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:id="@+id/insert_element"
|
android:id="@+id/insert_element"
|
||||||
style="@style/BottomBarActionButton"
|
style="?android:attr/actionButtonStyle"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1">
|
android:layout_weight="1">
|
||||||
@ -72,7 +72,7 @@
|
|||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:id="@+id/cancel_insert_element"
|
android:id="@+id/cancel_insert_element"
|
||||||
style="@style/BottomBarActionButton"
|
style="?android:attr/actionButtonStyle"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1">
|
android:layout_weight="1">
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
android:baselineAligned="false">
|
android:baselineAligned="false">
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:id="@+id/select_other_entry"
|
android:id="@+id/select_other_entry"
|
||||||
style="@style/BottomBarActionButton"
|
style="?android:attr/actionButtonStyle"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1">
|
android:layout_weight="1">
|
||||||
@ -34,7 +34,7 @@
|
|||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:id="@+id/add_url_entry"
|
android:id="@+id/add_url_entry"
|
||||||
style="@style/BottomBarActionButton"
|
style="?android:attr/actionButtonStyle"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1">
|
android:layout_weight="1">
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
android:baselineAligned="false">
|
android:baselineAligned="false">
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:id="@+id/select_other_entry"
|
android:id="@+id/select_other_entry"
|
||||||
style="@style/BottomBarActionButton"
|
style="?android:attr/actionButtonStyle"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1">
|
android:layout_weight="1">
|
||||||
@ -34,7 +34,7 @@
|
|||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:id="@+id/add_url_entry"
|
android:id="@+id/add_url_entry"
|
||||||
style="@style/BottomBarActionButton"
|
style="?android:attr/actionButtonStyle"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1">
|
android:layout_weight="1">
|
||||||
|
Loading…
Reference in New Issue
Block a user