我使用过自定义微调器的TextView
,但它来自下面,
我还没有使用android:paddingRight=""
然后也不知道它为什么会这样。
我试图展示的那一年是点线。
spinner_textview.xml
<?xml version="1.0" encoding="utf-8"?>
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:textSize="16.0dip"
android:gravity="left"
android:singleLine="true"
android:ellipsize="marquee"
android:marqueeRepeatLimit="marquee_forever"
android:focusable="true"
android:focusableInTouchMode="true"
android:scrollHorizontally="true" />
请帮忙。 感谢。
答案 0 :(得分:0)
将 android:ellipsize 设置为无。我认为你解决了问题。