mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-16 04:37:04 +05:30
refactor(android): extract shared activity logic to BaseActivity
This commit is contained in:
parent
9a300aaf21
commit
940ff167bf
4 changed files with 102 additions and 127 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue