This repository has been archived by the owner on Jul 18, 2024. It is now read-only.
forked from Mino260806/MessengerPro
-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
24 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<resources> | ||
<!-- Base application theme. --> | ||
<style name="Base.AppTheme" parent="Base.AppTheme.Night" /> | ||
<style name="AppTheme" parent="AppTheme.Night" /> | ||
<style name="Base.AppTheme" parent="Theme.Material3.DayNight" /> | ||
<style name="AppTheme" parent="Theme.Material3.DayNight" /> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
<resources> | ||
|
||
<style name="AppTheme" parent="Base.AppTheme"> | ||
<style name="AppTheme" parent="Theme.Material3.DayNight"> | ||
<!-- Transparent system bars for edge-to-edge. --> | ||
<item name="android:navigationBarColor">@android:color/transparent</item> | ||
<item name="android:statusBarColor">@android:color/transparent</item> | ||
<item name="android:windowLightStatusBar">?attr/isLightTheme</item> | ||
</style> | ||
</resources> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,22 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<color name="ic_launcher_background_color">#FDFDFD</color> | ||
|
||
<!-- Primary and secondary colors --> | ||
<color name="colorPrimary">#6200EE</color> | ||
<color name="colorPrimaryDark">#3700B3</color> | ||
<color name="colorAccent">#03DAC5</color> | ||
<color name="colorPrimaryContainer">#3700B3</color> | ||
<color name="colorSecondary">#03DAC5</color> | ||
<color name="colorSecondaryContainer">#018786</color> | ||
|
||
<!-- On colors --> | ||
<color name="colorOnPrimary">#FFFFFF</color> | ||
<color name="colorOnSecondary">#000000</color> | ||
<color name="colorOnSurface">#3a3a3a</color> | ||
<color name="colorOnBackground">#000000</color> | ||
|
||
<!-- Additional colors --> | ||
<color name="colorSurface">#FFFFFF</color> | ||
<color name="colorError">#B00020</color> | ||
<color name="colorOnError">#FFFFFF</color> | ||
|
||
<color name="colorSemiTransparentOverlay">#80000000</color> | ||
</resources> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
|
||
<style name="ButtonReset" parent="Widget.AppCompat.ImageButton"> | ||
<style name="ButtonReset" parent="Widget.Material3.MaterialTimePicker.ImageButton"> | ||
<item name="cornerRadius">16dp</item> | ||
</style> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters