Skip to content

Commit

Permalink
[Jetcaster] New logos
Browse files Browse the repository at this point in the history
Change-Id: I1231bf1c44bb72d5be005afcb9e433f4ebb03ed9
  • Loading branch information
Chris Banes committed Aug 18, 2020
1 parent 42f11cb commit a3ca717
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 11 deletions.
2 changes: 2 additions & 0 deletions Jetcaster/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
android:width="108dp"
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108"
android:tint="#000000">
<group android:scaleX="1.827"
android:scaleY="1.827"
android:translateX="32.076"
android:translateY="32.076">
android:viewportHeight="108">
<path
android:fillColor="@android:color/white"
android:pathData="M12,15c1.66,0 2.99,-1.34 2.99,-3L15,6c0,-1.66 -1.34,-3 -3,-3S9,4.34 9,6v6c0,1.66 1.34,3 3,3zM17.3,12c0,3 -2.54,5.1 -5.3,5.1S6.7,15 6.7,12L5,12c0,3.42 2.72,6.23 6,6.72L11,22h2v-3.28c3.28,-0.48 6,-3.3 6,-6.72h-1.7z"/>
</group>
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" />
<path
android:fillColor="#FF9F0C"
android:pathData="M48.49,68.62c-1.52,0 -2.76,-0.68 -2.76,-1.5V40.21c0,-0.82 1.24,-1.5 2.76,-1.5 1.52,0 2.75,0.68 2.75,1.5v26.91c0,0.82 -1.23,1.5 -2.75,1.5zM37.47,59.65c-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,62.64c-1.52,0 -2.75,-0.68 -2.75,-1.5V46.19c0,-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,58.68c-1.51,0 -2.75,-0.71 -2.75,-1.58v-6.34c0,-0.87 1.24,-1.58 2.75,-1.58 1.52,0 2.76,0.71 2.76,1.58v6.34c0,0.87 -1.24,1.58 -2.76,1.58z" />
<path
android:fillColor="#FFD083"
android:pathData="M48.49,73.27c-1.52,0 -2.76,-0.6 -2.76,-1.34V47.9c0,-0.73 1.24,-1.34 2.76,-1.34 1.51,0 2.75,0.6 2.75,1.34v24.03c0,0.74 -1.24,1.34 -2.75,1.34zM37.47,65.26c-1.52,0 -2.76,-0.6 -2.76,-1.34v-8c0,-0.74 1.24,-1.34 2.76,-1.34 1.51,0 2.75,0.6 2.75,1.33v8.01c0,0.74 -1.24,1.34 -2.75,1.34zM59.5,67.93c-1.5,0 -2.75,-0.6 -2.75,-1.34V53.24c0,-0.73 1.24,-1.33 2.76,-1.33 1.51,0 2.75,0.6 2.75,1.33v13.35c0,0.74 -1.24,1.34 -2.75,1.34zM70.52,63.92c-1.51,0 -2.75,-0.6 -2.75,-1.33v-5.34c0,-0.74 1.24,-1.34 2.75,-1.34 1.52,0 2.76,0.6 2.76,1.34v5.34c0,0.73 -1.24,1.33 -2.76,1.33z" />
</vector>
Binary file not shown.
Binary file modified Jetcaster/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.
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
-->

<resources>
<color name="ic_launcher_background">#D4DC54</color>
</resources>
<color name="ic_launcher_background">#121212</color>
</resources>
Binary file added Jetcaster/docs/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a3ca717

Please sign in to comment.