Remove unused icons

This commit is contained in:
Victor Shcherb 2013-04-13 21:29:07 +02:00
parent 9abc247238
commit 3195a75138
7 changed files with 3 additions and 12 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View file

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/tab_search_panel_pushed" android:state_pressed="true"/>
<item android:drawable="@drawable/tab_search_panel_normal"/>
</selector>

View file

@ -26,7 +26,6 @@
android:layout_height="wrap_content"
android:layout_marginLeft="5dp"
android:layout_marginTop="4dp"
android:background="@drawable/tab_search_panel_selector"
/>
</LinearLayout>
<EditText

View file

@ -18,7 +18,7 @@
android:text="" />
<TextView android:layout_width="wrap_content" android:layout_height="wrap_content"
android:layout_marginLeft = "3dp" android:text="@string/local_index_download" android:layout_gravity="center_vertical|left">
android:layout_marginLeft = "3dp" android:text="@string/select_search_position" android:layout_gravity="center_vertical|left">
</TextView>
<Spinner
android:id="@+id/SpinnerLocation"
@ -26,7 +26,6 @@
android:layout_height="wrap_content"
android:layout_marginLeft="5dp"
android:layout_marginTop="4dp"
android:background="@drawable/tab_search_panel_selector"
/>
</LinearLayout>
<TabWidget

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="activity_background">#6A6A6A</color>
<color name="activity_background">#5B5B5B</color>
<color name="list_separator">#494949</color>
<color name="activity_text">#FFFFFF</color>
<color name="menu_background">#FF9030</color>
<color name="color_light_gray">#d7d7d7</color>