New background for tablets bottom toolbar.

This commit is contained in:
Dmitry Yunitsky 2014-12-10 15:40:18 +03:00 committed by Alex Zolotarev
parent 96b6879877
commit 88bc918cfc
13 changed files with 5 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 802 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 608 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 807 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 462 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

View file

@ -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"

View file

@ -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"

View file

@ -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>