腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
5
回答
layout
_width和
layout
_
height
、
有没有办法避免将
layout
_width和
layout
_
height
参数添加到我的自定义视图中?我知道有一些内置的android视图,你不需要为它们提供这些属性。
浏览 0
提问于2012-02-08
得票数 2
5
回答
LinearLayout android
layout
_
height
、
、
、
、
我有三个关于活动的LinearLayout,所有的LinearLayout都有垂直位置(从上到下) 二次android:
layout
_
height
="fill_parent",android:
layout
_width="fill_parent" LinearLayo
浏览 11
提问于2014-09-26
得票数 2
回答已采纳
1
回答
EditText
layout
_
height
奇特
如果向下调整
layout
_
height
,比如36dp,小部件的背景会在文本的上方和下方显示条。<EditText android:
layout
_width="wrap_content" android:textSize="15sp" android:
l
浏览 2
提问于2012-01-26
得票数 1
回答已采纳
2
回答
使用样式设置
layout
_width,
layout
_
height
、
、
、
-- User form
layout
style --> <item name="android:
layout
_width">match_parent</item> <
浏览 5
提问于2013-06-13
得票数 9
1
回答
Android需要
Layout
_
Height
和
Layout
_Width
、
"android:right="0dp"/>android:width="270dp"android:color="#878787"</shape> “元素形状没有必需的属性and
浏览 2
提问于2015-02-06
得票数 1
回答已采纳
1
回答
Android
layout
_
height
+x像素
、
、
attr/actionBarSize +15 对我不起作用。再次感谢
浏览 4
提问于2016-10-18
得票数 0
4
回答
layout
_
height
始终包装内容
、
> android:
layout
_width="fill_parent"
浏览 1
提问于2011-02-10
得票数 4
回答已采纳
2
回答
应定义“
layout
_
height
”属性
、
、
我收到了令人讨厌的"'
layout
_
height
‘属性应该被定义“lint错误。尽管我在我的风格中定义了它: <item name="android:
layout
_width
浏览 1
提问于2015-10-13
得票数 2
5
回答
layout
_
height
错误350 (Android )
、
、
当我试图构建我的应用程序时,我得到了这个错误: error: '350' is incompatible with attribute android:
layout
_
height
(attr) dimensionMessage{kind=ERROR, text=error: '350' is incompatible with attribute android:
layout
_
height
(attr) dimensionandroid:
layout
_
hei
浏览 3
提问于2018-03-28
得票数 1
回答已采纳
7
回答
Android数据绑定
layout
_width和
layout
_
height
、
、
、
EditText android:inputType="number" android:
layout
_
height
value) this.compact.set(value);} @BindingAdapter("android:
layout
_
height
= v
浏览 4
提问于2016-02-09
得票数 35
回答已采纳
2
回答
ScrollView忽略孩子的
layout
_
height
、
、
但是,对于
layout
_
height
的fill_parent属性和LinearLayout上的
layout
_width属性,它只填充父对象的宽度,而不是高度。将高度设置为固定也不起作用/没有效果。如果我可以提供任何进一步的信息,以找出它不支持
layout
_
height
属性的原因,请告诉我:) 提前谢谢。
浏览 0
提问于2011-03-08
得票数 14
回答已采纳
3
回答
android:
layout
_
height
不为CardView工作
、
xmlns:card_view="http://schemas.android.com/apk/res-auto" android:
layout
_width="@dimen/card_view_width" android:
layout
_marg
浏览 2
提问于2015-01-03
得票数 5
2
回答
<include>是否会覆盖
layout
_width/
layout
_
height
值?
我有一个名为my_
layout
.xml的布局xml文件,其中根视图的
layout
_width和
layout
_
height
被指定为200px。android="http://schemas.android.com/apk/res/android" android:
layout
_width="200px"
浏览 0
提问于2010-05-10
得票数 5
回答已采纳
1
回答
如何实现平等的
layout
_width和
layout
_
height
、
、
、
" android:
layout
_alignParentBottom="true"="fill_parent" android:
layout
_marginLeft=="
浏览 2
提问于2015-03-04
得票数 0
回答已采纳
2
回答
缺少所需的
layout
_width和
layout
_
height
属性
、
>android:
layout
_width="fill_parent"android:
layout
_
height
="fill_parent"> andr
浏览 2
提问于2015-03-29
得票数 6
回答已采纳
2
回答
imageView
layout
_
height
安卓系统
="fill_parent" > android:
layout
_width="fill_parent" android:
layout
_
height
=&q
浏览 6
提问于2013-12-07
得票数 1
1
回答
Android线性
layout
_
height
被忽略
、
="wrap_content" android:
layout
_gravity="center_horizontal">:
layout
_
height
="wrap_content" androi
浏览 0
提问于2011-08-25
得票数 4
回答已采纳
1
回答
ListView标头忽略
layout
_
height
、
、
android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:
layout
_
浏览 0
提问于2014-09-12
得票数 7
回答已采纳
3
回答
动态更改View
layout
_
height
属性?
、
、
、
如果你看到了dummy_
layout
.xml,我给出了android:
layout
_
height
=20dp.我需要做的是通过单击按钮将视图存根高度从20 dp更改为 Wrap_Content。:
layout
_
height
="wrap_content" android="wrap_content&quo
浏览 3
提问于2014-02-24
得票数 2
回答已采纳
3
回答
RelativeLayout : android:
layout
_
height
没有作用
由于某些原因,android:
layout
_
height
="200sp"属性没有任何效果。预览在Android中被正确绘制,但是如果我运行我的应用程序,列表项不会根据android:
layout
_
height
="200sp"改变它们的大小。fill_parent" android:background="#ffffff"
浏览 5
提问于2015-04-14
得票数 0
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
Flexible Box Layout 原理剖析
为什么你写的 height:100% 不起作用?
Prefab、Mask、Layout、Scrollview组件的使用
Android学习笔记 AppCompatEditText
听说你写的 height:100% 不起作用?
热门
标签
更多标签
云服务器
ICP备案
对象存储
腾讯会议
实时音视频
活动推荐
运营活动
广告
关闭
领券