blob: ec357d252a5cfdc34f4f38221f898b1ff236b7a2 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<com.android.systemui.HardwareUiLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginBottom="0dp"
android:paddingTop="@dimen/global_actions_top_padding"
android:clipToPadding="false"
android:theme="@style/qs_theme"
android:clipChildren="false">
<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:gravity="center"
android:orientation="vertical"
android:padding="12dp"
android:translationZ="8dp" />
</com.android.systemui.HardwareUiLayout>