From a6d161c1b416a9538bf7ba28a0c87a6d724b4b47 Mon Sep 17 00:00:00 2001 From: sk Date: Sat, 21 May 2022 17:42:40 +0200 Subject: [PATCH] minor code style change for grishka's code style must prevail --- mastodon/src/main/res/layout/fragment_image_description.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon/src/main/res/layout/fragment_image_description.xml b/mastodon/src/main/res/layout/fragment_image_description.xml index b69d0e055..78eaee4d8 100644 --- a/mastodon/src/main/res/layout/fragment_image_description.xml +++ b/mastodon/src/main/res/layout/fragment_image_description.xml @@ -21,7 +21,7 @@ android:layout_height="match_parent" android:adjustViewBounds="true" android:importantForAccessibility="no" - tools:src="#0f0" /> + tools:src="#0f0"/>