summaryrefslogtreecommitdiffstats
path: root/res/layout/dialog_picker.xml
diff options
context:
space:
mode:
authorChih-Chung Chang <chihchung@google.com>2011-09-23 13:02:48 +0800
committerChih-Chung Chang <chihchung@google.com>2011-09-23 14:13:02 +0800
commita31c2571866b46f568a58df5318c13d4a0b22d9b (patch)
tree5ec9f1275bae454448ca281b105a48850f0d78aa /res/layout/dialog_picker.xml
parentbb6f096c1c53e1924c67e3f25369e5aa98ec55df (diff)
downloadandroid_packages_apps_Snap-a31c2571866b46f568a58df5318c13d4a0b22d9b.tar.gz
android_packages_apps_Snap-a31c2571866b46f568a58df5318c13d4a0b22d9b.tar.bz2
android_packages_apps_Snap-a31c2571866b46f568a58df5318c13d4a0b22d9b.zip
Fix 5349519: The Select photo/video activity should use action bar.
Change-Id: Ib537926c780fff6edd60d54c3d28740988d6221b
Diffstat (limited to 'res/layout/dialog_picker.xml')
-rw-r--r--res/layout/dialog_picker.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/dialog_picker.xml b/res/layout/dialog_picker.xml
index 6dfa9d90d..ba3f500f1 100644
--- a/res/layout/dialog_picker.xml
+++ b/res/layout/dialog_picker.xml
@@ -34,5 +34,6 @@
android:layout_weight="0"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:text="@android:string/cancel" />
+ android:text="@android:string/cancel"
+ android:visibility="gone" />
</LinearLayout>