diff options
author | Chih-Chung Chang <chihchung@google.com> | 2009-06-01 19:33:32 +0800 |
---|---|---|
committer | Chih-Chung Chang <chihchung@google.com> | 2009-06-02 13:03:16 +0800 |
commit | b653f90f33c6f9e6b48dfab018dece9dd021a476 (patch) | |
tree | a9001c78ac9fb1bcffa30952b67284cae586c191 /res | |
parent | 565664f274abbe19b3a04962711d33868541a3da (diff) | |
download | LegacyCamera-b653f90f33c6f9e6b48dfab018dece9dd021a476.zip LegacyCamera-b653f90f33c6f9e6b48dfab018dece9dd021a476.tar.gz LegacyCamera-b653f90f33c6f9e6b48dfab018dece9dd021a476.tar.bz2 |
Issue 1860338: Remove the video size check for "share".
So the receiving end applications can queue the video to MediaUploader.
This is basically a revert of perforce CL 137817.
Diffstat (limited to 'res')
-rw-r--r-- | res/drawable/ic_btn_actionmenu_share_grayout.png | bin | 1956 -> 0 bytes | |||
-rw-r--r-- | res/drawable/ic_menu_share.xml | 4 | ||||
-rw-r--r-- | res/values/attrs.xml | 6 |
3 files changed, 1 insertions, 9 deletions
diff --git a/res/drawable/ic_btn_actionmenu_share_grayout.png b/res/drawable/ic_btn_actionmenu_share_grayout.png Binary files differdeleted file mode 100644 index 4b62023..0000000 --- a/res/drawable/ic_btn_actionmenu_share_grayout.png +++ /dev/null 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> diff --git a/res/values/attrs.xml b/res/values/attrs.xml deleted file mode 100644 index 3b4fc91..0000000 --- a/res/values/attrs.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <declare-styleable name="CameraState"> - <attr name="state_restricted" format="boolean" /> - </declare-styleable> -</resources> |