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

Commit 7b86db6b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Swap order of one-time and while-in-use buttons" into rvc-dev

parents c3132f1b 810fa005
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -63,11 +63,6 @@
                <Space
                    style="@style/PermissionGrantButtonBarSpace"/>

                <Button
                    android:id="@+id/permission_allow_one_time_button"
                    android:text="@string/grant_dialog_button_allow_one_time"
                    style="@style/PermissionGrantButtonAllowOneTime" />

                <Button
                    android:id="@+id/permission_allow_button"
                    android:text="@string/grant_dialog_button_allow"
@@ -78,6 +73,11 @@
                    android:text="@string/grant_dialog_button_allow_foreground"
                    style="@style/PermissionGrantButtonAllowForeground" />

                <Button
                    android:id="@+id/permission_allow_one_time_button"
                    android:text="@string/grant_dialog_button_allow_one_time"
                    style="@style/PermissionGrantButtonAllowOneTime" />

                <Button
                    android:id="@+id/permission_deny_button"
                    android:text="@string/grant_dialog_button_deny"