Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Feb 6, 2024
1 parent 50abe2b commit e39246c
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
android:paddingBottom="4dp"
android:gravity="center"
android:textStyle="bold"
android:ellipsize="marquee"
style="?attr/textAppearanceTitleSmall"
android:marqueeRepeatLimit="marquee_forever"
android:singleLine="true"
android:textSize="19sp"/>

<androidx.appcompat.widget.AppCompatTextView
Expand All @@ -77,7 +81,7 @@
android:layout_height="match_parent"
android:orientation="vertical"
android:gravity="start"
android:layout_marginTop="140dp">
android:layout_marginTop="150dp">

<androidx.appcompat.widget.AppCompatTextView
android:layout_width="match_parent"
Expand Down

0 comments on commit e39246c

Please sign in to comment.