银河S4 SupportActionBar涵盖ActionMode整个屏幕银河、屏幕、SupportActionBar、ActionMode

2023-09-12 21:57:03 作者:£花↘不见叶彡

三星Galaxy S4显示进入ACtionMode我的应用程序,它是从支持-V7使用SupportActionBar时,一个非常怪异的行为。

The Samsung Galaxy S4 shows a very weird behavior when going into ACtionMode on my app which is using SupportActionBar from Support-v7.

有没有人一个想法如何解决这一问题?

Has anyone an idea how to fix this?

我想这个问题是来自三星定制的Andr​​oid ROM。

I guess the issue comes from Samsung custom Android-Rom.

推荐答案

我解决了这个改变我的自定义actionmode主题从父:

I solved this changing the parent of my custom actionmode theme from:

<style name="MyApp.Widget.ActionMode"  parent="@style/Widget.AppCompat.ActionMode">

<style name="Apo.Widget.ActionMode" parent="@style/Widget.AppCompat.Light.ActionMode.Inverse">