小编Vya*_*sky的帖子

使用Theme.AppCompat.Dialog时,操作栏看起来被剪切

我希望我的一个活动看起来像一个对话框,并使用了一个Theme.AppCompat.Dialog主题,但它使得它的动作栏看起来很糟糕(见下文).

现在背景被剪切到标题字符串的长度,我找不到任何主题属性来修复它.(

可以做些什么来避免它?

styles.xml的相关部分:

<style name="DeviceListTheme" parent="Theme.AppCompat.Dialog">
    <!-- All customizations that are NOT specific to a particular API-level can go here. -->
</style>
Run Code Online (Sandbox Code Playgroud)

我使用以下代码启动活动:

Intent intent = new Intent(this, DeviceListActivity.class);
startActivityForResult(intent, REQUEST_CONNECT_DEVICE);
Run Code Online (Sandbox Code Playgroud)

android themes styles dialog android-actionbar

5
推荐指数
1
解决办法
5791
查看次数

标签 统计

android ×1

android-actionbar ×1

dialog ×1

styles ×1

themes ×1