How to Android Holo Theme style dialog box buttons

后端 未结 3 686
误落风尘
误落风尘 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 18:53

    This is what works:

    
    
        

    The property style="@android:style/Widget.Holo.Light.Button.Borderless.Small" gives the flat look and feel, and the 50% weight distribution is because of combining 100$ sizing of LinearLayout by android:layout_width="match_parent" andandroid:layout_weight="1"`for buttons

提交回复
热议问题