How to embed a View (with Buttons, etc.) inside an EditText?

后端 未结 3 1307
我在风中等你
我在风中等你 2021-02-06 05:27

I\'m trying to figure out how to embed things, other than Drawables, inside an EditText widget. Specifically the example I\'m thinking of is from the Google Buzz widget

3条回答
  •  遥遥无期
    2021-02-06 05:59

    I think that what they have done here is create a background for their layout that looks like an EditText. Then they added an EditText with the background turned off and come Buttons.

提交回复
热议问题