improve gradle build to support nightly builds
This commit is contained in:
parent
aa29f65bce
commit
4d1fc5ecb0
13 changed files with 17 additions and 1 deletions
11
app/src/blue/res/drawable/ic_launcher_background.xml
Normal file
11
app/src/blue/res/drawable/ic_launcher_background.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
|
||||
<size android:width="108dp" android:height="108dp" />
|
||||
<gradient
|
||||
android:type="radial"
|
||||
android:centerX="50%"
|
||||
android:centerY="50%"
|
||||
android:startColor="#2588d0"
|
||||
android:endColor="#1967a3"
|
||||
android:gradientRadius="100"/>
|
||||
</shape>
|
||||
Loading…
Add table
Add a link
Reference in a new issue