我试图更改我的应用程序的背景颜色,但我更改字体颜色和背景颜色不会影响按钮等gui元素。如果我将背景设置为红色,那么我的活动的背景颜色似乎会超过gui-elements。
我目前正在使用主要活动布局文件的背景参数:
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/root_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:background="#FFFFFFFF" >
之前有人遇到过这个问题吗?