refactor(android): extract shared activity logic to BaseActivity

This commit is contained in:
Harsh Shandilya 2024-01-01 17:10:20 +05:30
parent 9a300aaf21
commit 940ff167bf
4 changed files with 102 additions and 127 deletions

View file

@ -1,5 +1,5 @@
<!--
~ Copyright © 2021-2023 Harsh Shandilya.
~ Copyright © 2021-2024 Harsh Shandilya.
~ Use of this source code is governed by an MIT-style
~ license that can be found in the LICENSE file or at
~ https://opensource.org/licenses/MIT.
@ -13,11 +13,5 @@
<item name="postSplashScreenTheme">@style/Theme.Claw</item>
</style>
<style name="Platform.Theme.Claw" parent="android:Theme.Material.NoActionBar" />
<style name="Base.Theme.Claw" parent="Platform.Theme.Claw">
<item name="android:windowActionModeOverlay">true</item>
</style>
<style name="Theme.Claw" parent="Base.Theme.Claw" />
<style name="Theme.Claw" parent="android:Theme.Material.NoActionBar" />
</resources>