Themes cleanup (#4894)

(cherry picked from commit ad57fde1c5)

# Conflicts:
#	app/src/main/java/eu/kanade/tachiyomi/ui/base/activity/BaseThemedActivity.kt
#	app/src/main/res/values/themes.xml
This commit is contained in:
Ivan Iskandar
2021-04-18 22:29:56 +07:00
committed by Jobobby04
parent 0b3209284a
commit e43777bba7
7 changed files with 65 additions and 105 deletions
+2 -2
View File
@@ -200,7 +200,7 @@
<activity
android:name="exh.ui.intercept.InterceptActivity"
android:label="@string/app_name"
android:theme="@style/Theme.EHActivity">
android:theme="@style/Theme.Tachiyomi.Light">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
@@ -374,7 +374,7 @@
</activity>
<activity
android:name="exh.ui.captcha.BrowserActionActivity"
android:theme="@style/Theme.EHActivity" />
android:theme="@style/Theme.Tachiyomi.Light" />
</application>
</manifest>