我试图将一个活动作为AlertDialog主题.我遇到的问题是,我找不到一个方法,将两个按钮放在我的窗口的底部,看起来像一个AlertDialog的正负按钮
我已经将该行添加到清单中的“我的活动”(我正在使用Sherlock Library):
android:theme="@style/Theme.Sherlock.Dialog"
而活动看起来就像一个Dialog,但是我找不到一个主题来设置按钮.你有什么想法可以做什么?
解决方法
好的,如果你正在开发HC / ICS的应用程序,没有Sherlock,答案就在这里:
https://gist.github.com/2348305
https://gist.github.com/2348305
只是使用主题
style="?android:attr/buttonBarStyle"
对于集装箱,
style="?android:attr/buttonBarButtonStyle"
用于按钮
和
android:divider="?android:attr/dividerHorizontal" android:showDividers="middle"
为根布局