summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2012-04-24 10:45:13 -0400
committerChris Wren <cwren@android.com>2012-04-24 14:15:41 -0400
commit78db1064a79c95ab05e2d40c1e89b7e2930eda6b (patch)
treeaaa7ea1705e006389eb95b0deb72d1f0c66b3ca3 /core/res
parent57a6e14e576f7f08001027cce67955e9820a726f (diff)
downloadframeworks_base-78db1064a79c95ab05e2d40c1e89b7e2930eda6b.zip
frameworks_base-78db1064a79c95ab05e2d40c1e89b7e2930eda6b.tar.gz
frameworks_base-78db1064a79c95ab05e2d40c1e89b7e2930eda6b.tar.bz2
actions on notifications should stack vertically.
Bug: 6317471 Change-Id: Ic49b7c3c95dd5033b380655fb5671433b13959ac
Diffstat (limited to 'core/res')
-rw-r--r--core/res/res/layout/notification_template_base.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/core/res/res/layout/notification_template_base.xml b/core/res/res/layout/notification_template_base.xml
index af05aed..1dc6275 100644
--- a/core/res/res/layout/notification_template_base.xml
+++ b/core/res/res/layout/notification_template_base.xml
@@ -137,12 +137,13 @@
style="?android:attr/progressBarStyleHorizontal"
/>
<LinearLayout
- android:id="@+id/actions"
+ android:id="@+id/actions"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:orientation="vertical"
android:visibility="gone"
- >
- <!-- actions will be added here -->
+ >
+ <!-- actions will be added here -->
</LinearLayout>
</LinearLayout>
</FrameLayout>