Skip to content

Commit db41553

Browse files
cwrenAndroid (Google) Code Review
authored andcommitted
Merge "actions on notifications should stack vertically."
2 parents df3ab4a + 78db106 commit db41553

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

core/res/res/layout/notification_template_base.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,13 @@
137137
style="?android:attr/progressBarStyleHorizontal"
138138
/>
139139
<LinearLayout
140-
android:id="@+id/actions"
140+
android:id="@+id/actions"
141141
android:layout_width="match_parent"
142142
android:layout_height="wrap_content"
143+
android:orientation="vertical"
143144
android:visibility="gone"
144-
>
145-
<!-- actions will be added here -->
145+
>
146+
<!-- actions will be added here -->
146147
</LinearLayout>
147148
</LinearLayout>
148149
</FrameLayout>

0 commit comments

Comments
 (0)