Skip to content

Commit

Permalink
removed artifacts from sourcee
Browse files Browse the repository at this point in the history
  • Loading branch information
simondankelmann committed May 17, 2024
1 parent 8ec9697 commit c282478
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 0 deletions.
Binary file removed Assets/APK/app-debug.apk
Binary file not shown.
Binary file removed Assets/APK/app-release.apk
Binary file not shown.
Binary file added Assets/Logo/LogoBrightNoCircle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/Logo/LogoBrightNoCircle.psd
Binary file not shown.
Binary file added Assets/Logo/LogoDarkNoCircle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/Logo/LogoDarkNoCircle.psd
Binary file not shown.
8 changes: 8 additions & 0 deletions app/src/main/res/drawable-night/gradient_cardview_accent.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:angle="135"
android:endColor="@color/blue_dark"
android:startColor="@color/blue_normal"
android:type="linear" />
</shape>
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:angle="135"
android:endColor="@color/blue_light"
android:startColor="@color/blue_normal"
android:type="linear" />
</shape>
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:angle="135"
android:endColor="#d1cfcf"
android:startColor="#ebebeb"
android:type="linear" />
</shape>

0 comments on commit c282478

Please sign in to comment.