Skip to content

Commit

Permalink
Add id for scrollview
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmud0808 committed Aug 18, 2024
1 parent 1522eda commit 456ef42
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout-land/fragment_onboarding_item2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
app:layout_constraintTop_toTopOf="@id/guidelineTop" />

<androidx.core.widget.NestedScrollView
android:id="@+id/nestedScrollView"
android:layout_width="0dp"
android:layout_height="0dp"
android:fadingEdgeLength="16dp"
Expand Down Expand Up @@ -58,7 +59,6 @@
android:id="@+id/all_files_access"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"
app:descriptionText="@string/perm_three_desc"
app:titleText="@string/perm_three_title" />

Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/layout-land/fragment_onboarding_item3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
app:layout_constraintTop_toTopOf="@id/guidelineTop" />

<androidx.core.widget.NestedScrollView
android:id="@+id/nestedScrollView"
android:layout_width="0dp"
android:layout_height="0dp"
android:fadingEdgeLength="16dp"
Expand All @@ -42,14 +43,14 @@
android:id="@+id/root"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"
app:descriptionText="@string/mode_one_desc"
app:titleText="@string/mode_one_title" />

<com.drdisagree.colorblendr.ui.widgets.SelectableViewWidget
android:id="@+id/shizuku"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
app:descriptionText="@string/mode_two_desc"
app:titleText="@string/mode_two_title" />

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_onboarding_item2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
app:layout_constraintTop_toTopOf="@id/guidelineTop" />

<androidx.core.widget.NestedScrollView
android:id="@+id/nestedScrollView"
android:layout_width="0dp"
android:layout_height="0dp"
android:fadingEdgeLength="16dp"
Expand Down Expand Up @@ -57,7 +58,6 @@
android:id="@+id/all_files_access"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"
app:descriptionText="@string/perm_three_desc"
app:titleText="@string/perm_three_title" />

Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/fragment_onboarding_item3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
app:layout_constraintTop_toTopOf="@id/guidelineTop" />

<androidx.core.widget.NestedScrollView
android:id="@+id/nestedScrollView"
android:layout_width="0dp"
android:layout_height="0dp"
android:fadingEdgeLength="16dp"
Expand Down

0 comments on commit 456ef42

Please sign in to comment.