mirror of
https://github.com/simondankelmann/Bluetooth-LE-Spam.git
synced 2025-05-29 21:30:17 +02:00
removed artifacts from sourcee
This commit is contained in:
parent
8ec9697262
commit
c282478e8a
Binary file not shown.
Binary file not shown.
BIN
Assets/Logo/LogoBrightNoCircle.png
Normal file
BIN
Assets/Logo/LogoBrightNoCircle.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
Assets/Logo/LogoBrightNoCircle.psd
Normal file
BIN
Assets/Logo/LogoBrightNoCircle.psd
Normal file
Binary file not shown.
BIN
Assets/Logo/LogoDarkNoCircle.png
Normal file
BIN
Assets/Logo/LogoDarkNoCircle.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
Assets/Logo/LogoDarkNoCircle.psd
Normal file
BIN
Assets/Logo/LogoDarkNoCircle.psd
Normal file
Binary file not shown.
@ -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>
|
@ -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>
|
@ -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>
|
Loading…
x
Reference in New Issue
Block a user