diff --git a/LocationRinger/AndroidManifest.xml b/LocationRinger/AndroidManifest.xml index 33cbdaf..c21d3d6 100644 --- a/LocationRinger/AndroidManifest.xml +++ b/LocationRinger/AndroidManifest.xml @@ -2,8 +2,8 @@ + android:versionCode="62" + android:versionName="6d759ee" > diff --git a/LocationRinger/res/drawable-hdpi/ic_action_close.png b/LocationRinger/res/drawable-hdpi/ic_action_close.png new file mode 100644 index 0000000..038ebcd Binary files /dev/null and b/LocationRinger/res/drawable-hdpi/ic_action_close.png differ diff --git a/LocationRinger/res/drawable-ldpi/ic_action_close.png b/LocationRinger/res/drawable-ldpi/ic_action_close.png new file mode 100644 index 0000000..b422d26 Binary files /dev/null and b/LocationRinger/res/drawable-ldpi/ic_action_close.png differ diff --git a/LocationRinger/res/drawable-mdpi/ic_action_close.png b/LocationRinger/res/drawable-mdpi/ic_action_close.png new file mode 100644 index 0000000..c9b3c79 Binary files /dev/null and b/LocationRinger/res/drawable-mdpi/ic_action_close.png differ diff --git a/LocationRinger/res/drawable-xhdpi/ic_action_close.png b/LocationRinger/res/drawable-xhdpi/ic_action_close.png new file mode 100644 index 0000000..1dfd2f3 Binary files /dev/null and b/LocationRinger/res/drawable-xhdpi/ic_action_close.png differ diff --git a/LocationRinger/res/layout/feature_title_bar.xml b/LocationRinger/res/layout/feature_title_bar.xml index e59d012..fa12c12 100644 --- a/LocationRinger/res/layout/feature_title_bar.xml +++ b/LocationRinger/res/layout/feature_title_bar.xml @@ -12,7 +12,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentRight="true" - android:src="@android:drawable/ic_menu_close_clear_cancel" /> + android:src="@drawable/ic_action_close" />