summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorAdam Powell <adamp@google.com>2010-08-09 16:18:12 -0700
committerAdam Powell <adamp@google.com>2010-08-09 16:18:12 -0700
commit78aa1f0b5e146ed6035746ff1125013827298b22 (patch)
treeca7126265ea1f184d0537b8a159273ae4c525cba /core
parentfce21b5a3365da20e48655001e7cc0dacca67831 (diff)
downloadframeworks_base-78aa1f0b5e146ed6035746ff1125013827298b22.zip
frameworks_base-78aa1f0b5e146ed6035746ff1125013827298b22.tar.gz
frameworks_base-78aa1f0b5e146ed6035746ff1125013827298b22.tar.bz2
Fix a bug where canceled action modes show a bar anyway
Change-Id: I8fcdc047f303db4c8aa9f1902e37bb4e5f469620
Diffstat (limited to 'core')
-rw-r--r--core/res/res/layout/action_mode_bar.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/res/res/layout/action_mode_bar.xml b/core/res/res/layout/action_mode_bar.xml
index 8e2e69d..acf327e 100644
--- a/core/res/res/layout/action_mode_bar.xml
+++ b/core/res/res/layout/action_mode_bar.xml
@@ -19,4 +19,5 @@
<com.android.internal.widget.ActionBarContextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
- android:layout_height="wrap_content" />
+ android:layout_height="wrap_content"
+ android:visibility="gone" />