標籤:android將圖片和文字水平排列
<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal" android:gravity="center" ><ImageView android:id="@+id/imageView4_1_1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/ic_launcher" /><TextView android:id="@+id/textView4_1_1" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="textView" /></LinearLayout>
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:gravity="center"
650) this.width=650;" src="http://s5.51cto.com/wyfs02/M01/8B/7D/wKiom1hPirLwkQzzAAAvK7wBVCM647.png-wh_500x0-wm_3-wmp_4-s_142118596.png" title="Q~$943DJ$66OR$MD(XPXK17.png" alt="wKiom1hPirLwkQzzAAAvK7wBVCM647.png-wh_50" />
本文出自 “matengbing” 部落格,請務必保留此出處http://matengbing.blog.51cto.com/11395502/1882230
android將圖片和文字水平排列