Added icon

This commit is contained in:
Xavi Artigas 2012-09-04 12:53:20 +02:00
parent ef7757b7ca
commit 625bed6844
4 changed files with 7 additions and 2 deletions

6
.gitignore vendored
View file

@ -6,4 +6,8 @@ ipch
*.sdf
*.suo
*.opensdf
vs/2010/libs
vs/2010/libs
bin
gen
libs
obj

View file

@ -5,7 +5,8 @@
android:versionName="1.0">
<uses-sdk android:minSdkVersion="3" />
<application android:label="@string/app_name"
android:debuggable="true">
android:debuggable="true"
android:icon="@drawable/gst_sdk_icon">
<activity android:name=".Tutorial1"
android:label="@string/app_name">
<intent-filter>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB