Loading core/java/com/android/internal/app/LocalePickerWithRegion.java +1 −0 Original line number Diff line number Diff line Loading @@ -247,6 +247,7 @@ public class LocalePickerWithRegion extends ListFragment implements SearchView.O // In order to make the list view work with CollapsingToolbarLayout, // we have to enable the nested scrolling feature of the list view. getListView().setNestedScrollingEnabled(true); getListView().setDivider(null); } @Override Loading core/res/res/layout/app_language_picker_current_locale_item.xml +1 −1 Original line number Diff line number Diff line Loading @@ -39,6 +39,6 @@ android:layout_width="24dp" android:layout_height="24dp" android:src="@drawable/ic_check_24dp" app:tint="#0F9D58"/> app:tint="?attr/colorAccentPrimaryVariant"/> </LinearLayout> </LinearLayout> core/res/res/layout/app_language_picker_system_current.xml +1 −1 Original line number Diff line number Diff line Loading @@ -40,6 +40,6 @@ android:layout_width="24dp" android:layout_height="24dp" android:src="@drawable/ic_check_24dp" app:tint="#0F9D58"/> app:tint="?attr/colorAccentPrimaryVariant"/> </LinearLayout> </LinearLayout> Loading
core/java/com/android/internal/app/LocalePickerWithRegion.java +1 −0 Original line number Diff line number Diff line Loading @@ -247,6 +247,7 @@ public class LocalePickerWithRegion extends ListFragment implements SearchView.O // In order to make the list view work with CollapsingToolbarLayout, // we have to enable the nested scrolling feature of the list view. getListView().setNestedScrollingEnabled(true); getListView().setDivider(null); } @Override Loading
core/res/res/layout/app_language_picker_current_locale_item.xml +1 −1 Original line number Diff line number Diff line Loading @@ -39,6 +39,6 @@ android:layout_width="24dp" android:layout_height="24dp" android:src="@drawable/ic_check_24dp" app:tint="#0F9D58"/> app:tint="?attr/colorAccentPrimaryVariant"/> </LinearLayout> </LinearLayout>
core/res/res/layout/app_language_picker_system_current.xml +1 −1 Original line number Diff line number Diff line Loading @@ -40,6 +40,6 @@ android:layout_width="24dp" android:layout_height="24dp" android:src="@drawable/ic_check_24dp" app:tint="#0F9D58"/> app:tint="?attr/colorAccentPrimaryVariant"/> </LinearLayout> </LinearLayout>