summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/ic_btn_actionmenu_share_grayout.pngbin1956 -> 0 bytes
-rw-r--r--res/drawable/ic_menu_share.xml4
2 files changed, 1 insertions, 3 deletions
diff --git a/res/drawable/ic_btn_actionmenu_share_grayout.png b/res/drawable/ic_btn_actionmenu_share_grayout.png
deleted file mode 100644
index 4b62023..0000000
--- a/res/drawable/ic_btn_actionmenu_share_grayout.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/ic_menu_share.xml b/res/drawable/ic_menu_share.xml
index f054c11..cf376ac 100644
--- a/res/drawable/ic_menu_share.xml
+++ b/res/drawable/ic_menu_share.xml
@@ -17,10 +17,8 @@
** limitations under the License.
*/
-->
-<selector xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res/com.android.camera">
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/ic_btn_actionmenu_share_pressed" />
<item android:state_window_focused="true" android:state_focused="true" android:drawable="@drawable/ic_btn_actionmenu_share_selected" />
- <item app:state_restricted="true" android:drawable="@drawable/ic_btn_actionmenu_share_grayout" />
<item android:drawable="@drawable/ic_btn_actionmenu_share_default" />
</selector>