Mag*_*cky 9 android android-theme android-dialog
我试图将一项活动作为主题AlertDialog.我面临的问题是我无法找到一种方法将两个按钮放在我的窗口底部,看起来像是正面和负面的按钮.AlertDialog
我已经将该行添加到清单中的Activity(我正在使用Sherlock Library):
android:theme="@style/Theme.Sherlock.Dialog"
Run Code Online (Sandbox Code Playgroud)
活动看起来就像一个Dialog,但我找不到按钮设置的主题.我能做什么?
Mag*_*cky 12
好吧,如果您正在开发HC/ICS应用程序,没有Sherlock,答案就在这里:https: //gist.github.com/2348305
只是主题使用
style="?android:attr/buttonBarStyle"
Run Code Online (Sandbox Code Playgroud)
用于容器,
style="?android:attr/buttonBarButtonStyle"
Run Code Online (Sandbox Code Playgroud)
按钮
和
android:divider="?android:attr/dividerHorizontal"
android:showDividers="middle"
Run Code Online (Sandbox Code Playgroud)
用于根布局