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

Commit fd71e88e authored by Shubham Basu's avatar Shubham Basu Committed by Android (Google) Code Review
Browse files

Merge "adding corner radius for buttons Bug: 191423382 Test: manual" into sc-mainline-prod

parents 5b37f434 eee48f37
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
-->

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="horizontal"
@@ -25,6 +26,7 @@
    <com.google.android.material.button.MaterialButton
        android:id="@android:id/button2"
        style="?attr/materialButtonOutlinedStyle"
        app:cornerRadius="@dimen/button_corner_radius"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginStart="4dp"
@@ -38,6 +40,7 @@
        <com.google.android.material.button.MaterialButton
            android:id="@android:id/button1"
            style="?attr/materialButtonStyle"
            app:cornerRadius="@dimen/button_corner_radius"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginStart="4dp"
+2 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
-->

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:paddingStart="@dimen/list_item_padding"
@@ -53,6 +54,7 @@
        <com.google.android.material.button.MaterialButton
            android:id="@android:id/button1"
            style="@style/Widget.MaterialComponents.Button.UnelevatedButton"
            app:cornerRadius="@dimen/button_corner_radius"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginStart="4dp"
+1 −0
Original line number Diff line number Diff line
@@ -16,4 +16,5 @@
<resources>
    <dimen name="action_bar_elevation">0dp</dimen>
    <dimen name="action_bar_margin">0dp</dimen>
    <dimen name="button_corner_radius">20dp</dimen>
</resources>
+1 −0
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@
    <dimen name="briefcase_icon_margin">8dp</dimen>
    <dimen name="briefcase_icon_size">14dp</dimen>
    <dimen name="briefcase_icon_size_photo">24dp</dimen>
    <dimen name="button_corner_radius">2dp</dimen>

    <dimen name="drawer_edge_width">12dp</dimen>