|
|
|
@ -317,6 +317,19 @@
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/swAddresses"
|
|
|
|
|
app:switchPadding="12dp" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/tvHtmlHint"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginStart="12dp"
|
|
|
|
|
android:layout_marginEnd="60dp"
|
|
|
|
|
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/swHtml" />
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.SwitchCompat
|
|
|
|
|
android:id="@+id/swImages"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
@ -326,9 +339,22 @@
|
|
|
|
|
android:layout_marginEnd="12dp"
|
|
|
|
|
android:text="@string/title_advanced_images"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/swHtml"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tvHtmlHint"
|
|
|
|
|
app:switchPadding="12dp" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/tvImagesHint"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginStart="12dp"
|
|
|
|
|
android:layout_marginEnd="60dp"
|
|
|
|
|
android:text="@string/title_ask_show_image"
|
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
|
|
|
|
android:textStyle="italic"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/swImages" />
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.SwitchCompat
|
|
|
|
|
android:id="@+id/swActionbar"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
@ -338,7 +364,7 @@
|
|
|
|
|
android:layout_marginEnd="12dp"
|
|
|
|
|
android:text="@string/title_advanced_actionbar"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/swImages"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tvImagesHint"
|
|
|
|
|
app:switchPadding="12dp" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|