layout-item_bottom

来源:互联网 发布:大数据的特点包含 编辑:程序博客网 时间:2024/06/17 04:41
<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"    android:orientation="vertical"    android:padding="10dp"    android:layout_width="match_parent"    android:layout_height="match_parent">    <TextView        android:id="@+id/text_title"        android:layout_width="match_parent"        android:layout_height="wrap_content" />    <ImageView        android:id="@+id/image_view"        android:layout_width="match_parent"        android:layout_height="200dp" /></LinearLayout>