android中图片和文字怎样才能在一行

我用的是线性布局但是图片和文字还是不在一行没有分了不好意思... 我用的是线性布局但是图片和文字还是不在一行
没有分了 不好意思
展开
 我来答
百度网友1f817e95
推荐于2016-04-22 · TA获得超过405个赞
知道小有建树答主
回答量:123
采纳率:0%
帮助的人:169万
展开全部
没错,线性布局,贴段我写的代码给你吧。。可以实现,比较简陋~哈哈:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="声音模式:"/>
<ImageView
android:id="@+id/myImage"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
</LinearLayout>
主要是horizontal~嵌套在垂直的线性布局里面。这样就可以接着在下面嵌套个水平的线性布局
追问
yearTextView = new TextView(this);
yearTextView.setPadding(10, 0, 0, 0);
Button btnPrevYear = new Button(this);
btnPrevYear.setLayoutParams(10,10);
layTopControls.setGravity(Gravity.LEFT);
layTopControls.setPadding(8, 0, 8, 0);
layTopControls.addView(btnPrevYear);
layTopControls.addView(yearTextView);
图片和文字不在一行
追答
你全部是用代码加吗?没有用xml吗?我说过,先来个嵌套~而且要设置成水平!默认布局是垂直的!那么你要么修改全局设置,要么就嵌套!
baikewsp
推荐于2020-02-19 · TA获得超过1万个赞
知道小有建树答主
回答量:4588
采纳率:42%
帮助的人:683万
展开全部
没错,线性布局,贴段我写的代码给你吧。。可以实现,比较简陋~哈哈:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="声音模式:"/>
<ImageView
android:id="@+id/myImage"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
</LinearLayout>
主要是horizontal~嵌套在垂直的线性布局里面。这样就可以接着在下面嵌套个水平的线性布局
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
wang20064412
2018-12-31 · TA获得超过219个赞
知道小有建树答主
回答量:149
采纳率:66%
帮助的人:83万
展开全部
  1. 只用一个textview,使用drawableleft或者drawableright来显示

  2. 只用一个textview,使用spannablestring来显示富文本

  3. 一个textview,一个imageview 外面包裹一个linearlayout(orientation设为horizontal)

已赞过 已踩过<
你对这个回答的评价是?
评论 收起
飞崽ff
2018-12-27
知道答主
回答量:4
采纳率:0%
帮助的人:3911
展开全部

这种样子的?

已赞过 已踩过<
你对这个回答的评价是?
评论 收起
爱唐伯虎点文香
2018-12-27 · TA获得超过3.3万个赞
知道大有可为答主
回答量:1778
采纳率:94%
帮助的人:170万
展开全部
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="声音模式:"/>
<ImageView
android:id="@+id/myImage"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
</LinearLayout>
主要是horizontal~嵌套在垂直的线性布局里面。这样就可以接着在下面嵌套个水平的线性布局
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 2条折叠回答
收起 更多回答(3)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式