Skip to content

Commit

Permalink
[VXP-feat]: adjust the marqueen limit.
Browse files Browse the repository at this point in the history
  • Loading branch information
weishu.tws committed Mar 4, 2018
1 parent bc268ae commit 1947d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VirtualApp/app/src/main/res/layout/item_clone_app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
android:ellipsize="marquee"
android:focusableInTouchMode="true"
android:gravity="center"
android:marqueeRepeatLimit="2"
android:marqueeRepeatLimit="1"
android:singleLine="true"
android:textSize="12sp"
android:visibility="gone" />
Expand Down

0 comments on commit 1947d19

Please sign in to comment.