summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Chris Wren <cwren@android.com> 2012-04-24 11:19:30 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2012-04-24 11:19:30 -0700
commitdb41553eafab653199cef87bc2101314210ea41f (patch)
treea9b2d66e51d98128917ebff6a1fd8d59aeaf9ebe
parentdf3ab4ab3de76c985f65b0b85f2e3785d4b0eac0 (diff)
parent78db1064a79c95ab05e2d40c1e89b7e2930eda6b (diff)
Merge "actions on notifications should stack vertically."
-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 af05aed4cabe..1dc6275a72ce 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>