Loading res/layout/locale_order_list.xml +6 −6 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ limitations under the License. --> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:layoutDirection="locale" Loading Loading @@ -48,4 +48,4 @@ </LinearLayout> </androidx.core.widget.NestedScrollView> </FrameLayout> src/com/android/settings/localepicker/LocaleListEditor.java +1 −0 Original line number Diff line number Diff line Loading @@ -329,6 +329,7 @@ public class LocaleListEditor extends RestrictedSettingsFragment { list.setLayoutManager(llm); list.setHasFixedSize(true); list.setNestedScrollingEnabled(false); mAdapter.setRecyclerView(list); list.setAdapter(mAdapter); Loading Loading
res/layout/locale_order_list.xml +6 −6 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ limitations under the License. --> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:layoutDirection="locale" Loading Loading @@ -48,4 +48,4 @@ </LinearLayout> </androidx.core.widget.NestedScrollView> </FrameLayout>
src/com/android/settings/localepicker/LocaleListEditor.java +1 −0 Original line number Diff line number Diff line Loading @@ -329,6 +329,7 @@ public class LocaleListEditor extends RestrictedSettingsFragment { list.setLayoutManager(llm); list.setHasFixedSize(true); list.setNestedScrollingEnabled(false); mAdapter.setRecyclerView(list); list.setAdapter(mAdapter); Loading