在res/layout文件中,放置一個(gè)TextView控件用于顯示購物商城界面的標(biāo)題,放置一個(gè)ListView控件用于顯示購物商場界面的列表

<?xm" />

国产成人精品无码青草_亚洲国产美女精品久久久久∴_欧美人与鲁交大毛片免费_国产果冻豆传媒麻婆精东

15158846557 在線咨詢 在線咨詢
15158846557 在線咨詢
所在位置: 首頁 > 營銷資訊 > 網(wǎng)站運(yùn)營 > 直播帶貨源碼,普通商城購物頁面的制作

直播帶貨源碼,普通商城購物頁面的制作

時(shí)間:2023-07-06 19:09:01 | 來源:網(wǎng)站運(yùn)營

時(shí)間:2023-07-06 19:09:01 來源:網(wǎng)站運(yùn)營

直播帶貨源碼,普通商城購物頁面的制作:直播帶貨源碼,普通商城購物頁面的制作實(shí)現(xiàn)的相關(guān)代碼

在res/layout文件中,放置一個(gè)TextView控件用于顯示購物商城界面的標(biāo)題,放置一個(gè)ListView控件用于顯示購物商場界面的列表

<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".MainActivity" android:orientation="vertical"> <TextView android:layout_width="match_parent" android:layout_height="45dp" android:text="購物商城" android:textSize="18sp" android:textColor="#FFFFFF" android:background="#FF8F03" android:gravity="center"/> <ListView android:id="@+id/lv" android:layout_width="match_parent" android:layout_height="wrap_content" android:listSelector="@color/colorAccent" /> </LinearLayout>list_Item.xml?在res/layout文件中創(chuàng)建一個(gè)列表?xiàng)l目界面的布局文件list_item.xml,在該文件中放置一個(gè)Image View控件用于顯示商品的圖片;放置2個(gè)TextView控件分別用于顯示商品的名稱和價(jià)格!

<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:padding="16dp"> <ImageView android:id="@+id/iv" android:layout_width="120dp" android:layout_height="90dp" android:layout_centerVertical="true" /> <RelativeLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerVertical="true" android:layout_marginLeft="10dp" android:layout_toRightOf="@+id/iv"> <TextView android:id="@+id/title" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="桌子" android:textColor="#000000" android:textSize="20sp" /> <TextView android:id="@+id/tv_price" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@+id/title" android:layout_marginTop="10dp" android:text="價(jià)格:" android:textColor="#FF8F03" android:textSize="20sp" /> <TextView android:id="@+id/price" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@+id/title" android:layout_marginTop="10dp" android:layout_toRightOf="@+id/tv_price" android:text="1000" android:textColor="#FF8F03" android:textSize="20sp" /> </RelativeLayout></RelativeLayout>以上就是 直播帶貨源碼,普通商城購物頁面的制作實(shí)現(xiàn)的相關(guān)代碼,更多內(nèi)容歡迎關(guān)注之后的文章




關(guān)鍵詞:貨源,普通,商城,直播

74
73
25
news

版權(quán)所有? 億企邦 1997-2025 保留一切法律許可權(quán)利。

為了最佳展示效果,本站不支持IE9及以下版本的瀏覽器,建議您使用谷歌Chrome瀏覽器。 點(diǎn)擊下載Chrome瀏覽器
關(guān)閉