自定义微调文本视图不正确

时间:2014-02-05 07:08:02

标签: android spinner

我使用过自定义微调器的TextView,但它来自下面,

enter image description here

我还没有使用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" />

请帮忙。 感谢。

1 个答案:

答案 0 :(得分:0)

android:ellipsize 设置为。我认为你解决了问题。