Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bacab479 authored by Jason Monk's avatar Jason Monk Committed by Android (Google) Code Review
Browse files

Merge "QS Visuals work"

parents 3442c123 db50de80
Loading
Loading
Loading
Loading
+14 −4
Original line number Original line Diff line number Diff line
@@ -18,10 +18,20 @@
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_height="wrap_content"
    android:layout_alignParentBottom="true"
    android:paddingEnd="@dimen/qs_panel_padding"
    android:padding="@dimen/qs_panel_padding"
    android:visibility="invisible"
    android:visibility="invisible"
    android:background="@drawable/btn_borderless_rect" >
    android:background="@drawable/btn_borderless_rect"
    android:gravity="center">

    <ImageView
        android:id="@*android:id/up"
        android:layout_width="56dp"
        android:layout_height="56dp"
        android:layout_marginEnd="16dp"
        android:padding="16dp"
        android:clickable="true"
        android:background="?android:attr/selectableItemBackground"
        android:src="?android:attr/homeAsUpIndicator" />


    <TextView
    <TextView
        android:id="@android:id/title"
        android:id="@android:id/title"
+1 −1
Original line number Original line Diff line number Diff line
@@ -28,7 +28,7 @@
        android:id="@android:id/icon"
        android:id="@android:id/icon"
        android:layout_width="24dp"
        android:layout_width="24dp"
        android:layout_height="24dp"
        android:layout_height="24dp"
        android:layout_marginEnd="12dp" />
        android:layout_marginEnd="20dp" />


    <LinearLayout
    <LinearLayout
        android:layout_width="0dp"
        android:layout_width="0dp"
+1 −0
Original line number Original line Diff line number Diff line
@@ -15,6 +15,7 @@
-->
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:systemui="http://schemas.android.com/apk/res-auto"
    xmlns:systemui="http://schemas.android.com/apk/res-auto"
    android:layout_height="48dp"
    android:paddingLeft="16dp"
    android:paddingLeft="16dp"
    android:paddingRight="16dp"
    android:paddingRight="16dp"
    style="@style/BrightnessDialogContainer">
    style="@style/BrightnessDialogContainer">
+8 −8
Original line number Original line Diff line number Diff line
@@ -106,7 +106,7 @@
    <LinearLayout
    <LinearLayout
        android:id="@+id/date_time_group"
        android:id="@+id/date_time_group"
        android:layout_width="wrap_content"
        android:layout_width="wrap_content"
        android:layout_height="28dp"
        android:layout_height="25dp"
        android:layout_alignParentStart="true"
        android:layout_alignParentStart="true"
        android:layout_alignParentTop="true"
        android:layout_alignParentTop="true"
        android:orientation="horizontal">
        android:orientation="horizontal">
@@ -115,7 +115,7 @@
            android:layout_width="wrap_content"
            android:layout_width="wrap_content"
            android:layout_height="match_parent"
            android:layout_height="match_parent"
            android:layout_marginStart="16dp"
            android:layout_marginStart="16dp"
            android:layout_marginTop="2dp"
            android:layout_marginTop="4dp"
            android:id="@+id/clock" />
            android:id="@+id/clock" />


        <com.android.systemui.statusbar.policy.DateView
        <com.android.systemui.statusbar.policy.DateView
@@ -123,7 +123,7 @@
            android:layout_width="wrap_content"
            android:layout_width="wrap_content"
            android:layout_height="match_parent"
            android:layout_height="match_parent"
            android:layout_marginStart="6dp"
            android:layout_marginStart="6dp"
            android:layout_marginTop="8dp"
            android:layout_marginTop="4dp"
            android:drawableStart="@drawable/header_dot"
            android:drawableStart="@drawable/header_dot"
            android:drawablePadding="6dp"
            android:drawablePadding="6dp"
            android:singleLine="true"
            android:singleLine="true"
@@ -136,7 +136,7 @@
            android:id="@+id/alarm_status"
            android:id="@+id/alarm_status"
            android:layout_width="wrap_content"
            android:layout_width="wrap_content"
            android:layout_height="match_parent"
            android:layout_height="match_parent"
            android:layout_marginTop="8dp"
            android:layout_marginTop="4dp"
            android:drawablePadding="6dp"
            android:drawablePadding="6dp"
            android:drawableStart="@drawable/ic_access_alarms_small"
            android:drawableStart="@drawable/ic_access_alarms_small"
            android:textColor="#64ffffff"
            android:textColor="#64ffffff"
@@ -152,9 +152,9 @@
        android:background="#0000"
        android:background="#0000"
        android:layout_width="match_parent"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginTop="30dp"
        android:layout_marginTop="25dp"
        android:layout_marginStart="8dp"
        android:layout_marginStart="12dp"
        android:layout_marginEnd="8dp"
        android:layout_marginEnd="12dp"
        android:layout_alignParentEnd="true"
        android:layout_alignParentEnd="true"
        android:clipChildren="false"
        android:clipChildren="false"
        android:clipToPadding="false" />
        android:clipToPadding="false" />
@@ -164,7 +164,7 @@
        layout="@layout/qs_detail_header"
        layout="@layout/qs_detail_header"
        android:layout_width="match_parent"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_height="wrap_content"
        android:layout_alignParentBottom="true"
        android:layout_marginTop="28dp"
        />
        />


    <com.android.systemui.statusbar.AlphaOptimizedImageView
    <com.android.systemui.statusbar.AlphaOptimizedImageView
+1 −1
Original line number Original line Diff line number Diff line
@@ -124,7 +124,7 @@
    <dimen name="close_handle_underlap">32dp</dimen>
    <dimen name="close_handle_underlap">32dp</dimen>


    <!-- Height of the status bar header bar -->
    <!-- Height of the status bar header bar -->
    <dimen name="status_bar_header_height">90dp</dimen>
    <dimen name="status_bar_header_height">80dp</dimen>


    <!-- Height of the status bar header bar when expanded -->
    <!-- Height of the status bar header bar when expanded -->
    <dimen name="status_bar_header_height_expanded">116dp</dimen>
    <dimen name="status_bar_header_height_expanded">116dp</dimen>
Loading