对话主题活动:正面和负面按钮

时间:2012-06-28 21:44:05

标签: android android-dialog android-theme

我正在尝试将活动定位为AlertDialog。我面临的问题是我无法找到一种方法在窗口底部放置两个按钮,看起来像AlertDialog

的正负按钮

我已经将该行添加到清单中的Activity(我正在使用Sherlock Library):

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

活动看起来就像一个Dialog,但我找不到按钮设置的主题。我该怎么办?

1 个答案:

答案 0 :(得分:12)

好吧,如果您正在开发HC / ICS申请,没有Sherlock,答案就在这里: https://gist.github.com/2348305

只需使用主题

style="?android:attr/buttonBarStyle"

for container,

style="?android:attr/buttonBarButtonStyle"

按钮

android:divider="?android:attr/dividerHorizontal"
android:showDividers="middle"

用于根布局