Skip to content

Commit

Permalink
Messing with scrolling marquee for timber 5
Browse files Browse the repository at this point in the history
(cherry picked from commit 92e69a7)
  • Loading branch information
EthanArmbrust committed Jan 23, 2018
1 parent 2fec6ea commit f093299
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/layout/fragment_timber3.xml
Original file line number Diff line number Diff line change
@@ -65,16 +65,16 @@
<TextView
android:id="@+id/song_title"
style="@style/TextAppearance.AppCompat.Body1"
android:layout_width="243dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="130dp"
android:layout_marginRight="100dp"
android:width="800dp"
android:ellipsize="marquee"
android:fadingEdge="horizontal"
android:marqueeRepeatLimit="marquee_forever"
android:scrollHorizontally="true"
android:singleLine="true"
android:text="It Aint Hard To Tell I Excel and Pre"
android:text="It Aint Hard To Tell I Excel and Prev"
android:textSize="16sp" />

<TextView
3 changes: 3 additions & 0 deletions app/src/main/res/layout/fragment_timber5.xml
Original file line number Diff line number Diff line change
@@ -93,6 +93,9 @@
android:ellipsize="marquee"
android:scrollHorizontally="true"
android:singleLine="true"
android:width="800dp"
android:fadingEdge="horizontal"
android:marqueeRepeatLimit="marquee_forever"
android:textColor="#ffffff"
android:textSize="22sp"
android:layout_marginLeft="40dp"

0 comments on commit f093299

Please sign in to comment.