|
|
|
@ -266,6 +266,18 @@
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tvImagesHint"
|
|
|
|
|
app:switchPadding="12dp" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/tvRemoteContentHint"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginEnd="48dp"
|
|
|
|
|
android:text="@string/title_ask_show_html"
|
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
|
|
|
|
android:textStyle="italic"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/swRemoteContent" />
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.SwitchCompat
|
|
|
|
|
android:id="@+id/swActionbar"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
@ -274,7 +286,7 @@
|
|
|
|
|
android:checked="true"
|
|
|
|
|
android:text="@string/title_advanced_actionbar"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/swRemoteContent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tvRemoteContentHint"
|
|
|
|
|
app:switchPadding="12dp" />
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
</ScrollView>
|
|
|
|
|