Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Feb 29, 2024
1 parent 90f8fbf commit 87cb604
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/pandroid/app/src/main/res/layout/holder_game.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="?colorOnSurface"
android:ellipsize="marquee"
android:marqueeRepeatLimit ="marquee_forever"
android:focusable="true"
android:focusableInTouchMode="true"
android:scrollHorizontally="true"
android:text="@string/app_name"
android:textStyle="bold"
android:gravity="center"
Expand All @@ -38,6 +43,11 @@
android:id="@+id/description"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:marqueeRepeatLimit ="marquee_forever"
android:focusable="true"
android:focusableInTouchMode="true"
android:scrollHorizontally="true"
android:text="@string/app_name"
android:textSize="11sp"
android:alpha="0.75"
Expand Down

0 comments on commit 87cb604

Please sign in to comment.