summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2012-04-24 11:19:30 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-04-24 11:19:30 -0700
commitdb41553eafab653199cef87bc2101314210ea41f (patch)
treea9b2d66e51d98128917ebff6a1fd8d59aeaf9ebe /core/res
parentdf3ab4ab3de76c985f65b0b85f2e3785d4b0eac0 (diff)
parent78db1064a79c95ab05e2d40c1e89b7e2930eda6b (diff)
downloadframeworks_base-db41553eafab653199cef87bc2101314210ea41f.zip
frameworks_base-db41553eafab653199cef87bc2101314210ea41f.tar.gz
frameworks_base-db41553eafab653199cef87bc2101314210ea41f.tar.bz2
Merge "actions on notifications should stack vertically."
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>