Ignore:
Timestamp:
2011-07-15T15:04:32+12:00 (13 years ago)
Author:
davidb
Message:

References to class names in this file updated to reflect move to Tipple Library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/tipple-android/trunk-restructured/workspace/tipple-standalone-hpg/AndroidManifest.xml

    r23977 r24277  
    1111   
    1212    <application android:icon="@drawable/tipple_eab_icon" android:label="@string/app_name">
    13         <activity android:name=".TippleActivity"
     13        <activity android:name=".StandaloneTippleActivity"
    1414                  android:label="@string/app_name"
    1515                  android:screenOrientation="portrait">
     
    2020        </activity>
    2121
    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" />
    2525       
    2626    </application>
Note: See TracChangeset for help on using the changeset viewer.