commit | a6d3b0454bb0c1dbe99a0190dce1a53552bda784 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Fri Jul 03 04:58:50 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jul 03 04:58:50 2020 +0000 |
tree | ad06ea6707d983b3deff54a8bcaca8afa67d0899 | |
parent | b6399c9f2ba8f39e653d3e473d44a64529750cdc [diff] | |
parent | 473f6987de79e1291dcfef04848322f7804469b0 [diff] |
Merge "Unable to show correct device icon in Output Switcher" into rvc-dev am: fb87c72c66 am: 54091ba0f1 am: 473f6987de Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12055443 Change-Id: I71ade613797a6acaeb9bb11e1cbcc6cb0887e55a
diff --git a/core/res/res/layout/notification_material_action_list.xml b/core/res/res/layout/notification_material_action_list.xml index 3615b9e..df271f0 100644 --- a/core/res/res/layout/notification_material_action_list.xml +++ b/core/res/res/layout/notification_material_action_list.xml
@@ -25,6 +25,7 @@ android:id="@+id/actions_container_layout" android:layout_width="match_parent" android:layout_height="wrap_content" + android:gravity="end" android:orientation="horizontal" android:paddingEnd="@dimen/bubble_gone_padding_end" >