慕课网首页
免费课
实战课
体系课
发现
教程
专栏
手记
商业合作
企业服务
讲师入驻
搜索
热搜
最近搜索
清空
0
登录
/
注册
新人专属
元礼包
| 查看
为了账号安全,请及时绑定邮箱和手机
立即绑定
已解决
430363
个问题,去搜搜看,总会有你想问的
怎么弄?求高手
关注
首页
猿问
怎么弄?求高手
怎么弄?求高手
Android
幕布斯5582274
2017-08-07 08:02:52
通过添加一个Android增加文字大小:文字大小与价值30sp的TextView元素属性。提示:只要输入textsi和使用代码完成
查看完整描述
1 回答
已采纳
蜂之谷
TA贡献564条经验 获得超863个赞
在TextView里面写textsi就会有提示选择android:textSize,然后输入30sp就好了
查看完整回答
反对
回复
2017-08-07
幕布斯5582274
谢谢你
幕布斯5582274
怎么弄? 选择新的按钮,选择“文本”,并将其设置为帮助 设置新的按钮文本帮助。再次使用的设计师来做这个 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:gravity="center" android:orientation="vertical"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:textSize="30dp" android:text="Hi World"/> <Button> </Button> <Button style="?android:attr/buttonStyleSmall" android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="Small Button"/> </LinearLayout>
1
回答
0
关注
795
浏览
关注
添加回答
了解更多
举报
0
/150
提交
取消
意见反馈
分销返利
帮助中心
APP下载
官方微信
返回顶部