小编Mr.*_*Mr.的帖子

如何在android中设置包含背景颜色

如何include在Android中的标签上设置背景颜色?这不起作用:

 <include
 android:id="@+id/list_item_section_text"
 android:layout_width="fill_parent"
 android:layout_height="match_parent"
 layout="@android:layout/preference_category"
 android:background="%MY_BACKGROUND%"/>
Run Code Online (Sandbox Code Playgroud)

android android-layout

7
推荐指数
2
解决办法
5462
查看次数

标签 统计

android ×1

android-layout ×1