在生成xml代码时出现问题。如果我把horizontalScrollView保存在问题上,如果有太多的文字,但是当它不够时想要整个行都被填满。
1.图片txtview必须比另一个小得多。
2.图片是我想要的,但灰色边框是透明的。我不想看到这三个文本框之间的边界。
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:id="@+id/txtMemory"
android:layout_width="fill_parent"
android:layout_height="match_parent"
android:layout_weight="10"
android:background="@drawable/stackview1"
android:textColor="@color/darkgreen"
android:gravity="left"
android:layout_marginTop="3sp"
android:layout_marginLeft = "5sp"/>
<HorizontalScrollView
android:layout_width="fill_parent"
android:layout_height="match_parent"
android:id="@+id/scrollView"
android:layout_weight="1"
android:layout_marginRight="5sp"
android:layout_marginTop="3sp"
android:gravity="right">
<TextView
android:id="@+id/txtStack"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:background="@drawable/stackview1" />
</HorizontalScrollView>
</LinearLayout>
如果我使用horizontalscrollview,它会压缩textview的表面..但是我想要的它不比屏幕的重量小,但它必须全部在一行
答案 0 :(得分:0)
回答我的问题是: HorizontalScrollView:fillViewport =“true”