Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 - Change actions UI.
  • Loading branch information
ahmed-radhouane committed Feb 24, 2022
1 parent 07c60a7 commit f9a2377
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,27 +92,28 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/layout_vertical_margin_big"
android:layout_marginTop="@dimen/layout_vertical_margin"
android:gravity="end"
android:orientation="horizontal">

<Button
android:id="@+id/widgetPermissionDecline"
style="@style/Widget.Vector.Button.Destructive"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="@dimen/layout_vertical_margin"
android:layout_marginEnd="8dp"
android:text="@string/action_decline"
android:background="@android:color/transparent"
android:textColor="?colorError"
android:textAllCaps="true" />

<Button
android:id="@+id/widgetPermissionContinue"
style="@style/Widget.Vector.Button.Positive"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="@dimen/layout_vertical_margin"
android:minWidth="160dp"
android:text="@string/_continue"
android:background="@android:color/transparent"
android:textColor="?colorPrimary"
android:textAllCaps="true" />

</LinearLayout>
Expand Down

0 comments on commit f9a2377

Please sign in to comment.