use*_*577 2 xml layout android scrollview horizontalscrollview
这是我的XML HorizontalScrollView
<HorizontalScrollView
android:id="@+id/horizontalScrollView1"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="19" >
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:orientation="horizontal" >
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/card_background" >
</RelativeLayout>
</LinearLayout>
</HorizontalScrollView>
Run Code Online (Sandbox Code Playgroud)
我想将RelativeLayout的宽度设置为等于HorizontalScrollView的宽度.如何使用XML(不是以编程方式)执行此操作
您想要的所有内容都在HorizontalScrollView中
android:fillViewport="true"
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
3858 次 |
| 最近记录: |