Fix the different color between status bar and action bar

- use the Theme.SubSettings

Bug: 186608887
Test: manual review
Change-Id: I15392e7555472622a4eee3bad11ae8d69d03b438
This commit is contained in:
Sunny Shao
2021-05-05 16:18:04 +08:00
parent 9abe5df134
commit 4c1219189c

View File

@@ -1135,6 +1135,7 @@
<activity
android:name="Settings$ManageDomainUrlsActivity"
android:exported="true"
android:theme="@style/Theme.SubSettings"
android:label="@string/domain_urls_title">
<intent-filter>
<action android:name="android.settings.MANAGE_DOMAIN_URLS" />