[fenix] For https://github.com/mozilla-mobile/fenix/issues/2896 - Update Checkbox color on tab in collection creation

pull/600/head
Emily Kager 5 years ago committed by Emily Kager
parent f0a4abd91d
commit 9283a357e9

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