Loading packages/SystemUI/res/layout/global_actions_wrapped.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
packages/SystemUI/res/layout/global_actions_wrapped.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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" Loading