Set the targetSDK to 14 (Gingerbread). This uses cooler (more recent) UI elements...
authorXavi Artigas <xartigas@fluendo.com>
Thu, 13 Sep 2012 16:29:02 +0000 (18:29 +0200)
committerXavi Artigas <xartigas@fluendo.com>
Thu, 13 Sep 2012 16:29:02 +0000 (18:29 +0200)
gst-sdk/tutorials/android-tutorial-1/AndroidManifest.xml

index 508f2f1..0d1f7f1 100755 (executable)
@@ -3,7 +3,7 @@
       package="com.gst_sdk_tutorials.tutorial_1"
       android:versionCode="1"
       android:versionName="1.0">
-    <uses-sdk android:minSdkVersion="9" />
+    <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="14"/>
     <uses-permission android:name="android.permission.INTERNET"/>
     <application android:label="@string/app_name"
                  android:debuggable="true"