mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-25 02:37:39 +00:00
correlate nextFocusRight
This commit is contained in:
parent
0f9b2a7df8
commit
1b2af1ed6d
@ -24,6 +24,7 @@
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<com.google.android.material.card.MaterialCardView
|
||||
android:id="@+id/module"
|
||||
style="@style/WidgetFoundation.Card"
|
||||
isEnabled="@{!item.removed && item.enabled && !item.showNotice}"
|
||||
android:layout_width="match_parent"
|
||||
@ -98,6 +99,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="@dimen/l_50"
|
||||
android:checked="@={item.enabled}"
|
||||
android:nextFocusLeft="@id/module"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/module_version_author"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintHorizontal_bias="1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user