详情请参考:【Software Myzone】:http://www.firedragonpzy.com.cn/index.php/archives/2745
<TextView
android:id="@+id/title"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="歌曲名称"
android:textSize="25px"
android:textColor="#ffffff"
android:ellipsize="marquee"
android:marqueeRepeatLimit="marquee_forever"
android:singleLine="true"
android:focusable="true" />
这里android:ellipsize="marquee"设置的是,当文本内容过长并获取焦点时采用跑马灯形式显示文本。
android:marqueeRepeatLimit="marquee_forever"设置了跑马灯的重复次数为永远重复
android:singleLine="true"设置了该TextView为单行文本显示。
如果在开发时遇到标题太长比较碍眼的时候可以考虑使用跑马灯来使其美化,让用户感觉很牛笔很高端的样子
Earlier in September, we posted about app stores other than Google Play that developers can use to increase app downloads. That post has proven to be so popular, that we wanted to continue the list!
Since that post, Google Play has started to exert even more control over their app ecosystem. This has even the largest developers nervous over whether or not their Google developer accounts are going to be suspended or even terminated.
We have scoured the web to find other stores that can expand your apps horizons. These app stores will make it easier for your app to stand out from the crowd and get the number of downloads that they deserve. Here are the stores we’ve discovered for you:
Acquired by Opera in September of 2011, Handster is the perfect place for you to publicize your apps.
Not only is Butterscotch a great app store, they have video tutorials, articles, and many useful tips and tricks….all free!
While geared for Android tablet apps, android phone apps are still accepted
With a clean and simple design, Camangi Market is a fantastic option to distribute your apps.
Phoload already has a wide range of different apps available. Why not add yours to the list?
Do you have any other favorite app stores that you use? Let us know which ones in the comments below.