mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:16:13 +00:00
Added icon
This commit is contained in:
parent
ef7757b7ca
commit
625bed6844
4 changed files with 7 additions and 2 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -6,4 +6,8 @@ ipch
|
||||||
*.sdf
|
*.sdf
|
||||||
*.suo
|
*.suo
|
||||||
*.opensdf
|
*.opensdf
|
||||||
vs/2010/libs
|
vs/2010/libs
|
||||||
|
bin
|
||||||
|
gen
|
||||||
|
libs
|
||||||
|
obj
|
||||||
|
|
|
@ -5,7 +5,8 @@
|
||||||
android:versionName="1.0">
|
android:versionName="1.0">
|
||||||
<uses-sdk android:minSdkVersion="3" />
|
<uses-sdk android:minSdkVersion="3" />
|
||||||
<application android:label="@string/app_name"
|
<application android:label="@string/app_name"
|
||||||
android:debuggable="true">
|
android:debuggable="true"
|
||||||
|
android:icon="@drawable/gst_sdk_icon">
|
||||||
<activity android:name=".Tutorial1"
|
<activity android:name=".Tutorial1"
|
||||||
android:label="@string/app_name">
|
android:label="@string/app_name">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
|
|
BIN
gst-sdk/tutorials/android-tutorial-1/res/drawable-ldpi/gst_sdk_icon.png
Executable file
BIN
gst-sdk/tutorials/android-tutorial-1/res/drawable-ldpi/gst_sdk_icon.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
BIN
gst-sdk/tutorials/android-tutorial-1/res/drawable-xhdpi/gst_sdk_icon.png
Executable file
BIN
gst-sdk/tutorials/android-tutorial-1/res/drawable-xhdpi/gst_sdk_icon.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 9.1 KiB |
Loading…
Reference in a new issue