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.
我有一个 android 项目,最初将其目标 API 设置为 2.3.3。最近,我想将目标 API 更新为 ICS(API 版本 14)。
我做了以下事情:
经过清理和重建后,ui 元素(按钮、编辑文本)仍然具有旧的 2.3.3 外观,而不是 4.0 外观。
关于我在这里缺少什么的任何想法?
您必须在活动标签中将 Holo 主题添加到您的 Android 清单中。
android:theme="@android:style/Theme.Holo"