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

Commit 6d266536 authored by Jiaming Cheng's avatar Jiaming Cheng
Browse files

[QSDetailedView] Rename the shared dimens

Bug: b/378514021
Flag: com.android.systemui.qs_tile_detailed_view
Test: Rename only. Existing unit tests still pass.
Change-Id: Icd13c033bf85756bc8c5c3699c90047a569b2c3f
parent 6e2d5a85
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@
            <TextView
                android:id="@+id/bluetooth_toggle_title"
                android:layout_width="0dp"
                android:layout_height="@dimen/internet_details_toggle_row_height"
                android:layout_height="@dimen/tile_details_toggle_row_height"
                android:maxLines="2"
                android:ellipsize="end"
                android:gravity="start|center_vertical"
@@ -109,7 +109,7 @@
            <TextView
                android:id="@+id/bluetooth_auto_on_toggle_title"
                android:layout_width="0dp"
                android:layout_height="@dimen/internet_details_toggle_row_height"
                android:layout_height="@dimen/tile_details_toggle_row_height"
                android:maxLines="2"
                android:ellipsize="end"
                android:text="@string/turn_on_bluetooth_auto_tomorrow"
+2 −2
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@
                <LinearLayout
                    android:id="@+id/ethernet_layout"
                    android:baselineAligned="false"
                    android:layout_height="@dimen/internet_details_toggle_row_height"
                    android:layout_height="@dimen/tile_details_toggle_row_height"
                    style="@style/InternetDialog.Network"
                    android:background="@drawable/settingslib_switch_bar_bg_on"
                    android:visibility="gone">
@@ -113,7 +113,7 @@
                        android:id="@+id/turn_on_mobile_layout"
                        style="@style/InternetDialog.Network"
                        android:baselineAligned="false"
                        android:layout_height="@dimen/internet_details_toggle_row_height"
                        android:layout_height="@dimen/tile_details_toggle_row_height"
                        android:clickable="false"
                        android:focusable="false"
                        android:gravity="center">
+1 −1
Original line number Diff line number Diff line
@@ -2265,7 +2265,7 @@
    <!-- Spacing attributes to overwrite end -->

    <!-- Tile Details start-->
    <dimen name="internet_details_toggle_row_height">48dp</dimen>
    <dimen name="tile_details_toggle_row_height">48dp</dimen>
    <dimen name="bluetooth_details_toggle_row_margin_start">32dp</dimen>
    <dimen name="bluetooth_details_toggle_row_margin_end">26dp</dimen>
    <dimen name="tile_details_switch_container_width">52dp</dimen>