Skip to content

Commit

Permalink
Replaced logo png with a svg.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Jul 24, 2019
1 parent 6eecef0 commit 9c00d1a
Show file tree
Hide file tree
Showing 9 changed files with 62 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -12,6 +12,7 @@
bin/
gen/
out/
release/

# Gradle files
.gradle/
Expand Down Expand Up @@ -76,4 +77,4 @@ captures/
#*.jks

# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
.externalNativeBuild
45 changes: 45 additions & 0 deletions LOGO.svg
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 src/main/AndroidManifest.xml
Expand Up @@ -79,7 +79,7 @@ limitations under the License.
<application
android:allowBackup="true"
android:hardwareAccelerated="true"
android:icon="@drawable/ic_launcher"
android:icon="@drawable/ic_logo"
android:label="@string/app_name"
android:theme="@style/ThemeCustom"
tools:replace="android:label" >
Expand Down
Binary file removed src/main/res/drawable-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed src/main/res/drawable-mdpi/ic_launcher.png
Binary file not shown.
Binary file removed src/main/res/drawable-xhdpi/ic_launcher.png
Binary file not shown.
Binary file removed src/main/res/drawable-xxhdpi/ic_launcher.png
Binary file not shown.
13 changes: 13 additions & 0 deletions src/main/res/drawable/ic_logo.xml
@@ -0,0 +1,13 @@
<vector android:height="24dp" android:viewportHeight="100"
android:viewportWidth="100" android:width="24dp"
xmlns:aapt="http://schemas.android.com/aapt" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:pathData="M82.489,12.834C83.196,10.418 82.043,9.556 79.926,10.917L10.087,55.828c-2.117,1.361 -1.795,2.628 0.714,2.815L39.806,60.807c2.51,0.188 5.291,2.267 6.18,4.621l10.282,27.208c0.89,2.354 2.195,2.304 2.902,-0.111z">
<aapt:attr name="android:fillColor">
<gradient android:endX="81.73018" android:endY="11.204678"
android:startX="27.696081" android:startY="83.44198" android:type="linear">
<item android:color="#FFFBB22F" android:offset="0"/>
<item android:color="#FFF58820" android:offset="1"/>
</gradient>
</aapt:attr>
</path>
</vector>
2 changes: 1 addition & 1 deletion src/main/res/values/styles.xml
Expand Up @@ -357,7 +357,7 @@ limitations under the License.
<item name="android:layout_width">24dp</item>
<item name="android:padding">4dp</item>
<item name="android:scaleType">fitXY</item>
<item name="android:src">@drawable/ic_launcher</item>
<item name="android:src">@drawable/ic_logo</item>
</style>
<!-- track widget logo 4x4 -->
<style name="TrackWidgetLogo4x4" parent="@style/TrackWidgetLogo">
Expand Down

0 comments on commit 9c00d1a

Please sign in to comment.