Fix for Theme: ActionBarStyle Buttons too small
This commit is contained in:
		
										
											Binary file not shown.
										
									
								
							| @@ -17,7 +17,7 @@ | ||||
|         android:dividerPadding="12dp"> | ||||
|     | ||||
|         <FrameLayout | ||||
|             style="@style/BottomBarActionButton" | ||||
|             style="?android:attr/actionButtonStyle" | ||||
|             android:id="@+id/entry_edit" | ||||
|             android:layout_width="fill_parent" | ||||
|             android:layout_height="wrap_content" | ||||
|   | ||||
| @@ -14,7 +14,7 @@ | ||||
|         android:baselineAligned="false"> | ||||
|         <FrameLayout | ||||
|             android:id="@+id/accept_button" | ||||
|             style="@style/BottomBarActionButton" | ||||
|             style="?android:attr/actionButtonStyle" | ||||
|             android:layout_width="0dp" | ||||
|             android:layout_height="wrap_content" | ||||
|             android:layout_weight="1"> | ||||
| @@ -31,7 +31,7 @@ | ||||
|         </FrameLayout> | ||||
|         <FrameLayout | ||||
|             android:id="@+id/cancel_button" | ||||
|             style="@style/BottomBarActionButton" | ||||
|             style="?android:attr/actionButtonStyle" | ||||
|             android:layout_width="0dp" | ||||
|             android:layout_height="wrap_content" | ||||
|             android:layout_weight="1"> | ||||
|   | ||||
| @@ -19,7 +19,7 @@ | ||||
|         android:baselineAligned="false"> | ||||
|         <FrameLayout | ||||
|             android:id="@+id/add_group" | ||||
|             style="@style/BottomBarActionButton" | ||||
|             style="?android:attr/actionButtonStyle" | ||||
|             android:layout_width="0dp" | ||||
|             android:layout_height="wrap_content" | ||||
|             android:layout_weight="1"> | ||||
| @@ -36,7 +36,7 @@ | ||||
|         </FrameLayout> | ||||
|         <FrameLayout | ||||
|             android:id="@+id/add_entry" | ||||
|             style="@style/BottomBarActionButton" | ||||
|             style="?android:attr/actionButtonStyle" | ||||
|             android:layout_width="0dp" | ||||
|             android:layout_height="wrap_content" | ||||
| 			android:background="?android:attr/selectableItemBackground" | ||||
| @@ -55,7 +55,7 @@ | ||||
|         </FrameLayout> | ||||
| 		<FrameLayout | ||||
|             android:id="@+id/insert_element" | ||||
|             style="@style/BottomBarActionButton" | ||||
|             style="?android:attr/actionButtonStyle" | ||||
|             android:layout_width="0dp" | ||||
|             android:layout_height="wrap_content" | ||||
|             android:layout_weight="1"> | ||||
| @@ -72,7 +72,7 @@ | ||||
| 		</FrameLayout> | ||||
| 		<FrameLayout | ||||
|             android:id="@+id/cancel_insert_element" | ||||
|             style="@style/BottomBarActionButton" | ||||
|             style="?android:attr/actionButtonStyle" | ||||
|             android:layout_width="0dp" | ||||
|             android:layout_height="wrap_content" | ||||
|             android:layout_weight="1"> | ||||
|   | ||||
| @@ -19,7 +19,7 @@ | ||||
|         android:baselineAligned="false"> | ||||
|         <FrameLayout | ||||
|             android:id="@+id/select_other_entry" | ||||
|             style="@style/BottomBarActionButton" | ||||
|             style="?android:attr/actionButtonStyle" | ||||
|             android:layout_width="0dp" | ||||
|             android:layout_height="wrap_content" | ||||
|             android:layout_weight="1"> | ||||
| @@ -34,7 +34,7 @@ | ||||
|         </FrameLayout> | ||||
|         <FrameLayout | ||||
|             android:id="@+id/add_url_entry" | ||||
|             style="@style/BottomBarActionButton" | ||||
|             style="?android:attr/actionButtonStyle" | ||||
|             android:layout_width="0dp" | ||||
|             android:layout_height="wrap_content" | ||||
|             android:layout_weight="1"> | ||||
|   | ||||
| @@ -19,7 +19,7 @@ | ||||
|         android:baselineAligned="false"> | ||||
|         <FrameLayout | ||||
|             android:id="@+id/select_other_entry" | ||||
|             style="@style/BottomBarActionButton" | ||||
|             style="?android:attr/actionButtonStyle" | ||||
|             android:layout_width="0dp" | ||||
|             android:layout_height="wrap_content" | ||||
|             android:layout_weight="1"> | ||||
| @@ -34,7 +34,7 @@ | ||||
|         </FrameLayout> | ||||
|         <FrameLayout | ||||
|             android:id="@+id/add_url_entry" | ||||
|             style="@style/BottomBarActionButton" | ||||
|             style="?android:attr/actionButtonStyle" | ||||
|             android:layout_width="0dp" | ||||
|             android:layout_height="wrap_content" | ||||
|             android:layout_weight="1"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Philipp Crocoll
					Philipp Crocoll