New background for tablets bottom toolbar.
Before Width: | Height: | Size: 1.2 KiB |
BIN
android/res/drawable-hdpi/ic_toolbar_tablet_bg.9.png
Normal file
After Width: | Height: | Size: 802 B |
Before Width: | Height: | Size: 608 B |
Before Width: | Height: | Size: 807 B |
BIN
android/res/drawable-mdpi/ic_toolbar_tablet_bg.9.png
Normal file
After Width: | Height: | Size: 462 B |
Before Width: | Height: | Size: 1.5 KiB |
BIN
android/res/drawable-xhdpi/ic_toolbar_tablet_bg.9.png
Normal file
After Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 2.1 KiB |
BIN
android/res/drawable-xxhdpi/ic_toolbar_tablet_bg.9.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 2.7 KiB |
|
@ -120,11 +120,10 @@
|
|||
<include
|
||||
android:id="@+id/map_bottom_toolbar"
|
||||
layout="@layout/map_bottom_toolbar"
|
||||
android:layout_width="@dimen/bottom_button_width"
|
||||
android:layout_width="@dimen/bottom_panel_width"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_marginBottom="56dp"/>
|
||||
android:layout_alignParentRight="true"/>
|
||||
|
||||
<include
|
||||
android:id="@+id/map_bottom_vertical_toolbar"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="@dimen/bottom_panel_height"
|
||||
android:layout_width="@dimen/bottom_panel_width"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:background="@drawable/ic_toolbar_gradient_v">
|
||||
android:background="@drawable/ic_toolbar_tablet_bg">
|
||||
|
||||
<ImageButton
|
||||
style="@style/Widget.MapButtonBottom"
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
<dimen name="sp_x_5">35sp</dimen>
|
||||
|
||||
<dimen name="bottom_panel_height">70dp</dimen>
|
||||
<dimen name="bottom_panel_width">58dp</dimen>
|
||||
<dimen name="bottom_button_width">46dp</dimen>
|
||||
|
||||
</resources>
|
||||
|
|