Advertisement
Guest User

Untitled

a guest
Jul 25th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. <app.farhanfarooqui.vocaplayer.ScrollingTextView
  2. android:freezesText="true"
  3. android:id="@+id/songTitle"
  4. android:layout_alignParentLeft="true"
  5. android:layout_width="500dp"
  6. android:layout_height="wrap_content"
  7. android:layout_marginLeft="14dp"
  8. android:layout_marginRight="20dp"
  9. android:layout_marginTop="60dp"
  10. android:layout_toLeftOf="@+id/skipBackward"
  11. android:focusable="true"
  12. android:focusableInTouchMode="true"
  13. android:ellipsize="marquee"
  14. android:marqueeRepeatLimit="marquee_forever"
  15. android:singleLine="true"
  16. android:text="Song's Title"
  17. android:textColor="#ccbbb4"
  18. android:textSize="16sp" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement