forked from organicmaps/organicmaps
Removed some old resources.
This commit is contained in:
parent
8a4495a31c
commit
ce9cced9dd
6 changed files with 0 additions and 84 deletions
Binary file not shown.
Before Width: | Height: | Size: 802 B |
Binary file not shown.
Before Width: | Height: | Size: 462 B |
Binary file not shown.
Before Width: | Height: | Size: 1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.7 KiB |
|
@ -1,42 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="@dimen/bottom_panel_width"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/ic_toolbar_tablet_bg"
|
||||
android:clipChildren="false"
|
||||
android:orientation="vertical">
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/btn__more"
|
||||
style="@style/MwmWidget.MapButton.White"
|
||||
android:layout_width="@dimen/bottom_button_width"
|
||||
android:layout_height="@dimen/bottom_panel_height"
|
||||
android:layout_gravity="center"
|
||||
android:src="@drawable/ic_settings"/>
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/btn__bookmarks"
|
||||
style="@style/MwmWidget.MapButton.White"
|
||||
android:layout_width="@dimen/bottom_button_width"
|
||||
android:layout_height="@dimen/bottom_panel_height"
|
||||
android:layout_gravity="center"
|
||||
android:src="@drawable/ic_bookmark"/>
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/btn__search"
|
||||
style="@style/MwmWidget.MapButton.White"
|
||||
android:layout_width="@dimen/bottom_button_width"
|
||||
android:layout_height="@dimen/bottom_panel_height"
|
||||
android:layout_gravity="center"
|
||||
android:src="@drawable/ic_search"/>
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/btn__myposition"
|
||||
style="@style/MwmWidget.MapButton.White"
|
||||
android:layout_width="@dimen/bottom_button_width"
|
||||
android:layout_height="@dimen/bottom_panel_height"
|
||||
android:layout_gravity="center"
|
||||
android:src="@drawable/ic_my_position"/>
|
||||
|
||||
</LinearLayout>
|
|
@ -1,42 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="@dimen/bottom_panel_width"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/ic_toolbar_tablet_bg"
|
||||
android:clipChildren="false"
|
||||
android:orientation="vertical">
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/btn__more"
|
||||
style="@style/MwmWidget.MapButton.White"
|
||||
android:layout_width="@dimen/bottom_button_width"
|
||||
android:layout_height="@dimen/bottom_panel_height"
|
||||
android:layout_gravity="center"
|
||||
android:src="@drawable/ic_settings"/>
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/btn__bookmarks"
|
||||
style="@style/MwmWidget.MapButton.White"
|
||||
android:layout_width="@dimen/bottom_button_width"
|
||||
android:layout_height="@dimen/bottom_panel_height"
|
||||
android:layout_gravity="center"
|
||||
android:src="@drawable/ic_bookmark"/>
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/btn__search"
|
||||
style="@style/MwmWidget.MapButton.White"
|
||||
android:layout_width="@dimen/bottom_button_width"
|
||||
android:layout_height="@dimen/bottom_panel_height"
|
||||
android:layout_gravity="center"
|
||||
android:src="@drawable/ic_search"/>
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/btn__myposition"
|
||||
style="@style/MwmWidget.MapButton.White"
|
||||
android:layout_width="@dimen/bottom_button_width"
|
||||
android:layout_height="@dimen/bottom_panel_height"
|
||||
android:layout_gravity="center"
|
||||
android:src="@drawable/ic_my_position"/>
|
||||
|
||||
</LinearLayout>
|
Loading…
Add table
Reference in a new issue