Merge "Remove nested ScrollView in the PrivateSpaceEducation screen." into main

This commit is contained in:
Kasia Krejszeff
2025-01-07 08:10:34 -08:00
committed by Android (Google) Code Review

View File

@@ -24,10 +24,6 @@
app:sucHeaderText="@string/private_space_setup_title" app:sucHeaderText="@string/private_space_setup_title"
app:sudDescriptionText="@string/private_space_hide_apps_summary" app:sudDescriptionText="@string/private_space_hide_apps_summary"
android:icon="@drawable/ic_private_space_icon"> android:icon="@drawable/ic_private_space_icon">
<ScrollView
android:id="@+id/main_clear_scrollview"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout <LinearLayout
android:id="@+id/sud_layout_icon_container" android:id="@+id/sud_layout_icon_container"
style="@style/SudContentFrame" style="@style/SudContentFrame"
@@ -124,5 +120,4 @@
android:text="@string/private_space_learn_more_text"/> android:text="@string/private_space_learn_more_text"/>
</RelativeLayout> </RelativeLayout>
</LinearLayout> </LinearLayout>
</ScrollView>
</com.google.android.setupdesign.GlifLayout> </com.google.android.setupdesign.GlifLayout>