Merge "[Panlingual] Change Checkbox color and remove divider of listview" into tm-dev
This commit is contained in:
@@ -247,6 +247,7 @@ public class LocalePickerWithRegion extends ListFragment implements SearchView.O
|
|||||||
// In order to make the list view work with CollapsingToolbarLayout,
|
// In order to make the list view work with CollapsingToolbarLayout,
|
||||||
// we have to enable the nested scrolling feature of the list view.
|
// we have to enable the nested scrolling feature of the list view.
|
||||||
getListView().setNestedScrollingEnabled(true);
|
getListView().setNestedScrollingEnabled(true);
|
||||||
|
getListView().setDivider(null);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
@@ -39,6 +39,6 @@
|
|||||||
android:layout_width="24dp"
|
android:layout_width="24dp"
|
||||||
android:layout_height="24dp"
|
android:layout_height="24dp"
|
||||||
android:src="@drawable/ic_check_24dp"
|
android:src="@drawable/ic_check_24dp"
|
||||||
app:tint="#0F9D58"/>
|
app:tint="?attr/colorAccentPrimaryVariant"/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|||||||
@@ -40,6 +40,6 @@
|
|||||||
android:layout_width="24dp"
|
android:layout_width="24dp"
|
||||||
android:layout_height="24dp"
|
android:layout_height="24dp"
|
||||||
android:src="@drawable/ic_check_24dp"
|
android:src="@drawable/ic_check_24dp"
|
||||||
app:tint="#0F9D58"/>
|
app:tint="?attr/colorAccentPrimaryVariant"/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|||||||
Reference in New Issue
Block a user