refactor(android): drop Accompanist SystemUI Controller dependency

This commit is contained in:
Harsh Shandilya 2023-08-16 11:25:13 +05:30
parent bc2365b08b
commit bc3a1266f4
No known key found for this signature in database
8 changed files with 192 additions and 244 deletions

View file

@ -1,9 +0,0 @@
<!--
~ Copyright © 2021-2023 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.
-->
<resources>
<bool name="use_light_status_bar">false</bool>
</resources>

View file

@ -1,9 +0,0 @@
<!--
~ Copyright © 2021-2023 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.
-->
<resources>
<bool name="use_light_status_bar">true</bool>
</resources>

View file

@ -19,7 +19,5 @@
<item name="android:windowActionModeOverlay">true</item>
</style>
<style name="Theme.Claw" parent="Base.Theme.Claw">
<item name="android:windowLightStatusBar">@bool/use_light_status_bar</item>
</style>
<style name="Theme.Claw" parent="Base.Theme.Claw" />
</resources>