Merge "[Panlingual] Change Checkbox color and remove divider of listview" into tm-dev am: 12873579dc

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17822477

Change-Id: Id7b7b7771f2b5aacc6824bc5be0ac5d24be0636b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Tom Hsu
2022-04-28 13:13:22 +00:00
committed by Automerger Merge Worker
3 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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>

View File

@@ -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>