[Manifest.xml]
<activity android:name=".view.Controls1"
android:label="Views/Controls/1. Light Theme"
android:theme="@android:style/Theme.Light">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.SAMPLE_CODE" />
</intent-filter>
</activity>
android:label="Views/Controls/1. Light Theme"
android:theme="@android:style/Theme.Light">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.SAMPLE_CODE" />
</intent-filter>
</activity>
'old > API_Demo' 카테고리의 다른 글
Views_Expandable_Custom Adapter (0) | 2010.04.19 |
---|---|
Views_Custom (0) | 2010.04.19 |
Views_Chronometer (0) | 2010.04.05 |
View_Buttons (0) | 2010.04.05 |
View_AutoComplete_MultipleItems (0) | 2010.04.02 |