[Panlingual] Change Checkbox color and remove divider of listview

Bug: 229104704
Bug: 229825310
Test: local
Change-Id: I948d963b1d3d7c86b996170cb849f50635bc464b
This commit is contained in:
tom hsu
2022-04-20 17:15:05 +08:00
parent 753b4d5265
commit 341593ef12
3 changed files with 3 additions and 2 deletions

View File

@@ -230,6 +230,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>