2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00

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

This commit is contained in:
Emily Kager 2019-06-13 16:33:56 -07:00 committed by Emily Kager
parent f0a4abd91d
commit 9283a357e9

View File

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