From f9c341c35a8ed19a0cb6ac8f62ea52f4e19d8593 Mon Sep 17 00:00:00 2001 From: dece Date: Fri, 4 Feb 2022 10:58:56 +0100 Subject: [PATCH] styles: attempt to change link ripple effect Does not work; it works if we use the style as a theme (????) but won't correctly use the day/night colors then. --- app/src/main/res/layout/gemtext_link.xml | 4 +--- app/src/main/res/values/styles.xml | 5 +++++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/gemtext_link.xml b/app/src/main/res/layout/gemtext_link.xml index 8d39547..a87096a 100644 --- a/app/src/main/res/layout/gemtext_link.xml +++ b/app/src/main/res/layout/gemtext_link.xml @@ -3,6 +3,4 @@ android:id="@+id/text_view" android:layout_width="match_parent" android:layout_height="wrap_content" - style="@style/CometText" - android:textColor="@color/link" - android:textIsSelectable="false" /> \ No newline at end of file + style="@style/CometLink" /> \ No newline at end of file diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index d643c97..aa95c5c 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -9,4 +9,9 @@ 4dp true + \ No newline at end of file