mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-22 21:55:05 +00:00
Updated checkbox height
This commit is contained in:
@@ -41,9 +41,11 @@
|
|||||||
<androidx.appcompat.widget.AppCompatImageView
|
<androidx.appcompat.widget.AppCompatImageView
|
||||||
android:id="@+id/hide_process_checkbox"
|
android:id="@+id/hide_process_checkbox"
|
||||||
style="?styleImageSmall"
|
style="?styleImageSmall"
|
||||||
|
android:layout_width="18dp"
|
||||||
|
android:layout_height="18dp"
|
||||||
isSelected="@{item.isHidden}"
|
isSelected="@{item.isHidden}"
|
||||||
android:layout_marginTop="@dimen/l_50"
|
android:layout_marginTop="@dimen/l_50"
|
||||||
android:layout_marginEnd="@dimen/l_75"
|
android:layout_marginEnd="@dimen/l1"
|
||||||
android:layout_marginBottom="@dimen/l_50"
|
android:layout_marginBottom="@dimen/l_50"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
|
Reference in New Issue
Block a user