<TextView
android:id="@+id/menu_desc"
android:layout_width="300dip"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:ellipsize="marquee"
android:focusable="true"
android:focusableInTouchMode="true"
android:marqueeRepeatLimit="marquee_forever"
android:scrollHorizontally="true"
android:singleLine="true"
android:text="这里是一长串字符,很长很长很长,屏幕显示不下"
android:textColor="@color/white"
android:textSize="22dip" >
</TextView>

被折叠的 条评论
为什么被折叠?



