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

Commit 3289b8b0 authored by Brandon Dayauon's avatar Brandon Dayauon Committed by Android (Google) Code Review
Browse files

Merge "Remove padding on background and icon." into main

parents 76a048d0 085ee662
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -22,8 +22,5 @@
    <stroke
        android:width="1dp"
        android:color="?attr/materialColorSurfaceContainerLow" />
    <padding
        android:left="@dimen/rounded_button_padding"
        android:right="@dimen/rounded_button_padding" />
</shape>
+1 −2
Original line number Diff line number Diff line
@@ -44,8 +44,7 @@
        <FrameLayout
            android:layout_width="@dimen/rounded_button_width"
            android:layout_height="@dimen/rounded_button_width"
            android:background="@drawable/rounded_action_button"
            android:padding="@dimen/rounded_button_padding">
            android:background="@drawable/rounded_action_button">
            <ImageButton
                android:id="@+id/action_btn"
                android:layout_width="@dimen/x_icon_size"
+0 −2
Original line number Diff line number Diff line
@@ -172,8 +172,6 @@
    <dimen name="padded_rounded_button_height">48dp</dimen>
    <dimen name="rounded_button_height">48dp</dimen>
    <dimen name="rounded_button_radius">200dp</dimen>
    <dimen name="rounded_button_padding">8dp</dimen>


    <!-- Widget tray -->
    <dimen name="widget_cell_vertical_padding">8dp</dimen>