Change size of split toolbar
This commit is contained in:
parent
26fb698b06
commit
9159870021
4 changed files with 4 additions and 3 deletions
|
@ -16,5 +16,5 @@
|
|||
android:orientation="horizontal"
|
||||
android:id="@+id/bottomControls"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"/>
|
||||
android:layout_height="@dimen/bottom_tool_bar_size"/>
|
||||
</LinearLayout>
|
|
@ -42,6 +42,6 @@
|
|||
android:background="?attr/bottomToolBarColor"
|
||||
android:id="@+id/bottomControls"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"/>
|
||||
android:layout_height="@dimen/bottom_tool_bar_size"/>
|
||||
|
||||
</LinearLayout>
|
|
@ -20,6 +20,6 @@
|
|||
android:id="@+id/bottomControls"
|
||||
android:background="?attr/bottomToolBarColor"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"/>
|
||||
android:layout_height="@dimen/bottom_tool_bar_size"/>
|
||||
|
||||
</LinearLayout>
|
|
@ -26,6 +26,7 @@
|
|||
<dimen name="list_header_padding">8dp</dimen>
|
||||
<dimen name="tab_height">48dp</dimen>
|
||||
<dimen name="list_item_height">50dp</dimen>
|
||||
<dimen name="bottom_tool_bar_size">48dp</dimen>
|
||||
|
||||
<!-- TextSizes -->
|
||||
<dimen name="showAllButtonTextSize">12sp</dimen>
|
||||
|
|
Loading…
Reference in a new issue