【发布时间】:2014-03-04 13:44:06
【问题描述】:
我在水平线性布局中有一个 TextView 和一个 ImageView。是否可以缩放 ImageView 使其相对于布局文件中 TextView 的大小?
基本上我想要类似的东西:-
不是这样的
布局文件是
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal" >
<ImageView />
<TextView />
</LinearLayout>
【问题讨论】:
-
ImageView 高度:matchparent,TextView 高度:wrapcontent,容器 LinearLayout 高度:包装内容 ...也许
-
尝试使用图片作为textview的leftdrawable。