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

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

    The EditText + Button + ... it's a FrameLayout with the EditText with fill_parent and the Buttons with layout_gravitiy:"bottom". Something like this:

      
    
        
        
    
            
    
            

提交回复
热议问题