diff --git a/Jetcaster/README.md b/Jetcaster/README.md index 9527441eac..2d2f6b22c8 100644 --- a/Jetcaster/README.md +++ b/Jetcaster/README.md @@ -1,3 +1,5 @@ +![Jetcaster logo](./docs/logo.png) + # Jetcaster sample 🎙️ Jetcaster is a sample podcast app, built with [Jetpack Compose][compose]. The goal of the sample is to diff --git a/Jetcaster/app/src/main/res/drawable-v26/ic_launcher_foreground.xml b/Jetcaster/app/src/main/res/drawable-v26/ic_launcher_foreground.xml index 797d79e6fd..930f227590 100644 --- a/Jetcaster/app/src/main/res/drawable-v26/ic_launcher_foreground.xml +++ b/Jetcaster/app/src/main/res/drawable-v26/ic_launcher_foreground.xml @@ -18,14 +18,14 @@ android:width="108dp" android:height="108dp" android:viewportWidth="108" - android:viewportHeight="108" - android:tint="#000000"> - + android:viewportHeight="108"> - + android:fillColor="#F27405" + android:pathData="M48.49,64.6c-1.52,0 -2.76,-0.68 -2.76,-1.5V36.2c0,-0.82 1.24,-1.5 2.76,-1.5 1.52,0 2.75,0.68 2.75,1.5V63.1c0,0.82 -1.23,1.5 -2.75,1.5zM37.47,55.63c-1.52,0 -2.76,-0.68 -2.76,-1.5v-8.97c0,-0.82 1.24,-1.5 2.76,-1.5 1.51,0 2.75,0.68 2.75,1.5v8.97c0,0.82 -1.24,1.5 -2.75,1.5zM59.51,58.62c-1.52,0 -2.75,-0.68 -2.75,-1.5V42.17c0,-0.82 1.23,-1.5 2.75,-1.5s2.76,0.68 2.76,1.5v14.95c0,0.82 -1.24,1.5 -2.76,1.5zM70.53,54.13c-1.51,0 -2.75,-0.67 -2.75,-1.5v-5.97c0,-0.83 1.24,-1.5 2.75,-1.5 1.52,0 2.76,0.67 2.76,1.5v5.98c0,0.82 -1.24,1.5 -2.76,1.5z" /> + + diff --git a/Jetcaster/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/Jetcaster/app/src/main/res/mipmap-xxhdpi/ic_launcher.png deleted file mode 100644 index f8a63ca513..0000000000 Binary files a/Jetcaster/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and /dev/null differ diff --git a/Jetcaster/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/Jetcaster/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png index 4a5819490b..f5bc5c0286 100644 Binary files a/Jetcaster/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and b/Jetcaster/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/Jetcaster/app/src/main/res/values/ic_launcher_background.xml b/Jetcaster/app/src/main/res/values/colors.xml similarity index 90% rename from Jetcaster/app/src/main/res/values/ic_launcher_background.xml rename to Jetcaster/app/src/main/res/values/colors.xml index 9a14dccb5f..fd3d732d7d 100644 --- a/Jetcaster/app/src/main/res/values/ic_launcher_background.xml +++ b/Jetcaster/app/src/main/res/values/colors.xml @@ -16,5 +16,5 @@ --> - #D4DC54 - \ No newline at end of file + #121212 + diff --git a/Jetcaster/docs/logo.png b/Jetcaster/docs/logo.png new file mode 100644 index 0000000000..d6a085e21a Binary files /dev/null and b/Jetcaster/docs/logo.png differ