Added LanguageTool link

This commit is contained in:
M66B 2022-10-01 12:03:27 +02:00
parent 20825a447f
commit 8c2ccb6916
1 changed files with 17 additions and 1 deletions

View File

@ -379,6 +379,22 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/swLanguageToolPicky" />
<TextView
android:id="@+id/tvLanguageTool"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="12dp"
android:layout_marginTop="12dp"
android:autoLink="web"
android:drawableEnd="@drawable/twotone_open_in_new_12"
android:drawablePadding="6dp"
android:text="https://languagetool.org"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
android:textColor="?android:attr/textColorLink"
app:drawableTint="?android:attr/textColorLink"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/etLanguageTool" />
<ImageButton
android:id="@+id/ibLanguageTool"
android:layout_width="wrap_content"
@ -387,7 +403,7 @@
android:contentDescription="@string/title_info"
android:tooltipText="@string/title_info"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/etLanguageTool"
app:layout_constraintTop_toBottomOf="@id/tvLanguageTool"
app:srcCompat="@drawable/twotone_info_24" />
<androidx.appcompat.widget.SwitchCompat