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

Commit 0e8449f2 authored by Fabian Kozynski's avatar Fabian Kozynski
Browse files

Visual changes to QS.

* Changed spacing in QS
* Removed divider in QSFooterImpl
* Fixed size of carrier icons in QS header
* Fixed overlapping animations on expanding QS

Fixes: 124464727
Fixes: 128920517
Test: visual
Change-Id: I7d56b9db7ce06b59291522a3bbfaa8cb80aaebce
parent 2e5dd8cf
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -30,13 +30,6 @@
    android:clipChildren="false"
    android:clipToPadding="false">

    <View
        android:id="@+id/qs_footer_divider"
        android:layout_width="match_parent"
        android:layout_height="1dp"
        android:layout_gravity="top"
        android:background="?android:attr/dividerHorizontal"/>

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
    android:id="@+id/quick_qs_status_icons"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_marginTop="8dp"
    android:layout_marginTop="@dimen/qs_header_top_margin"
    android:layout_marginBottom="14dp"
    android:layout_marginStart="@dimen/status_bar_padding_start"
    android:layout_marginEnd="@dimen/status_bar_padding_end"
+3 −1
Original line number Diff line number Diff line
@@ -19,7 +19,9 @@
    android:layout_width="match_parent"
    android:layout_height="@dimen/qs_header_tooltip_height"
    android:layout_below="@id/quick_status_bar_system_icons"
    android:layout_marginTop="12dp">
    android:layout_marginTop="@dimen/qs_header_top_margin"
    android:paddingStart="@dimen/status_bar_padding_start"
    android:paddingEnd="@dimen/status_bar_padding_end">

    <TextView
        android:id="@+id/long_press_tooltip"
+0 −1
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@
    <integer name="quick_settings_num_columns">4</integer>
    <bool name="quick_settings_wide">true</bool>
    <dimen name="qs_detail_margin_top">0dp</dimen>
    <dimen name="qs_paged_tile_layout_padding_bottom">0dp</dimen>

    <dimen name="volume_tool_tip_right_margin">136dp</dimen>
    <dimen name="volume_tool_tip_top_margin">12dp</dimen>
+5 −4
Original line number Diff line number Diff line
@@ -206,10 +206,10 @@
    <dimen name="status_bar_icon_padding">0dp</dimen>

    <!-- the padding on the start of the statusbar -->
    <dimen name="status_bar_padding_start">6dp</dimen>
    <dimen name="status_bar_padding_start">8dp</dimen>

    <!-- the padding on the end of the statusbar -->
    <dimen name="status_bar_padding_end">6dp</dimen>
    <dimen name="status_bar_padding_end">8dp</dimen>

    <!-- the radius of the overflow dot in the status bar -->
    <dimen name="overflow_dot_radius">2dp</dimen>
@@ -433,7 +433,7 @@
    <dimen name="qs_detail_item_icon_marginEnd">20dp</dimen>
    <dimen name="qs_header_tooltip_height">18dp</dimen>
    <dimen name="qs_header_alarm_icon_size">18dp</dimen>
    <dimen name="qs_header_mobile_icon_size">18dp</dimen>
    <dimen name="qs_header_mobile_icon_size">@dimen/status_bar_icon_drawing_size</dimen>
    <dimen name="qs_header_alarm_text_margin_start">6dp</dimen>
    <dimen name="qs_header_separator_width">8dp</dimen>
    <dimen name="qs_header_carrier_separator_width">6dp</dimen>
@@ -442,7 +442,8 @@
    <dimen name="qs_footer_padding_start">16dp</dimen>
    <dimen name="qs_footer_padding_end">16dp</dimen>
    <dimen name="qs_footer_icon_size">16dp</dimen>
    <dimen name="qs_paged_tile_layout_padding_bottom">16dp</dimen>
    <dimen name="qs_paged_tile_layout_padding_bottom">0dp</dimen>
    <dimen name="qs_header_top_margin">12dp</dimen>

    <dimen name="qs_notif_collapsed_space">64dp</dimen>

Loading