|
@@ -123,11 +123,20 @@
|
|
android:textColor="?android:attr/textColorSecondary"
|
|
android:textColor="?android:attr/textColorSecondary"
|
|
app:layout_constraintTop_toBottomOf="@id/fullscreen" />
|
|
app:layout_constraintTop_toBottomOf="@id/fullscreen" />
|
|
|
|
|
|
|
|
+ <android.support.v7.widget.SwitchCompat
|
|
|
|
+ android:id="@+id/long_tap"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_marginTop="16dp"
|
|
|
|
+ android:text="@string/pref_read_with_long_tap"
|
|
|
|
+ android:textColor="?android:attr/textColorSecondary"
|
|
|
|
+ app:layout_constraintTop_toBottomOf="@id/keepscreen" />
|
|
|
|
+
|
|
<android.support.v4.widget.Space
|
|
<android.support.v4.widget.Space
|
|
android:id="@+id/end_general_preferences"
|
|
android:id="@+id/end_general_preferences"
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
android:layout_height="0dp"
|
|
android:layout_height="0dp"
|
|
- app:layout_constraintBottom_toBottomOf="@id/keepscreen" />
|
|
|
|
|
|
+ app:layout_constraintBottom_toBottomOf="@id/long_tap" />
|
|
|
|
|
|
<!-- Pager preferences -->
|
|
<!-- Pager preferences -->
|
|
|
|
|