Skip to content

Commit

Permalink
Inline color values for app icons
Browse files Browse the repository at this point in the history
  • Loading branch information
tjmtic committed Oct 19, 2023
1 parent 9b83237 commit d3d5b02
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 15 deletions.
4 changes: 1 addition & 3 deletions app/src/benchmark/res/values-night/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
limitations under the License.
-->
<resources>
<color name="blue40">#FF006780</color>

<color name="ic_launcher_background_tint">#FFFFFF</color>
<color name="ic_launcher_foreground_tint">@color/blue40</color>
<color name="ic_launcher_foreground_tint">#FF006780</color>
</resources>
5 changes: 1 addition & 4 deletions app/src/benchmark/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
limitations under the License.
-->
<resources>
<color name="black30">#4D000000</color>
<color name="blue40">#FF006780</color>

<color name="ic_launcher_background_tint">#000000</color>
<color name="ic_launcher_foreground_tint">@color/blue40</color>
<color name="ic_launcher_foreground_tint">#FF006780</color>
</resources>
4 changes: 1 addition & 3 deletions app/src/debug/res/values-night/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
limitations under the License.
-->
<resources>
<color name="orange40">#FFA23F16</color>

<color name="ic_launcher_background_tint">#FFFFFF</color>
<color name="ic_launcher_foreground_tint">@color/orange40</color>
<color name="ic_launcher_foreground_tint">#FFA23F16</color>
</resources>
5 changes: 1 addition & 4 deletions app/src/debug/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
limitations under the License.
-->
<resources>
<color name="black30">#4D000000</color>
<color name="orange40">#FFA23F16</color>

<color name="ic_launcher_background_tint">#000000</color>
<color name="ic_launcher_foreground_tint">@color/orange40</color>
<color name="ic_launcher_foreground_tint">#FFA23F16</color>
</resources>
1 change: 0 additions & 1 deletion app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@
<item name="postSplashScreenTheme">@style/Theme.Nia</item>
</style>


</resources>

0 comments on commit d3d5b02

Please sign in to comment.