Reduce priority of jcenter repository

This commit is contained in:
inorichi
2019-03-14 17:32:08 +01:00
parent f8e121ee06
commit 3f2d375a53
13 changed files with 57 additions and 19 deletions

View File

@@ -123,11 +123,20 @@
android:textColor="?android:attr/textColorSecondary"
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:id="@+id/end_general_preferences"
android:layout_width="0dp"
android:layout_height="0dp"
app:layout_constraintBottom_toBottomOf="@id/keepscreen" />
app:layout_constraintBottom_toBottomOf="@id/long_tap" />
<!-- Pager preferences -->