Fix tip text not full width in activity_main in demo-app

This commit is contained in:
2022-10-04 02:04:58 +08:00
parent 8ef8da9f4b
commit 1f9a003b1d

View File

@@ -42,7 +42,7 @@
</LinearLayout>
<TextView
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_marginTop="5dp"