January 20th, 2012, 06:33 AM
|
#3 (permalink)
|
|
Member
Join Date: Jun 2010
Posts: 363
Device(s): Samsung Galaxy S (international)
Thanks: 72
Thanked 57 Times in 55 Posts
|
your manifest should look like this
Code:
<activity
android:name=".HList"
android:screenOrientation="portrait" >
</activity>
<activity
android:name=".Info"
android:screenOrientation="portrait" >
</activity>
<activity
android:name=".MapPage"
android:screenOrientation="portrait" >
__________________
if I ever said anything that helped you , the thanks button is where your cursor/finger should head to
|
|
|