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

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

Merge ""Balance" button widths in miniresolver" into main

parents 34070be4 730ba040
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@
        android:paddingBottom="@dimen/resolver_button_bar_spacing"
        android:orientation="vertical"
        android:background="?attr/colorBackground">
        <RelativeLayout
        <LinearLayout
            style="?attr/buttonBarStyle"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
@@ -121,8 +121,7 @@
                android:id="@+id/use_same_profile_browser"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_alignParentStart="true"
                android:layout_toStartOf="@id/button_open"
                android:layout_weight="1"
                android:layout_marginEnd="8dp"
                android:background="@drawable/resolver_outlined_button_bg"
                style="?android:attr/borderlessButtonStyle"
@@ -136,7 +135,7 @@
                android:id="@+id/button_open"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_alignParentEnd="true"
                android:layout_weight="1"
                android:paddingHorizontal="16dp"
                android:background="@drawable/resolver_button_bg"
                style="?android:attr/borderlessButtonStyle"
@@ -145,6 +144,6 @@
                android:textColor="@color/resolver_button_text"
                android:text="@string/whichViewApplicationLabel"
            />
        </RelativeLayout>
        </LinearLayout>
    </LinearLayout>
</com.android.internal.widget.ResolverDrawerLayout>