Experimental: Revamp whole onboarding UI

This commit is contained in:
Rahul Patel
2024-07-21 04:14:17 +05:30
parent d30574885f
commit d1eaf290da
6 changed files with 49 additions and 80 deletions

View File

@@ -20,7 +20,6 @@
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -54,9 +53,8 @@
android:layout_height="match_parent"
android:clipToPadding="false"
android:overScrollMode="never"
android:padding="@dimen/padding_normal"
android:padding="@dimen/padding_medium"
android:scrollbars="none"
app:itemSpacing="@dimen/margin_small"
tools:listitem="@layout/view_permission" />
</LinearLayout>