Removed hiding advanced settings when no root is detected
This change was made in order to allow proper adjustment of boot image
This commit is contained in:
parent
f392afe87f
commit
fc26de48b2
@ -110,12 +110,10 @@
|
||||
|
||||
<View
|
||||
style="@style/Widget.Divider.Horizontal"
|
||||
gone="@{!viewModel.hasRoot}"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_margin="@dimen/margin_generic" />
|
||||
|
||||
<LinearLayout
|
||||
gone="@{!viewModel.hasRoot}"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:animateLayoutChanges="true"
|
||||
|
Loading…
Reference in New Issue
Block a user