Added app icon.

This commit is contained in:
Felix Ableitner 2014-05-06 09:26:27 +02:00
parent 74b6436f57
commit a93fcb3ea7
6 changed files with 7 additions and 5 deletions

View File

@ -10,16 +10,18 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.INTERNET" />
<application android:label="@string/app_name" >
<application
android:label="@string/app_name"
android:icon="@drawable/ic_launcher" >
<activity
android:name=".MainActivity"
android:theme="@android:style/Theme.Holo.Light"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<service android:name=".SyncthingService" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB