Icons for Dashboard actionbar.

This commit is contained in:
Dmitriy Prodchenko 2014-11-13 16:31:17 +02:00
parent 5c3de0ecdb
commit 31dff59f4b
9 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View file

@ -19,7 +19,7 @@
android:text="@string/search_for" android:text="@string/search_for"
style="@style/DashboardSubHeader" style="@style/DashboardSubHeader"
android:gravity="center_vertical" android:gravity="center_vertical"
android:layout_height="40dp" android:layout_height="38dp"
android:layout_width="wrap_content"/> android:layout_width="wrap_content"/>
<LinearLayout android:orientation="horizontal" <LinearLayout android:orientation="horizontal"
android:layout_width="fill_parent" android:layout_width="fill_parent"
@ -68,7 +68,7 @@
android:layout_height="wrap_content"> android:layout_height="wrap_content">
<LinearLayout android:orientation="horizontal" <LinearLayout android:orientation="horizontal"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="40dp"> android:layout_height="38dp">
<TextView android:id="@+id/map_text" <TextView android:id="@+id/map_text"
android:text="@string/map_Button" android:text="@string/map_Button"
style="@style/DashboardSubHeader"/> style="@style/DashboardSubHeader"/>