亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

Android中tablayout怎么自定義布局

小億
228
2024-03-06 17:01:46
欄目: 編程語言

要自定義TabLayout的布局,可以通過實現自定義的TabLayout.TabLayout中的Tab的自定義布局。

首先,在xml文件中定義自定義的Tab布局,例如:

<LinearLayout
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:orientation="vertical">

    <ImageView
        android:id="@+id/tab_icon"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"/>

    <TextView
        android:id="@+id/tab_text"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"/>

</LinearLayout>

然后,在代碼中創建自定義的TabLayout.Tab,并設置自定義的布局:

TabLayout.Tab tab1 = tabLayout.newTab();
View customTab1 = LayoutInflater.from(this).inflate(R.layout.custom_tab_layout, null);
ImageView tabIcon1 = customTab1.findViewById(R.id.tab_icon);
TextView tabText1 = customTab1.findViewById(R.id.tab_text);
tabIcon1.setImageResource(R.drawable.tab_icon);
tabText1.setText("Tab 1");

tab1.setCustomView(customTab1);
tabLayout.addTab(tab1);

這樣就可以實現自定義TabLayout的布局。在創建Tab的時候,可以根據需要設置不同的自定義布局。

0
宜兰市| 唐河县| 阿瓦提县| 永春县| 开江县| 咸丰县| 大新县| 鹤壁市| 兰西县| 喀喇沁旗| 浪卡子县| 确山县| 玉树县| 通许县| 尚志市| 甘洛县| 鄯善县| 德安县| 彭阳县| 嵊泗县| 吴川市| 长宁县| 师宗县| 伊宁市| 新河县| 体育| 乌兰察布市| 和林格尔县| 南城县| 遂平县| 利辛县| 泗阳县| 陵川县| 尼玛县| 潜江市| 颍上县| 武清区| 姚安县| 婺源县| 永昌县| 来凤县|