<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"    xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"    android:layout_height="match_parent"    android:background="@drawable/bluetiao"    android:orientation="vertical"    tools:context=".MainActivity">    <RelativeLayout        android:layout_width="match_parent"        android:layout_height="52dp"        android:background="@drawable/mainbg">        <TextView            android:id="@+id/textView1"            android:layout_width="wrap_content"            android:layout_height="wrap_content"            android:layout_centerHorizontal="true"            android:layout_centerVertical="true"            android:text="图文列表"            android:textSize="16sp"            android:textAppearance="?android:attr/textAppearanceLarge"            />        <Button            android:id="@+id/back"            android:layout_width="25dp"            android:layout_height="35dp"            android:layout_alignParentLeft="true"            android:layout_centerVertical="true"            android:layout_marginLeft="10dp"            android:background="@drawable/fanhui"            android:onClick="back"            />    </RelativeLayout>    <LinearLayout        android:layout_width="match_parent"        android:layout_height="10dp"        android:orientation="vertical">    </LinearLayout>    <!--图文开始-->    <RelativeLayout        android:id="@+id/tuwen01"        android:layout_width="match_parent"        android:layout_height="70dp"        android:background="#ffffff"        android:onClick=""        android:layout_marginTop="1dp"        >        <ImageView            android:id="@+id/imageView01"            android:layout_width="wrap_content"            android:layout_height="wrap_content"            android:layout_alignParentLeft="true"            android:layout_centerVertical="true"            android:layout_marginLeft="8dp"            android:src="@drawable/s1802"            />        <TextView            android:layout_width="wrap_content"            android:layout_height="wrap_content"            android:layout_centerVertical="true"            android:layout_marginLeft="20dp"            android:layout_toRightOf="@+id/imageView01"            android:text="孙悟空"            android:textColor="#000000"            android:textSize="16sp"/>    </RelativeLayout>    <RelativeLayout        android:id="@+id/tuwen02"        android:layout_width="match_parent"        android:layout_height="70dp"        android:background="#ffffff"        android:layout_marginTop="1dp"        >        <ImageView            android:id="@+id/imageView02"            android:layout_width="wrap_content"            android:layout_height="wrap_content"            android:layout_alignParentLeft="true"            android:layout_centerVertical="true"            android:layout_marginLeft="8dp"            android:src="@drawable/s1804"            />        <TextView            android:layout_width="wrap_content"            android:layout_height="wrap_content"            android:layout_centerVertical="true"            android:layout_marginLeft="20dp"            android:layout_toRightOf="@+id/imageView02"            android:text="九尾"            android:textColor="#000000"            android:textSize="16sp"/>    </RelativeLayout>    <RelativeLayout        android:id="@+id/tuwen03"        android:layout_width="match_parent"        android:layout_height="70dp"        android:background="#ffffff"        android:layout_marginTop="1dp"        >        <ImageView            android:id="@+id/imageView03"            android:layout_width="wrap_content"            android:layout_height="wrap_content"            android:layout_alignParentLeft="true"            android:layout_centerVertical="true"            android:layout_marginLeft="8dp"            android:src="@drawable/s1810"            />        <TextView            android:layout_width="wrap_content"            android:layout_height="wrap_content"            android:layout_centerVertical="true"            android:layout_marginLeft="20dp"            android:layout_toRightOf="@+id/imageView03"            android:text="守鹤"            android:textColor="#000000"            android:textSize="16sp"/>    </RelativeLayout></LinearLayout>

选择图文表

更多相关文章

  1. Android 图文混排spannableStringBuilder简单使用
  2. Android Launcher研究(一)-----------图文详解手把手教你在Windo
  3. 如何下载并编译Android4.0内核源码goldfish(图文)
  4. Android 图文数据JSON解析,金山词霸每日一句API的调用
  5. 图文详解Android Studio搭建Android集成开发环境的过程
  6. Android:图文解析带你快速了解RxJava的底层原理
  7. Android实战(四)------Myeclipse10搭建android运行环境图文详细

随机推荐

  1. Android SD卡操作
  2. android 呼出电话的监听(去电监听)
  3. ListView.setOnItemClickListener无效问
  4. Android 之读取元素中的数据
  5. android handler线程原理详详解
  6. TextView中ellipsize属性 + 走马灯效果
  7. googlesamples/android-topeka学习笔记(
  8. android用视频当做背景
  9. WebView在Fragment中点击返回键返回上一
  10. Android指纹解锁,更好的接入到应用中