From a680fa8e2a6627b0e072cdf57de13f5d242bda43 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Sun, 8 Sep 2024 21:44:35 -0500 Subject: [PATCH] Tweak link preview colours --- src/cheogram/res/drawable/background_link_description.xml | 2 +- src/cheogram/res/layout/link_description.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cheogram/res/drawable/background_link_description.xml b/src/cheogram/res/drawable/background_link_description.xml index 6b8d9a0cfae1a1915e68c6fc4614bc4c4ec6abc8..cacf14e297f1a8b3344069b24775925b37cfa239 100644 --- a/src/cheogram/res/drawable/background_link_description.xml +++ b/src/cheogram/res/drawable/background_link_description.xml @@ -1,5 +1,5 @@ - + diff --git a/src/cheogram/res/layout/link_description.xml b/src/cheogram/res/layout/link_description.xml index f302c2b2f1e1dabf75577ef66e50d2c76fff0e77..5934e8b1e68a6cf605f3575fe28fe73cc7b271ab 100644 --- a/src/cheogram/res/layout/link_description.xml +++ b/src/cheogram/res/layout/link_description.xml @@ -7,7 +7,7 @@ android:layout_height="wrap_content" android:paddingHorizontal="10dp" android:paddingVertical="4dp" - android:background="@drawable/background_message_bubble" + android:background="@drawable/background_link_description" android:orientation="vertical">