Skip to content

Commit

Permalink
synchronized for using default theme only
Browse files Browse the repository at this point in the history
  • Loading branch information
commonsguy committed Dec 9, 2014
1 parent 9155788 commit 53ddb39
Show file tree
Hide file tree
Showing 15 changed files with 91 additions and 111 deletions.
31 changes: 20 additions & 11 deletions WidgetCatalog/AdapterViewFlipper/AndroidManifest.xml
@@ -1,18 +1,27 @@
<?xml version="1.0"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.commonsware.android.avflip" android:versionCode="1" android:versionName="1.0">
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.commonsware.android.avflip"
android:versionCode="1"
android:versionName="1.0">

<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:smallScreens="true"/>
<supports-screens
android:anyDensity="true"
android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"/>

<uses-sdk android:minSdkVersion="11" android:targetSdkVersion="11"/>
<uses-sdk
android:minSdkVersion="11"
android:targetSdkVersion="14"/>

<application android:icon="@drawable/ic_launcher">
<activity android:name="FlipperDemo2">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<application android:icon="@drawable/ic_launcher">
<activity android:name="FlipperDemo2">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>

<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
</application>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
</application>

</manifest>
2 changes: 1 addition & 1 deletion WidgetCatalog/CalendarView/AndroidManifest.xml
Expand Up @@ -6,7 +6,7 @@

<uses-sdk
android:minSdkVersion="11"
android:targetSdkVersion="11"/>
android:targetSdkVersion="14"/>

<application
android:icon="@drawable/ic_launcher"
Expand Down
3 changes: 1 addition & 2 deletions WidgetCatalog/ExpandableListView/AndroidManifest.xml
Expand Up @@ -10,8 +10,7 @@

<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme">
android:label="@string/app_name">
<activity
android:name=".MainActivity">
<intent-filter>
Expand Down
5 changes: 0 additions & 5 deletions WidgetCatalog/ExpandableListView/res/values-v11/styles.xml

This file was deleted.

5 changes: 0 additions & 5 deletions WidgetCatalog/ExpandableListView/res/values-v14/styles.xml

This file was deleted.

5 changes: 0 additions & 5 deletions WidgetCatalog/ExpandableListView/res/values/styles.xml

This file was deleted.

5 changes: 2 additions & 3 deletions WidgetCatalog/SeekBar/AndroidManifest.xml
Expand Up @@ -6,13 +6,12 @@

<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="11"/>
android:targetSdkVersion="14"/>

<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme">
android:label="@string/app_name">
<activity
android:name="com.commonsware.android.wc.seekbar.MainActivity"
android:label="@string/app_name">
Expand Down
11 changes: 0 additions & 11 deletions WidgetCatalog/SeekBar/res/values-v11/styles.xml

This file was deleted.

12 changes: 0 additions & 12 deletions WidgetCatalog/SeekBar/res/values-v14/styles.xml

This file was deleted.

20 changes: 0 additions & 20 deletions WidgetCatalog/SeekBar/res/values/styles.xml

This file was deleted.

2 changes: 1 addition & 1 deletion WidgetCatalog/SlidingDrawer/AndroidManifest.xml
Expand Up @@ -12,7 +12,7 @@

<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="11"/>
android:targetSdkVersion="14"/>

<application
android:icon="@drawable/ic_launcher"
Expand Down
31 changes: 20 additions & 11 deletions WidgetCatalog/StackView/AndroidManifest.xml
@@ -1,18 +1,27 @@
<?xml version="1.0"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.commonsware.android.wc.stack" android:versionCode="1" android:versionName="1.0">
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.commonsware.android.wc.stack"
android:versionCode="1"
android:versionName="1.0">

<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:smallScreens="true"/>
<supports-screens
android:anyDensity="true"
android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"/>

<uses-sdk android:minSdkVersion="11" android:targetSdkVersion="11"/>
<uses-sdk
android:minSdkVersion="11"
android:targetSdkVersion="14"/>

<application android:icon="@drawable/ic_launcher">
<activity android:name=".MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<application android:icon="@drawable/ic_launcher">
<activity android:name=".MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>

<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
</application>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
</application>

</manifest>
35 changes: 23 additions & 12 deletions WidgetCatalog/Tab/AndroidManifest.xml
@@ -1,17 +1,28 @@
<?xml version="1.0"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.commonsware.android.tabhost" android:versionCode="1" android:versionName="1.0">
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.commonsware.android.tabhost"
android:versionCode="1"
android:versionName="1.0">

<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:smallScreens="true"/>
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="11"/>

<application android:icon="@drawable/cw">
<activity android:name="TabDemo" android:label="TabDemo">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<supports-screens
android:anyDensity="true"
android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"/>
<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="14"/>

<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
</application>
<application android:icon="@drawable/cw">
<activity
android:name="TabDemo"
android:label="TabDemo">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>

<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
</application>

</manifest>
2 changes: 1 addition & 1 deletion WidgetCatalog/TimePicker/AndroidManifest.xml
Expand Up @@ -6,7 +6,7 @@

<uses-sdk
android:minSdkVersion="3"
android:targetSdkVersion="11"/>
android:targetSdkVersion="14"/>

<application
android:icon="@drawable/ic_launcher"
Expand Down
33 changes: 22 additions & 11 deletions WidgetCatalog/ViewFlipper/AndroidManifest.xml
@@ -1,18 +1,29 @@
<?xml version="1.0"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.commonsware.android.flipper2" android:versionCode="1" android:versionName="1.0">
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.commonsware.android.flipper2"
android:versionCode="1"
android:versionName="1.0">

<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:smallScreens="true"/>
<supports-screens
android:anyDensity="true"
android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"/>

<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="11"/>
<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="14"/>

<application android:icon="@drawable/ic_launcher">
<activity android:name=".FlipperDemo2" android:label="FlipperDemo2">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<application android:icon="@drawable/ic_launcher">
<activity
android:name=".FlipperDemo2"
android:label="FlipperDemo2">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>

<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
</application>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
</application>

</manifest>

0 comments on commit 53ddb39

Please sign in to comment.