From acc4b8ec970d83f815d2d614358404949353b4ba Mon Sep 17 00:00:00 2001 From: watson1982 <112817572+watson1982@users.noreply.github.com> Date: Mon, 21 Aug 2023 18:39:33 +0800 Subject: [PATCH] item_grid.xml --- app/src/main/res/layout/item_grid.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/app/src/main/res/layout/item_grid.xml b/app/src/main/res/layout/item_grid.xml index 39609204..33a2b60e 100644 --- a/app/src/main/res/layout/item_grid.xml +++ b/app/src/main/res/layout/item_grid.xml @@ -103,9 +103,11 @@ android:layout_height="wrap_content" android:background="@drawable/shape_thumb_bottom_name" android:ellipsize="marquee" + android:gravity="center" android:marqueeRepeatLimit="marquee_forever" android:padding="@dimen/vs_5" android:singleLine="true" + android:text="Title" android:textColor="@android:color/white" android:textSize="@dimen/ts_22" /> @@ -122,5 +124,23 @@ android:textSize="@dimen/ts_16" android:visibility="gone" /> + + + + + + \ No newline at end of file