diff options
| author | 2019-02-13 15:16:02 +0000 | |
|---|---|---|
| committer | 2019-02-13 15:16:02 +0000 | |
| commit | 5f4e9dac927e0ce175671f50e540b525b3a8f05c (patch) | |
| tree | bd92eb849f0b17a898f4a261e8481f3038bb4fe0 | |
| parent | be54d288965fd0ed6bab66dee3d960d18603cfca (diff) | |
| parent | 8399dd8453fb3505c3ee456604210f07c88953a6 (diff) | |
Merge "Align buttons with media title."
| -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 64d91ad867f9..13fef67c5e2f 100644 --- a/core/res/res/layout/notification_template_material_media.xml +++ b/core/res/res/layout/notification_template_material_media.xml @@ -66,7 +66,7 @@ android:id="@+id/media_actions" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_gravity="bottom|end" + android:layout_gravity="top|end" android:layout_marginStart="10dp" android:layoutDirection="ltr" android:orientation="horizontal" |