本文介绍了widgetLayout和android:机器人的区别布局preference?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我收到一些奇怪的配置,其中widgetLayout配置列表项的内部空间和布局配置整个项目列表和屏幕背景?有人能真正解释什么是widgetLayout?


解决方案

The layout for the controllable widget portion of a Preference. This is inflated into the layout for a Preference and should be used more frequently than the layout attribute. For example, a checkbox preference would specify a custom layout (consisting of just the CheckBox) here.

Check this link for more Explanation

这篇关于widgetLayout和android:机器人的区别布局preference?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-27 03:55