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

Commit 0b17ff28 authored by Fan Zhang's avatar Fan Zhang Committed by android-build-merger
Browse files

Extend conditional button width so it has more click area.

am: e9077771

Change-Id: I1e8575bc3ffb2ce155877ad91251d1c0239dd216
parents 925c2bbc e9077771
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -103,18 +103,22 @@

                <Button
                    android:id="@+id/first_action"
                    android:layout_width="wrap_content"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:paddingStart="0dp"
                    android:alpha=".8"
                    android:textAlignment="viewStart"
                    android:textColor="?android:attr/textColorPrimaryInverse"
                    style="?android:attr/buttonBarButtonStyle" />

                <Button
                    android:id="@+id/second_action"
                    android:layout_width="wrap_content"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:alpha=".8"
                    android:textAlignment="viewStart"
                    android:textColor="?android:attr/textColorPrimaryInverse"
                    style="?android:attr/buttonBarButtonStyle" />