diff options
| author | 2016-03-24 16:46:45 +0000 | |
|---|---|---|
| committer | 2016-03-24 16:46:46 +0000 | |
| commit | 45acc156bec4dfd42e49867a710c9a5ac4278b79 (patch) | |
| tree | 98dd2bd7f494741de7cfcbd388d37fa160839244 | |
| parent | a6f26913919cb327c3a2bbdda2f73afd88598371 (diff) | |
| parent | 3bd54dc6e189ce85431ed2d49f383313f1f6673b (diff) | |
Merge "Fixed a bug with the collapsed media template" into nyc-dev
| -rw-r--r-- | core/res/res/layout/notification_template_material_media.xml | 2 |
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" |