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

Commit f3a3d04b authored by Ben Komalo's avatar Ben Komalo Committed by Android (Google) Code Review
Browse files

Merge "Fix order of buttons for device admin toggle"

parents 1679b2c2 1743c157
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -120,19 +120,19 @@
                android:layout_height="wrap_content"
                android:orientation="horizontal"
                android:visibility="gone" />
            <Button android:id="@+id/action_button"
            <Button android:id="@+id/cancel_button"
                android:layout_width="0dip"
                android:layout_gravity="left"
                android:layout_gravity="right"
                android:layout_weight="1"
                android:maxLines="2"
                android:text="@string/cancel"
                style="?android:attr/buttonBarButtonStyle"
                android:layout_height="wrap_content" />
            <Button android:id="@+id/cancel_button"
            <Button android:id="@+id/action_button"
                android:layout_width="0dip"
                android:layout_gravity="right"
                android:layout_gravity="left"
                android:layout_weight="1"
                android:maxLines="2"
                android:text="@string/cancel"
                style="?android:attr/buttonBarButtonStyle"
                android:layout_height="wrap_content" />
            <LinearLayout android:id="@+id/rightSpacer"