From 5b94fd48e69191da8460b4bb4b4f6d555ba8a088 Mon Sep 17 00:00:00 2001 From: Corewala Date: Wed, 12 Jan 2022 21:06:18 -0500 Subject: [PATCH] Increased rounded corner radius --- app/src/main/res/layout/gemtext_image_link.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/res/layout/gemtext_image_link.xml b/app/src/main/res/layout/gemtext_image_link.xml index 2e2907c..9b005f3 100644 --- a/app/src/main/res/layout/gemtext_image_link.xml +++ b/app/src/main/res/layout/gemtext_image_link.xml @@ -24,7 +24,7 @@ android:id="@+id/rounded_image_frame" android:layout_width="match_parent" android:layout_height="match_parent" - app:cardCornerRadius="8dp" + app:cardCornerRadius="@dimen/default_margin_big" android:layout_marginLeft="@dimen/screen_margin" android:layout_marginRight="@dimen/screen_margin" android:layout_marginTop="@dimen/default_margin" @@ -36,7 +36,6 @@ android:id="@+id/gemtext_inline_image" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="#ffffff" android:adjustViewBounds="true"/>