沒(méi)錯(cuò),線性布局,貼段我寫(xiě)的代碼給你吧。??梢詫?shí)現(xiàn),比較簡(jiǎn)陋~哈哈:
創(chuàng)新互聯(lián)建站專(zhuān)注為客戶(hù)提供全方位的互聯(lián)網(wǎng)綜合服務(wù),包含不限于成都做網(wǎng)站、成都網(wǎng)站建設(shè)、成都外貿(mào)網(wǎng)站建設(shè)、豐寧網(wǎng)絡(luò)推廣、小程序設(shè)計(jì)、豐寧網(wǎng)絡(luò)營(yíng)銷(xiāo)、豐寧企業(yè)策劃、豐寧品牌公關(guān)、搜索引擎seo、人物專(zhuān)訪、企業(yè)宣傳片、企業(yè)代運(yùn)營(yíng)等,從售前售中售后,我們都將竭誠(chéng)為您服務(wù),您的肯定,是我們最大的嘉獎(jiǎng);創(chuàng)新互聯(lián)建站為所有大學(xué)生創(chuàng)業(yè)者提供豐寧建站搭建服務(wù),24小時(shí)服務(wù)熱線:18982081108,官方網(wǎng)址:www.cdcxhl.com
LinearLayout xmlns:android=""
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="聲音模式:"/
ImageView
android:id="@+id/myImage"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/
/LinearLayout
主要是horizontal~嵌套在垂直的線性布局里面。這樣就可以接著在下面嵌套個(gè)水平的線性布局
首先,你的會(huì)android的 線性布局Linearlayout 方便排版,ScrollView 布局時(shí)可以滑動(dòng)的!
你的知道listview 可以輸出循環(huán),但是在ScrollView 中需要重寫(xiě)。
還是參考代碼吧
LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical " //vertical 是垂直,horizontal 是水平
ImageView
android:id="@+id/photo1"
android:layout_width="55dp"
android:layout_height="55dp"
android:layout_margin="5dp"
android:src="@drawable/plan1"/
TextView
android:id="@+id/title1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="訓(xùn)練須知"
android:textSize="25dp"
android:textColor="@color/cbrown"
android:layout_gravity="center"
android:layout_marginLeft="10dp"/
/LinearLayout
這個(gè)實(shí)現(xiàn)起來(lái)也很簡(jiǎn)單的,可以看看下面的步驟。
工具原料:手機(jī),微信。
方法步驟:
1、打開(kāi)微信,點(diǎn)擊發(fā)現(xiàn)。
2、然后點(diǎn)擊朋友圈。
3、點(diǎn)擊右上角的相機(jī)圖標(biāo),從相冊(cè)選擇,進(jìn)入相冊(cè)任意選擇一張圖片后,點(diǎn)擊右上角的完成。
4、在輸入框輸入想要發(fā)表的文字,再點(diǎn)擊右上角的發(fā)送即可。