You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
package="com.actionbarsherlock.tests.app"
|
|
|
|
android:versionCode="50"
|
|
|
|
android:versionName="3.5.0">
|
|
|
|
|
|
|
|
<uses-sdk
|
|
|
|
android:minSdkVersion="4"
|
|
|
|
android:targetSdkVersion="13" />
|
|
|
|
|
|
|
|
<application
|
|
|
|
android:icon="@drawable/icon"
|
|
|
|
android:label="ABS: Test Application"
|
|
|
|
android:theme="@style/Theme.Sherlock">
|
|
|
|
|
|
|
|
<activity android:name=".FeatureCustomView" />
|
|
|
|
<activity android:name=".FeatureEnableActionItemText" />
|
|
|
|
<activity android:name=".Issue0002" />
|
|
|
|
<activity android:name=".Issue0030" />
|
|
|
|
<activity android:name=".Issue0031" />
|
|
|
|
<activity android:name=".Issue0033" />
|
|
|
|
<activity android:name=".Issue0035" />
|
|
|
|
<activity android:name=".Issue0036" />
|
|
|
|
<activity android:name=".Issue0038" />
|
|
|
|
<activity android:name=".Issue0038$InnerActivity" />
|
|
|
|
<activity android:name=".Issue0042" />
|
|
|
|
<activity android:name=".Issue0045" />
|
|
|
|
<activity android:name=".Issue0048" />
|
|
|
|
</application>
|
|
|
|
</manifest>
|