mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-15 18:12:54 +00:00
For #2896 - Update Checkbox color on tab in collection creation
This commit is contained in:
parent
e28277693b
commit
7abf135c89
@ -66,10 +66,11 @@
|
|||||||
|
|
||||||
<CheckBox
|
<CheckBox
|
||||||
android:id="@+id/tab_selected_checkbox"
|
android:id="@+id/tab_selected_checkbox"
|
||||||
android:clickable="false"
|
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_margin="8dp"
|
android:layout_margin="8dp"
|
||||||
|
android:buttonTint="?accentBright"
|
||||||
|
android:clickable="false"
|
||||||
android:elevation="1dp"
|
android:elevation="1dp"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
|
Loading…
Reference in New Issue
Block a user