How to Android Holo Theme style dialog box buttons

后端 未结 3 684
误落风尘
误落风尘 2021-01-29 18:33

I\'m creating a Dialog Box on Holo Theme and want to follow the OS default way of displaying the buttons. So far I have created the dialog box but the buttons don\'t render in t

3条回答
  •  抹茶落季
    2021-01-29 19:11

    a bit late, but maybe someone is still interested in that.

    this works pretty good for me.

    ...
    
    
    
    
        

    the activity that loads this layout needs the Holo.Dialog theme.

    android:theme="@android:style/Theme.Holo.Dialog"
    

提交回复
热议问题