New zoom icons.

This commit is contained in:
Dmitry Yunitsky 2015-02-03 14:04:06 +03:00 committed by Alex Zolotarev
parent 5e2bd2dae8
commit 95ad3df5be
31 changed files with 11 additions and 11 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 977 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 893 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 115 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 221 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 301 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 206 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 B

View file

@ -5,7 +5,7 @@
android:exitFadeDuration="200"
tools:ignore="UnusedAttribute">
<item android:drawable="@drawable/ic_btn_zoom_bg_pressed" android:state_pressed="true"/>
<item android:drawable="@drawable/ic_btn_zoom_bg_normal"/>
<item android:drawable="@drawable/ic_bg_zoom_pressed" android:state_pressed="true"/>
<item android:drawable="@drawable/ic_bg_zoom_normal"/>
</selector>

View file

@ -21,20 +21,20 @@
style="@style/Widget.MapButtonZoom"
android:layout_width="@dimen/zoom_buttom_size"
android:layout_height="@dimen/zoom_buttom_size"
android:layout_above="@+id/map_button_minus"
android:layout_alignParentRight="true"
android:layout_below="@id/yop_it"
android:layout_marginTop="@dimen/margin_large"
android:onClick="onPlusClicked"
android:src="@drawable/ic_btn_zoom_in"/>
android:src="@drawable/ic_zoom_in"/>
<ImageButton
android:id="@+id/map_button_minus"
style="@style/Widget.MapButtonZoom"
android:layout_width="@dimen/zoom_buttom_size"
android:layout_height="@dimen/zoom_buttom_size"
android:layout_alignParentBottom="true"
android:layout_alignParentRight="true"
android:layout_below="@+id/map_button_plus"
android:layout_marginBottom="382dp"
android:onClick="onMinusClicked"
android:src="@drawable/ic_btn_zoom_out"/>
android:src="@drawable/ic_zoom_out"/>
</RelativeLayout>

View file

@ -32,7 +32,7 @@
android:layout_alignParentRight="true"
android:layout_below="@id/anchor_center"
android:onClick="onPlusClicked"
android:src="@drawable/ic_btn_zoom_in"/>
android:src="@drawable/ic_zoom_in"/>
<ImageButton
android:id="@+id/map_button_minus"
@ -42,6 +42,6 @@
android:layout_alignParentRight="true"
android:layout_below="@+id/map_button_plus"
android:onClick="onMinusClicked"
android:src="@drawable/ic_btn_zoom_out"/>
android:src="@drawable/ic_zoom_out"/>
</RelativeLayout>

View file

@ -46,7 +46,7 @@
<dimen name="color_chooser_radius">24dp</dimen>
<dimen name="dialog_max_height">320dp</dimen>
<dimen name="zoom_buttom_size">40dp</dimen>
<dimen name="zoom_buttom_size">56dp</dimen>
<dimen name="search_item_height">56dp</dimen>
<dimen name="search_box_height">56dp</dimen>

View file

@ -54,7 +54,7 @@
</style>
<style name="Widget.MapButtonZoom" parent="android:Widget.ImageButton">
<item name="android:background">@drawable/btn_zoom_bg_selector</item>
<item name="android:background">@drawable/bg_btn_zoom</item>
<item name="android:scaleType">center</item>
<item name="android:layout_marginRight">@dimen/margin_small</item>
<item name="android:layout_marginBottom">@dimen/margin_tiny_and_half</item>