Commit fc26de48 authored by Viktor De Pasquale's avatar Viktor De Pasquale

Removed hiding advanced settings when no root is detected

This change was made in order to allow proper adjustment of boot image
parent f392afe8
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment