Merge "Always show global actions on the right" into oc-mr1-dev am: a2991d045d

am: 38b54f61c0

Change-Id: I127449a35817ad15cd72e0565cfc3a82efd13808
This commit is contained in:
Jason Monk
2017-08-14 18:31:19 +00:00
committed by android-build-merger

View File

@@ -9,11 +9,12 @@
android:theme="@style/qs_theme"
android:clipChildren="false">
<!-- Global actions is right-aligned to be physically near power button -->
<LinearLayout
android:id="@android:id/list"
android:layout_width="@dimen/global_actions_panel_width"
android:layout_height="wrap_content"
android:layout_gravity="top|end"
android:layout_gravity="top|right"
android:gravity="center"
android:orientation="vertical"
android:padding="12dp"