gpt4 book ai didi

Android:App Compat 主题 - 大对话框

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:27:41 24 4
gpt4 key购买 nike

我想使用 AppCompat 库,但是没有 Dialog 主题,也没有我可以扩展或使用的 DialogWhenLarge 主题。

有没有一种方法可以扩展基本主题并使其成为 DialogWhenLarge,可能使用文件夹和自定义样式项。

谢谢

最佳答案

关闭这张工单。对于任何想要答案的人,请看这里。

ActionBar in a DialogFragment

文件夹中的自定义样式 values-large

<style name="AppBaseTheme" parent="@style/Theme.AppCompat.Light">
<!-- API 14 theme customizations can go here. -->
</style>

<style name="MyAppCompatDialogTheme" parent="AppBaseTheme">
<item name="android:windowIsFloating">false</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:windowSoftInputMode">stateAlwaysHidden</item>
<item name="android:windowActionModeOverlay">true</item>
<item name="android:windowIsTranslucent">true</item>
</style>

但是我认为我已经决定沿着使用 DialogFragment 的路线前进,然后我可以将其加载到手机上的 Activity 中,或者在平板电脑上显示为对话框,而不是这种将 Activity 转换为半混合的方式一个对话框。

关于Android:App Compat 主题 - 大对话框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18453939/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com