From 1ff2a28326b3a29a809c360b8a23994320135ce3 Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Thu, 16 Oct 2025 06:19:30 -0400 Subject: [PATCH] Replace tab with space in an XML layout file (#6514) I was working on this file recently, and Android Studio showed a warning that it has tabs instead of spaces, so here's it's fixed. A minor thing, but prevents distractions. --- app/src/main/res/layout/pic_of_day_app_widget.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/pic_of_day_app_widget.xml b/app/src/main/res/layout/pic_of_day_app_widget.xml index beb3e20d4..53e54a7cf 100644 --- a/app/src/main/res/layout/pic_of_day_app_widget.xml +++ b/app/src/main/res/layout/pic_of_day_app_widget.xml @@ -46,6 +46,6 @@ android:id="@+id/appwidget_image" android:layout_width="match_parent" android:layout_height="wrap_content" - android:contentDescription="@string/appwidget_img" /> + android:contentDescription="@string/appwidget_img" />