I found the answer for the first question. I just added: android:screenOrientation="landscape" to the activity on the manifest.xml
Now I need help for my second question :) On Apr 30, 9:57 am, amitait <[email protected]> wrote: > Hi all. > > I'm trying to make my view horizontal by default. > > I've put the android:orientation="horizontal" at main.xml but it > doesn't seems to work...the view keeps sticking to the state of the > device. I want to lock it on horizontal only. > > Also, when I installing my app on my device, it says that the app will > use the user phone calls (It's not). What can cause this alert to > come? > > Thank you. > > -- > You received this message because you are subscribed to the Google > Groups "Android Beginners" group. > > NEW! Try asking and tagging your question on Stack Overflow > athttp://stackoverflow.com/questions/tagged/android > > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group > athttp://groups.google.com/group/android-beginners?hl=en -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

