Icons for Dashboard actionbar.
BIN
OsmAnd/res/drawable-hdpi/ic_ac_help.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
OsmAnd/res/drawable-hdpi/ic_ac_settings.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
OsmAnd/res/drawable-mdpi/ic_ac_help.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
OsmAnd/res/drawable-mdpi/ic_ac_settings.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
OsmAnd/res/drawable-xhdpi/ic_ac_help.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
OsmAnd/res/drawable-xhdpi/ic_ac_settings.png
Normal file
After Width: | Height: | Size: 2 KiB |
BIN
OsmAnd/res/drawable-xxhdpi/ic_ac_help.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
OsmAnd/res/drawable-xxhdpi/ic_ac_settings.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
|
@ -19,7 +19,7 @@
|
|||
android:text="@string/search_for"
|
||||
style="@style/DashboardSubHeader"
|
||||
android:gravity="center_vertical"
|
||||
android:layout_height="40dp"
|
||||
android:layout_height="38dp"
|
||||
android:layout_width="wrap_content"/>
|
||||
<LinearLayout android:orientation="horizontal"
|
||||
android:layout_width="fill_parent"
|
||||
|
@ -68,7 +68,7 @@
|
|||
android:layout_height="wrap_content">
|
||||
<LinearLayout android:orientation="horizontal"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="40dp">
|
||||
android:layout_height="38dp">
|
||||
<TextView android:id="@+id/map_text"
|
||||
android:text="@string/map_Button"
|
||||
style="@style/DashboardSubHeader"/>
|
||||
|
|