summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Selim Cinek <cinek@google.com> 2016-03-24 16:46:45 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2016-03-24 16:46:46 +0000
commit45acc156bec4dfd42e49867a710c9a5ac4278b79 (patch)
tree98dd2bd7f494741de7cfcbd388d37fa160839244
parenta6f26913919cb327c3a2bbdda2f73afd88598371 (diff)
parent3bd54dc6e189ce85431ed2d49f383313f1f6673b (diff)
Merge "Fixed a bug with the collapsed media template" into nyc-dev
-rw-r--r--core/res/res/layout/notification_template_material_media.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/layout/notification_template_material_media.xml b/core/res/res/layout/notification_template_material_media.xml
index 809e525efb52..ba6d30ade22c 100644
--- a/core/res/res/layout/notification_template_material_media.xml
+++ b/core/res/res/layout/notification_template_material_media.xml
@@ -51,7 +51,7 @@
<LinearLayout
android:id="@+id/media_actions"
android:layout_width="wrap_content"
- android:layout_height="match_parent"
+ android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:layout_marginStart="10dp"
android:layout_marginBottom="12dp"