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

Commit ac9ace57 authored by Tony Huang's avatar Tony Huang Committed by Android (Google) Code Review
Browse files

Merge "No space between Cancel / copy /move actions buttons"

parents 8cafac18 b5c881a9
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -19,19 +19,23 @@
    android:layout_height="@dimen/bottom_bar_height"
    android:orientation="horizontal"
    android:baselineAligned="false"
    android:gravity="end"
    android:gravity="center_vertical|end"
    android:paddingEnd="@dimen/bottom_bar_padding_end">

    <android.support.design.button.MaterialButton
        android:id="@android:id/button2"
        style="@style/Widget.MaterialComponents.Button"
        style="@style/Widget.MaterialComponents.Button.OutlinedButton"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginStart="4dp"
        android:layout_marginEnd="4dp"
        android:text="@android:string/cancel"/>

    <android.support.design.button.MaterialButton
        android:id="@android:id/button1"
        style="@style/Widget.MaterialComponents.Button"
        style="@style/Widget.MaterialComponents.Button.UnelevatedButton"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"/>
        android:layout_height="wrap_content"
        android:layout_marginStart="4dp"
        android:layout_marginEnd="4dp"/>
</LinearLayout>
+3 −1
Original line number Diff line number Diff line
@@ -53,9 +53,11 @@

        <android.support.design.button.MaterialButton
            android:id="@android:id/button1"
            style="@style/Widget.MaterialComponents.Button"
            style="@style/Widget.MaterialComponents.Button.UnelevatedButton"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginStart="4dp"
            android:layout_marginEnd="4dp"
            android:text="@string/menu_save"/>

        <ProgressBar