Skip to content
This repository has been archived by the owner on Feb 1, 2025. It is now read-only.

Commit

Permalink
I kind of liked red better (app icon and play button are not blue any…
Browse files Browse the repository at this point in the history
…more)
  • Loading branch information
y20k committed May 12, 2019
1 parent 9ec8259 commit c87a295
Show file tree
Hide file tree
Showing 37 changed files with 165 additions and 112 deletions.
Binary file modified app/src/main/ic_launcher-web.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<background android:drawable="@mipmap/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>
2 changes: 1 addition & 1 deletion app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<background android:drawable="@mipmap/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>
Binary file modified app/src/main/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-hdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-mdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/src/main/res/values-night-v23/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- Set AppCompat’s colors -->
<item name="colorPrimary">@color/transistor_grey_dark</item>
<item name="colorPrimaryDark">@color/transistor_grey_darker</item>
<item name="colorAccent">@color/transistor_blue</item>
<item name="colorAccent">@color/transistor_red</item>

<!-- List divider -->
<item name="android:listDivider">@drawable/list_divider</item>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-night-v24/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- Set AppCompat’s colors -->
<item name="colorPrimary">@color/transistor_grey_dark</item>
<item name="colorPrimaryDark">@color/transistor_grey_darker</item>
<item name="colorAccent">@color/transistor_blue</item>
<item name="colorAccent">@color/transistor_red</item>

<!-- List divider -->
<item name="android:listDivider">@drawable/list_divider</item>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-night/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<color name="player_sheet_text_main">@color/transistor_grey_very_light</color>
<color name="player_sheet_background_details">@color/transistor_grey_darker</color>
<color name="player_sheet_text_details">@color/transistor_grey_very_light</color>
<color name="player_button_background">@color/transistor_blue_dark</color>
<color name="player_button_background">@color/transistor_red_dark</color>

<color name="list_item_background">@color/transistor_black</color>
<color name="list_item_background_selected">@color/transistor_grey_darker</color>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-night/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- Set AppCompat’s colors -->
<item name="colorPrimary">@color/transistor_grey_dark</item>
<item name="colorPrimaryDark">@color/transistor_black</item>
<item name="colorAccent">@color/transistor_blue</item>
<item name="colorAccent">@color/transistor_red</item>

<!-- List divider -->
<item name="android:listDivider">@drawable/list_divider</item>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-v23/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- Set AppCompat’s colors -->
<item name="colorPrimary">@color/transistor_grey_dark</item>
<item name="colorPrimaryDark">@color/transistor_grey_darker</item>
<item name="colorAccent">@color/transistor_blue</item>
<item name="colorAccent">@color/transistor_red</item>

<!-- List divider -->
<item name="android:listDivider">@drawable/list_divider</item>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-v24/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- Set AppCompat’s colors -->
<item name="colorPrimary">@color/transistor_grey_dark</item>
<item name="colorPrimaryDark">@color/transistor_grey_darker</item>
<item name="colorAccent">@color/transistor_blue</item>
<item name="colorAccent">@color/transistor_red</item>

<!-- List divider -->
<item name="android:listDivider">@drawable/list_divider</item>
Expand Down
9 changes: 6 additions & 3 deletions app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<color name="player_sheet_text_main">@color/transistor_white</color>
<color name="player_sheet_background_details">@color/transistor_grey_dark</color>
<color name="player_sheet_text_details">@color/transistor_white</color>
<color name="player_button_background">@color/transistor_blue</color>
<color name="player_button_background">@color/transistor_red</color>

<color name="list_item_background">@color/transistor_white</color>
<color name="list_item_background_selected">@color/transistor_grey_very_light</color>
Expand All @@ -28,9 +28,12 @@
<color name="transistor_grey_dark">#FF3C4043</color> <!-- Material Design 2: Grey 800 -->
<color name="transistor_grey_darker">#FF17181A</color>

<color name="transistor_blue">#FF3C98DB</color>
<color name="transistor_red">#FFDC3D33</color>
<color name="transistor_red_dark">#FFC83D35</color>

<!-- <color name="transistor_blue">#FF3C98DB</color>
<color name="transistor_blue_light">#FF4DAEF4</color>
<color name="transistor_blue_dark">#FF19405B</color>
<color name="transistor_blue_dark">#FF19405B</color> -->

<color name="transistor_black">#FF000000</color>
<color name="transistor_white">#FFFFFFFF</color>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- Set AppCompat’s colors -->
<item name="colorPrimary">@color/transistor_grey_dark</item>
<item name="colorPrimaryDark">@color/transistor_grey_darker</item>
<item name="colorAccent">@color/transistor_blue</item>
<item name="colorAccent">@color/transistor_red</item>

<!-- List divider -->
<item name="android:listDivider">@drawable/list_divider</item>
Expand Down
6 changes: 3 additions & 3 deletions assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ How to create Transitor's [Adaptive Icon](https://developer.android.com/guide/pr

1. Go to `File > New > Image Asset`
2. Choose `Icon Type > Launcher Icons (Adaptive and Legacy)`
3. Foreground Layer: Select the file [transistor-app-icon-current-without-background.png](https://raw.githubusercontent.com/y20k/transistor/master/assets/transistor-app-icon-current-without-background.png)
4. Background Layer: Select the color `3C98DB`
3. Foreground Layer: Select the file [trackbook-app-icon-current-foreground.png](https://raw.githubusercontent.com/y20k/transistor/master/assets/trackbook-app-icon-current-foreground.png)
4. Background Layer: Select the file [trackbook-app-icon-current-background.png](https://raw.githubusercontent.com/y20k/transistor/master/assets/trackbook-app-icon-current-background.png)
5. Foreground Layer: Set Trim to `No`
6. Foreground Layer: Set Resize to `100%`

## Screnshots v3.1
... have been taken on a OnePlus 5

## F-Droid Assets
F-Droid assets are found in the folder **metadata/\<locale\>/**.
F-Droid assets are found in the folder **metadata/\<locale\>/**.
Binary file added assets/transistor-app-icon-current-background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/transistor-app-icon-current-foreground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified assets/transistor-app-icon-current.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c87a295

Please sign in to comment.