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

后端 未结 3 1348
我在风中等你
我在风中等你 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:57

    you can use frame layout for embed Button in EditText,here i give sample code for embed TextView in EditText,just change the TextView as Button

            
    
        
                    
                            
    

提交回复
热议问题