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:
Viktor De Pasquale 2019-05-29 16:28:33 +02:00
parent f392afe87f
commit fc26de48b2

View File

@ -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"