Hide cutout option when appropriate in reader settings sheet (closes #2982)

This commit is contained in:
arkon
2020-07-30 22:38:10 -04:00
parent 7a94b477cb
commit b9488645d4
3 changed files with 22 additions and 7 deletions

View File

@@ -164,7 +164,9 @@
android:layout_height="wrap_content"
android:text="@string/pref_cutout_short"
android:textColor="?android:attr/textColorSecondary"
app:layout_constraintTop_toBottomOf="@id/fullscreen" />
android:visibility="gone"
app:layout_constraintTop_toBottomOf="@id/fullscreen"
tools:visibility="visible" />
<com.google.android.material.switchmaterial.SwitchMaterial
android:id="@+id/keepscreen"