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

Commit f005766f authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix horizontal spacing in PS Header" into main

parents 48d7c10a faafb3a1
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -40,7 +40,6 @@
            android:layout_width="@dimen/ps_header_image_height"
            android:layout_height="@dimen/ps_header_image_height"
            android:background="@drawable/ps_settings_background"
            android:layout_marginEnd="@dimen/ps_header_settings_icon_margin_end"
            android:src="@drawable/ic_ps_settings"
            android:contentDescription="@string/ps_container_settings" />
        <LinearLayout
@@ -49,7 +48,7 @@
            android:layout_height="@dimen/ps_header_image_height"
            android:background="@drawable/ps_lock_background"
            android:gravity="center_vertical"
            android:layout_marginEnd="@dimen/ps_header_layout_margin"
            android:layout_marginEnd="@dimen/ps_lock_button_margin_end"
            android:contentDescription="@string/ps_container_lock_unlock_button">
            <ImageView
                android:id="@+id/lock_icon"
+1 −1
Original line number Diff line number Diff line
@@ -496,7 +496,7 @@
    <dimen name="ps_header_image_height">48dp</dimen>
    <dimen name="ps_header_text_height">24dp</dimen>
    <dimen name="ps_header_layout_margin">16dp</dimen>
    <dimen name="ps_header_settings_icon_margin_end">4dp</dimen>
    <dimen name="ps_lock_button_margin_end">12dp</dimen>
    <dimen name="ps_header_text_size">16sp</dimen>
    <dimen name="ps_button_height">40dp</dimen>
    <dimen name="ps_button_width">40dp</dimen>