Skip to content

Commit

Permalink
This Is new App
Browse files Browse the repository at this point in the history
  • Loading branch information
aashisharma1 committed Feb 1, 2023
1 parent b1aef96 commit 986b5a2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/values-night/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Truth and Dare</string>
<string name="app_name">Truth_and_Dare</string>
<string name="demo_question">Demo question</string>
<string name="copy">Copy</string>
<string name="share">Share</string>
Expand Down
19 changes: 17 additions & 2 deletions app/src/main/res/values-v23/themes.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<resources xmlns:tools="http://schemas.android.com/tools">

<style name="Theme.TruthAndDare" parent="Theme.MaterialComponents.DayNight.NoActionBar">
<style name="Theme.TruthAndDare" parent="Theme.MaterialComponents.DayNight.NoActionBar" tools:ignore="DuplicateDefinition">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/purple_500</item>
<item name="colorPrimaryVariant">@color/purple_700</item>
<item name="colorOnPrimary">@color/black</item>
<!-- Secondary brand color. -->
<item name="colorSecondary">@color/white</item>
<item name="colorSecondaryVariant">@color/teal_700</item>
<item name="colorOnSecondary">@color/black</item>
<!-- Status bar color. -->
<item name="android:statusBarColor">@color/white</item>
<item name="android:windowLightStatusBar">true</item>
<!-- Customize your theme here. -->
</style>

<style name="Theme.TruthAndDare" parent="Theme.MaterialComponents.DayNight.NoActionBar" tools:ignore="DuplicateDefinition">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/purple_500</item>
<item name="colorPrimaryVariant">@color/purple_700</item>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<resources>
<string name="app_name">Truth and Dare</string>
<string name="app_name">Truth_and_Dare</string>
<string name="demo_question">What is your Top Priority?</string>
<string name="copy">Copy</string>
<string name="share">Share</string>
Expand Down

0 comments on commit 986b5a2

Please sign in to comment.