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.
如何在 Activity 中实现多个输入的布局(XML)分组标签/标题?
这是屏幕截图,但我找不到来源/示例,有趣的部分是输入上方的蓝色 PHOTO 和 EMAIL 标签(在屏幕截图的左侧)。
感谢 Manishika,但没有关于将标签放入导航抽屉(不是操作栏)的信息。
我想,我的布局中需要这个:
<TextView android:id="@+android:id/title" style="?android:attr/listSeparatorTextViewStyle" android:text="Phone" />
就在正常的EditText之上。