mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-26 12:27:38 +00:00
Added divider to module actions
This commit is contained in:
parent
a181fa0652
commit
f21241d944
@ -108,6 +108,7 @@
|
|||||||
android:id="@+id/checkbox"
|
android:id="@+id/checkbox"
|
||||||
style="@style/Widget.Icon"
|
style="@style/Widget.Icon"
|
||||||
isChecked="@{item.isChecked}"
|
isChecked="@{item.isChecked}"
|
||||||
|
android:layout_marginEnd="@dimen/margin_generic"
|
||||||
android:onClick="@{() -> item.toggle()}"
|
android:onClick="@{() -> item.toggle()}"
|
||||||
app:layout_constraintBottom_toTopOf="@+id/description"
|
app:layout_constraintBottom_toTopOf="@+id/description"
|
||||||
app:layout_constraintEnd_toStartOf="@+id/delete"
|
app:layout_constraintEnd_toStartOf="@+id/delete"
|
||||||
@ -116,6 +117,14 @@
|
|||||||
app:tint="?attr/imageColorTint"
|
app:tint="?attr/imageColorTint"
|
||||||
tools:src="@drawable/ic_checked" />
|
tools:src="@drawable/ic_checked" />
|
||||||
|
|
||||||
|
<View
|
||||||
|
style="@style/Widget.Divider.Vertical"
|
||||||
|
android:backgroundTint="?attr/imageColorTint"
|
||||||
|
app:layout_constraintBottom_toBottomOf="@+id/checkbox"
|
||||||
|
app:layout_constraintEnd_toStartOf="@+id/delete"
|
||||||
|
app:layout_constraintStart_toEndOf="@+id/checkbox"
|
||||||
|
app:layout_constraintTop_toTopOf="@+id/checkbox" />
|
||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatImageView
|
<androidx.appcompat.widget.AppCompatImageView
|
||||||
android:id="@+id/delete"
|
android:id="@+id/delete"
|
||||||
style="@style/Widget.Icon"
|
style="@style/Widget.Icon"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user