Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有多个微调器的布局。有些有适配器,而另一些则从字符串数组中获取内容。带有适配器的那些实现了 simple_list_item_1 布局,但这会导致与其他微调器不同的外观,并导致页面上的格式问题。如何找到,或者有人知道微调器默认使用什么布局?
微调器的布局取决于传递给它的适配器的布局。
看起来 simple_list_item_1 是一个带有填充的简单 TextView:
这是源 xml 布局:https ://github.com/android/platform_frameworks_base/blob/master/core/res/res/layout/simple_list_item_1.xml