我使用下面的代码创建了带有选框的Textview。但是在选框文本和起始位置之间有一些空格。如何解决?
<TextView
android:id="@+id/capture_mode"
android:layout_width="200px"
android:layout_height="wrap_content"
android:text="This is a test of marquee on the text view in android."
android:ellipsize="marquee"
android:scrollHorizontally="true"
android:singleLine="true"
android:focusable="true"
android:focusableInTouchMode="true"
android:marqueeRepeatLimit="marquee_forever"
/>
屏幕在下方。
注意:我需要在marquee中添加两个textview。但是第一个只是滚动,另一个是空闲。如何使用选框添加两个textview。
答案 0 :(得分:0)
试试这个你的textview:
机器人:比重=&#34;左&#34;