Android - 在xml布局上通过TextView覆盖ImageButton

时间:2010-05-12 07:55:02

标签: android layout overlay textview imagebutton

我正在寻找如何在Android xml布局中通过TextView覆盖ImageButton。当我减少TextView边距顶部时,TextView将在ImageButton下面。我想要相反的。

1 个答案:

答案 0 :(得分:1)

我必须使用带有填充顶部的FrameLayout作为textview而不是LinearLayout