完善app标题遮盖内容的问题,更改choose_area的标题栏颜色

flameking 4 years ago
parent f5ef924af0
commit 33736a462a

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="deploymentTargetDropDown">
<runningDeviceTargetSelectedWithDropDown>
<Target>
<type value="RUNNING_DEVICE_TARGET" />
<deviceKey>
<Key>
<type value="SERIAL_NUMBER" />
<value value="MGF6R19B04009913" />
</Key>
</deviceKey>
</Target>
</runningDeviceTargetSelectedWithDropDown>
<timeTargetWasSelectedWithDropDown value="2022-05-20T08:18:33.329291300Z" />
</component>
</project>

@ -12,7 +12,7 @@
android:networkSecurityConfig="@xml/network_security_config"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.FlamekingWeather">
android:theme="@style/Theme.AppCompat.DayNight.NoActionBar">
<service
android:name=".service.AutoUpdateService"
android:enabled="true"

@ -10,7 +10,7 @@
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary">
android:background="@color/colorPrimary">
<!-- 显示标题内容 -->
<TextView

Loading…
Cancel
Save