Skip to content

Commit

Permalink
Soundbound Reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Shabinder committed Nov 25, 2023
1 parent 6069c21 commit c72ba73
Show file tree
Hide file tree
Showing 8 changed files with 230 additions and 25 deletions.
Binary file added art/soundbound-feature.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ actual fun HeartIcon() = painterResource(R.drawable.ic_heart)
@Composable
actual fun SpotifyLogo() = getCachedPainter(R.drawable.ic_spotify_logo)

@Composable
actual fun SoundboundLogo() = getCachedPainter(R.drawable.soundbound_app_logo)

@Composable
actual fun SaavnLogo() = getCachedPainter(R.drawable.ic_jio_saavn_logo)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ expect fun SpotiFlyerLogo(): Painter
@Composable
expect fun SpotifyLogo(): Painter

@Composable
expect fun SoundboundLogo(): Painter

@Composable
expect fun SaavnLogo(): Painter

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import androidx.compose.ui.graphics.Color
val colorPrimary = Color(0xFFFC5C7D)
val colorPrimaryDark = Color(0xFFCE1CFF)
val colorAccent = Color(0xFF9AB3FF)
val colorSoundbound = Color(0xFF4b9fff)
val colorAccentVariant = Color(0xFF3457D5)
val colorRedError = Color(0xFFFF9494)
val colorSuccessGreen = Color(0xFF59C351)
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ actual fun HeartIcon() =
actual fun SpotifyLogo() =
getCachedPainter("drawable/ic_spotify_logo.xml")

@Composable
actual fun SoundboundLogo() =
getCachedPainter("drawable/soundbound_app_logo.xml")

@Composable
actual fun SaavnLogo() =
getCachedPainter("drawable/ic_jio_saavn_logo.xml")
Expand Down
14 changes: 14 additions & 0 deletions common/data-models/src/main/res/drawable/soundbound_app_logo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="198"
android:viewportHeight="429">
<group android:scaleX="0.2820513"
android:scaleY="0.6111111"
android:translateX="71.07692"
android:translateY="83.416664">
<path
android:pathData="m126,200 l-10,2 -4,-29c-18,12 -37,24 -55,38a75,75 0,0 0,-30 62,60 60,0 0,0 28,52 106,106 0,0 0,47 16l24,1 2,9c-23,1 -44,0 -65,-9a124,124 0,0 1,-35 -21,88 88,0 0,1 -26,-51c-6,-32 4,-58 27,-80 11,-10 24,-18 36,-26 23,-15 45,-29 67,-45a100,100 0,0 0,37 -50,71 71,0 0,0 -8,-64l-4,-4 1,-1 8,5a62,62 0,0 1,18 37c3,19 3,38 -2,56 -7,24 -23,42 -43,57a221,221 0,0 1,-12 8zM66,406c4,6 9,8 14,10a42,42 0,0 0,57 -36c1,-12 -1,-24 -2,-36l-8,-60 -6,-43c-6,2 -11,3 -16,6a79,79 0,0 0,-15 12,28 28,0 0,0 -3,37l13,17a29,29 0,0 1,-16 -6c-23,-18 -31,-56 -2,-80a72,72 0,0 1,79 -7c15,8 28,19 33,35 8,25 4,48 -14,67a97,97 0,0 1,-25 19l-1,-10a56,56 0,0 0,24 -33,45 45,0 0,0 -44,-59l13,90 5,42a55,55 0,0 1,-23 48,50 50,0 0,1 -76,-22c-5,-15 2,-28 17,-30 11,-2 21,6 23,16 1,9 -6,19 -17,21l-4,1zM104,125v-17c0,-15 -2,-30 1,-44a85,85 0,0 1,28 -49l12,-7h4a46,46 0,0 1,14 21l-1,1a68,68 0,0 0,-43 53l-3,30c-1,4 -1,6 -5,8z"
android:fillColor="#559eff"/>
</group>
</vector>
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/32.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Soundbound Feature Graphic.

0 comments on commit c72ba73

Please sign in to comment.