mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-04 11:31:35 +00:00
init
This commit is contained in:
commit
13beabf741
275 changed files with 22638 additions and 0 deletions
4
app/src/main/res/values-night/bool.xml
Executable file
4
app/src/main/res/values-night/bool.xml
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<bool name="isNight">true</bool>
|
||||
</resources>
|
||||
6
app/src/main/res/values-night/color.xml
Executable file
6
app/src/main/res/values-night/color.xml
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="feed_text_primary_color">@color/text_color_dark</color>
|
||||
|
||||
<color name="dm_profile_button_color">#353535</color>
|
||||
</resources>
|
||||
7
app/src/main/res/values-night/styles.xml
Executable file
7
app/src/main/res/values-night/styles.xml
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<style name="AppTheme.BottomSheetDialog" parent="Theme.MaterialComponents.BottomSheetDialog" />
|
||||
|
||||
<style name="PlayButtonCard" parent="CardView.Light" />
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue