Replace reset icon
BIN
OsmAnd/res/drawable-hdpi/ic_action_delete_dark.png
Normal file
After Width: | Height: | Size: 812 B |
BIN
OsmAnd/res/drawable-hdpi/ic_action_delete_light.png
Normal file
After Width: | Height: | Size: 970 B |
BIN
OsmAnd/res/drawable-mdpi/ic_action_delete_dark.png
Normal file
After Width: | Height: | Size: 550 B |
BIN
OsmAnd/res/drawable-mdpi/ic_action_delete_light.png
Normal file
After Width: | Height: | Size: 664 B |
Before Width: | Height: | Size: 1.2 KiB |
BIN
OsmAnd/res/drawable-xhdpi/ic_action_delete_dark.png
Normal file
After Width: | Height: | Size: 999 B |
BIN
OsmAnd/res/drawable-xhdpi/ic_action_delete_light.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
|
@ -6,7 +6,7 @@
|
|||
<TextView android:id="@+id/label" android:layout_weight="1" android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content" android:textSize="20sp" />
|
||||
|
||||
<ImageButton android:id="@+id/remove" android:layout_width="wrap_content" android:background="@drawable/reset"
|
||||
<ImageButton android:id="@+id/remove" android:layout_width="wrap_content" android:background="?attr/reset_image"
|
||||
android:contentDescription="@string/default_buttons_delete"
|
||||
android:paddingLeft="2dp" android:paddingRight="2dp"
|
||||
android:paddingTop="2dp" android:layout_height="wrap_content" />
|
||||
|
|
|
@ -14,28 +14,32 @@
|
|||
<TextView android:id="@+id/TextView" android:text="@string/search_address_region">
|
||||
</TextView>
|
||||
<Button android:id="@+id/CountryButton" android:text="@string/ChooseCountry" />
|
||||
<ImageButton android:id="@+id/ResetCountry" android:layout_marginRight = "5dp" android:background="@drawable/reset" android:contentDescription="@string/default_buttons_reset">
|
||||
<ImageButton android:id="@+id/ResetCountry" android:layout_marginRight = "5dp" android:layout_gravity="center_vertical"
|
||||
android:background="?attr/reset_image" android:contentDescription="@string/default_buttons_reset">
|
||||
</ImageButton>
|
||||
</TableRow>
|
||||
<TableRow android:id="@+id/TableRow" android:layout_marginLeft = "5dp" >
|
||||
<TextView android:id="@+id/TextView" android:text="@string/search_address_city">
|
||||
</TextView>
|
||||
<Button android:id="@+id/CityButton" android:text="@string/choose_city" />
|
||||
<ImageButton android:id="@+id/ResetCity" android:layout_marginRight = "5dp" android:background="@drawable/reset" android:contentDescription="@string/default_buttons_reset">
|
||||
<ImageButton android:id="@+id/ResetCity" android:layout_marginRight = "5dp" android:layout_gravity="center_vertical"
|
||||
android:background="?attr/reset_image" android:contentDescription="@string/default_buttons_reset">
|
||||
</ImageButton>
|
||||
</TableRow>
|
||||
<TableRow android:id="@+id/TableRow" android:layout_marginLeft = "5dp">
|
||||
<TextView android:id="@+id/TextView" android:text="@string/search_address_street">
|
||||
</TextView>
|
||||
<Button android:id="@+id/StreetButton" android:text="@string/choose_street" />
|
||||
<ImageButton android:id="@+id/ResetStreet" android:layout_marginRight = "5dp" android:background="@drawable/reset" android:contentDescription="@string/default_buttons_reset">
|
||||
<ImageButton android:id="@+id/ResetStreet" android:layout_marginRight = "5dp" android:layout_gravity="center_vertical"
|
||||
android:background="?attr/reset_image" android:contentDescription="@string/default_buttons_reset">
|
||||
</ImageButton>
|
||||
</TableRow>
|
||||
<TableRow android:id="@+id/TableRow" android:layout_marginLeft = "5dp">
|
||||
<TextView android:id="@+id/BuildingText" android:text="@string/search_address_building">
|
||||
</TextView>
|
||||
<Button android:id="@+id/BuildingButton" android:text="@string/choose_building" />
|
||||
<ImageButton android:id="@+id/ResetBuilding" android:layout_marginRight = "5dp" android:background="@drawable/reset" android:contentDescription="@string/default_buttons_reset">
|
||||
<ImageButton android:id="@+id/ResetBuilding" android:layout_marginRight = "5dp" android:layout_gravity="center_vertical"
|
||||
android:background="?attr/reset_image" android:contentDescription="@string/default_buttons_reset">
|
||||
</ImageButton>
|
||||
</TableRow>
|
||||
</TableLayout>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
android:contentDescription="@string/default_buttons_delete"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/reset"
|
||||
android:background="?attr/reset_image"
|
||||
android:paddingLeft="2dp"
|
||||
android:paddingRight="2dp"
|
||||
android:paddingTop="2dp" />
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<TextView android:id="@+id/label" android:layout_weight="1" android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content" android:textSize="20sp" />
|
||||
|
||||
<ImageButton android:id="@+id/remove" android:layout_width="wrap_content" android:background="@drawable/reset"
|
||||
<ImageButton android:id="@+id/remove" android:layout_width="wrap_content" android:background="?attr/reset_image"
|
||||
android:contentDescription="@string/default_buttons_delete"
|
||||
android:paddingLeft="2dp" android:paddingRight="2dp"
|
||||
android:paddingTop="2dp" android:layout_height="wrap_content" />
|
||||
|
|
|
@ -5,5 +5,6 @@
|
|||
</declare-styleable>
|
||||
<declare-styleable name="OsmAndTheme">
|
||||
<attr name="expandable_category_color" format="reference"/>
|
||||
<attr name="reset_image" format="reference"/>
|
||||
</declare-styleable>
|
||||
</resources>
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
<style name="OsmandLightTheme" parent="Theme.Sherlock.Light">
|
||||
<item name="expandable_category_color">@color/group_background</item>
|
||||
<item name="reset_image">@drawable/ic_action_delete_light</item> <!-- @drawable/a_1_navigation_cancel_light -->
|
||||
</style>
|
||||
<style name="OsmandLightDarkActionBarTheme" parent="Theme.Sherlock.Light.DarkActionBar">
|
||||
<!--<item name="android:windowContentOverlay">@null</item>
|
||||
|
@ -35,11 +36,13 @@
|
|||
<item name="android:textColorTertiary">@color/activity_text</item>
|
||||
<item name="android:listViewStyle">@style/OsmandListView</item>
|
||||
-->
|
||||
<item name="reset_image">@drawable/ic_action_delete_light</item> <!-- @drawable/a_1_navigation_cancel_light -->
|
||||
<item name="expandable_category_color">@color/group_background</item>
|
||||
<item name="actionBarStyle">@style/Widget.Styled.ActionBar</item>
|
||||
<item name="android:actionBarStyle">@style/Widget.Styled.ActionBar</item>
|
||||
</style>
|
||||
<style name="OsmandDarkTheme" parent="Theme.Sherlock">
|
||||
<item name="reset_image">@drawable/ic_action_delete_dark</item> <!-- @drawable/a_1_navigation_cancel_dark -->
|
||||
<item name="expandable_category_color">?android:attr/colorBackground</item>
|
||||
</style>
|
||||
|
||||
|
|
|
@ -68,9 +68,7 @@ public class SearchHistoryFragment extends SherlockListFragment implements Sear
|
|||
clearButton.setVisibility(View.GONE);
|
||||
}
|
||||
});
|
||||
if (!historyAdapter.isEmpty()) {
|
||||
getListView().addFooterView(clearButton);
|
||||
}
|
||||
getListView().addFooterView(clearButton);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|