Skip to content

Commit

Permalink
add launcher icon / .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kroegerama committed Aug 4, 2019
1 parent a36fb03 commit f7e77a7
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: android
jdk: oraclejdk8
env:
global:
- ANDROID_TARGET=28
- ANDROID_ABI=armeabi-v7a
- BUILD_TOOLS_VERSION=28.0.3
android:
components:
- tools
- platform-tools
- build-tools-${BUILD_TOOLS_VERSION}
- android-${ANDROID_TARGET}
- extra-google-m2repository
- extra-android-m2repository
Binary file added 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.
20 changes: 20 additions & 0 deletions app/src/main/res/drawable/ic_launcher_foreground.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="1024"
android:viewportHeight="1024">
<group android:translateX="256"
android:translateY="256">
<path
android:pathData="M390.3,442.5l-271,-0.8l-83,-258L255.9,25.1L474.8,185L390.3,442.5z"
android:strokeAlpha="0.4"
android:strokeWidth="33"
android:fillColor="#00000000"
android:strokeColor="#248232"
android:fillAlpha="0.4"/>
<path
android:pathData="M311.3,363.4h42.2L284,257.7l66.8,-102.2h-39.5l-56.4,87.3h-42.8v-87.3h-35.9v207.9h35.9v-90.3h42.8L311.3,363.4z"
android:fillColor="#2E4052"
android:fillType="evenOdd"/>
</group>
</vector>
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.
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.
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 f7e77a7

Please sign in to comment.