For #2896 - Update Checkbox color on tab in collection creation

nightly-build-test
Emily Kager 5 years ago committed by Emily Kager
parent e28277693b
commit 7abf135c89

@ -66,10 +66,11 @@
<CheckBox
android:id="@+id/tab_selected_checkbox"
android:clickable="false"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="8dp"
android:buttonTint="?accentBright"
android:clickable="false"
android:elevation="1dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"

Loading…
Cancel
Save