Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a87ab24b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Change ScrollView to NestedScrollView for language list" into sc-dev

parents fc6e9c8e 256c8501
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
     limitations under the License.
-->

<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:layoutDirection="locale"
@@ -48,4 +48,4 @@

    </LinearLayout>

</ScrollView>
</androidx.core.widget.NestedScrollView>