android:theme="@style/AppTheme"(即默认设置).
⒉ values->styles.xml中设置:
style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar".
二values->styles.xml中:
在当先使用的style的parent属性添加NoActionBar.如原先为
style name="AppTheme" parent="Theme.AppCompat.Light".
androidstudio设置标题栏与按钮颜色不同1.打开Android Studio,选择File->Settings,在搜索框输入Appearance &Behavior->Appearance,找到Theme,点击下拉框中的Darcula,然后点击Save保存即可。
2.点击File->Settings,在搜索框输入Appearance &Behavior->Appearance,找到Accent color,点击下拉框中的自定义,然后选择你想要的颜色,点击Save保存即可。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)