【发布时间】:2010-05-12 07:55:02
【问题描述】:
我正在寻找如何在 android xml 布局中通过 TextView 覆盖 ImageButton。在我减少 TextView 边距顶部的那一刻,TextView 位于 ImageButton 下方。我想要相反的。
【问题讨论】:
标签: android layout overlay textview imagebutton
我正在寻找如何在 android xml 布局中通过 TextView 覆盖 ImageButton。在我减少 TextView 边距顶部的那一刻,TextView 位于 ImageButton 下方。我想要相反的。
【问题讨论】:
标签: android layout overlay textview imagebutton
我不得不为 textview 使用 FrameLayout 和 padding top 而不是 LinearLyout
【讨论】: