Skip to content

Commit

Permalink
add click effect + fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Jan 29, 2024
1 parent bfa58a2 commit f180495
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pandroid/app/src/main/res/layout/holder_game.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
android:layout_height="wrap_content"
style="?attr/textAppearanceTitleSmall"
android:text="@string/app_name"
android:layout_marginTop="8dp"
android:layout_marginStart="10dp"
android:layout_marginEnd="10dp"
android:textStyle="bold"
android:ellipsize="marquee"
android:marqueeRepeatLimit="marquee_forever"
Expand All @@ -43,6 +44,8 @@
android:layout_height="wrap_content"
android:text="@string/app_name"
android:textSize="10sp"
android:layout_marginStart="10dp"
android:layout_marginEnd="10dp"
android:ellipsize="marquee"
android:marqueeRepeatLimit="marquee_forever"
android:singleLine="true"
Expand Down

0 comments on commit f180495

Please sign in to comment.