From 81c12711d0564c7852f9ecfded68d519f579f6e3 Mon Sep 17 00:00:00 2001 From: xiajiid Date: Sun, 8 Feb 2026 15:50:09 +0800 Subject: [PATCH] Fix layout_height typo: match_height -> match_parent --- app/src/main/res/layout/activity_main.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index d70fcea..3b88d0f 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -4,7 +4,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" - android:layout_height="match_height" + android:layout_height="match_parent" tools:context=".MainActivity">