博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
This tag and its children can be replaced by ~~~
阅读量:6607 次
发布时间:2019-06-24

本文共 957 字,大约阅读时间需要 3 分钟。

hot3.png

这是我的布局文件:

<?xml version="1.0" encoding="utf-8"?>

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"

    android:layout_width="wrap_content"

    android:layout_height="wrap_content"

    android:layout_gravity="center"

    android:gravity="center"

    android:orientation="vertical" >

    <!-- 书封 -->

    <ImageView

        android:id="@+id/listview_grid_layout_iv_bookicon"

        android:layout_width="wrap_content"

        android:layout_height="wrap_content"

        android:layout_gravity="center"

        android:contentDescription="@null" />

    <!-- 书名 -->

    <TextView

        android:id="@+id/listview_grid_layout_tv_bookname"

        android:layout_width="wrap_content"

        android:layout_height="wrap_content"

        android:layout_gravity="center" />

</LinearLayout>

eclipse提示:  This tag and its children can be replaced by one <TextView/>  and a compound drawable

 

最后发现原来可以直接给TextView加图片.. ,通过 setCompoundDrawable 方法, 或者直接在xml中使用android:drawableLeft.、android:drawableRight等属性指定。

转载于:https://my.oschina.net/u/1244156/blog/226129

你可能感兴趣的文章
全新视觉| 数治省市:SAP大数据构想一切可能
查看>>
ORACLE expdp备份与ORA-31693、ORA-02354、ORA-02149
查看>>
SAP S/4 HANA新变化-信用管理
查看>>
清华梦的粉碎读后感--论理想主义者王垠
查看>>
模块机制
查看>>
Bootstrap <基础八>图片
查看>>
【hihocoder1255 Mysterious Antiques in Sackler Museum】构造 枚举
查看>>
《Programming WPF》翻译 第8章 2.Timeline
查看>>
doc-remote-debugging.html
查看>>
[20161023]为什么以前可以这样的表.txt
查看>>
[20161111]数据库文件头的修复.txt
查看>>
功能奇数次执行和偶数次执行时的结果不同的故障复盘
查看>>
DBMS_STATS.GATHER_TABLE_STATS
查看>>
Java-单机版的书店管理系统(练习设计模块和思想_系列 五 )
查看>>
Reddit 讨论:Hinton的Capsule网络真的比CNN效果更好吗?
查看>>
微信支付现金红包接口
查看>>
嵌入式 详解udev
查看>>
《C程序员:从校园到职场》出版预告(2):从“百花齐放”到“一枝独秀”
查看>>
Network Monitor 查询命令和MySQL命令
查看>>
好“戏”刚刚开幕 云计算逐步被认可
查看>>