Changeset 24277
- Timestamp:
- 2011-07-15T15:04:32+12:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
other-projects/tipple-android/trunk-restructured/workspace/tipple-standalone-hpg/AndroidManifest.xml
r23977 r24277 11 11 12 12 <application android:icon="@drawable/tipple_eab_icon" android:label="@string/app_name"> 13 <activity android:name=". TippleActivity"13 <activity android:name=".StandaloneTippleActivity" 14 14 android:label="@string/app_name" 15 15 android:screenOrientation="portrait"> … … 20 20 </activity> 21 21 22 <activity android:name=". EditPreferences" />23 <activity android:name=" TippleLogFileBrowser" />24 <activity android:name=". InfoView" android:theme="@android:style/Theme.NoTitleBar" />22 <activity android:name=".base.EditPreferences" /> 23 <activity android:name=".base.TippleLogFileBrowser" /> 24 <activity android:name=".base.InfoView" android:theme="@android:style/Theme.NoTitleBar" /> 25 25 26 26 </application>
Note:
See TracChangeset
for help on using the changeset viewer.