Add app permission sheet

This commit is contained in:
Rahul Kumar Patel
2021-02-27 01:01:20 +05:30
parent 13a7a3b179
commit 8ebb362f58
16 changed files with 635 additions and 9 deletions

View File

@@ -35,7 +35,7 @@
<View
android:layout_width="4dp"
android:layout_height="match_parent"
android:layout_marginStart="@dimen/padding_xxsmall"
android:layout_marginStart="@dimen/padding_xsmall"
android:background="?colorAccent" />
<TextView
@@ -57,7 +57,7 @@
android:layout_alignParentEnd="true"
android:layout_centerVertical="true"
android:layout_marginStart="@dimen/margin_small"
android:layout_marginEnd="@dimen/margin_small"
android:padding="@dimen/padding_xsmall"
android:background="?selectableItemBackgroundBorderless"
android:visibility="invisible"
app:srcCompat="@drawable/ic_arrow_right"