Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用它来自定义我的操作栏,以便在 2.1+ 设备上具有统一的外观。并使用所需的主题。但是,我的问题是当我在 2.3 设备上运行应用程序时,菜单文本颜色为白色,因此,由于白色背景而不可读,除了它在果冻豆设备上运行良好。
创建一个自定义并使用以下内容对其进行修改:
<item name="android:actionMenuTextColor">#aabbcc</item>
我没有确认这一点(我只是非常有信心它会起作用)。