Color for links

This commit is contained in:
Benoit Marty 2021-12-08 22:59:01 +01:00 committed by Benoit Marty
parent 50a84a6c56
commit 287587f356
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:paddingStart="0dp" android:paddingStart="0dp"
android:paddingEnd="8dp" android:paddingEnd="8dp"
android:textColor="?vctr_content_secondary" android:textColor="?android:textColorLink"
tools:text="https://element.io/copyright" /> tools:text="https://element.io/copyright" />
<!-- Do not use drawableEnd on the TextView because of RTL support --> <!-- Do not use drawableEnd on the TextView because of RTL support -->