You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bpgc-androi...@googlegroups.com
I have come across certain application in which you can lock the orientation change, or in other words, prevent your application from redrawing the view when the orientation changes. Someone please post a short write-up if you have used it successfully.
-- Rohit Kalhans blogfolio: http://info-rohit.co.cc
Emaad Ahmed Manzoor
unread,
Mar 19, 2011, 9:50:14 PM3/19/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bpgc-androi...@googlegroups.com
<LinearLayout android:orientation="vertical">
-- Emaad Ahmed Manzoor, Third Year Undergraduate, BITS - Pilani, KK Birla Goa Campus. halfclosed.wordpress.com
dharma teja jjj
unread,
Mar 20, 2011, 12:51:18 AM3/20/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bpgc-androi...@googlegroups.com
i think
<LinearLayout android:orientation="vertical"
>
does not prevent application to lock orientation.
Sagar Jauhari
unread,
Mar 20, 2011, 5:21:17 AM3/20/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bpgc-androi...@googlegroups.com
it doesn't.
Rohit Kalhans
unread,
Mar 20, 2011, 5:38:42 AM3/20/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bpgc-androi...@googlegroups.com
Linear layout vertical just identifies how eah element will be placed inside the linear layout
vertical= one below an other Horizontal = one on the left side of the previous(till there is no further space).
Emaad Ahmed Manzoor
unread,
Mar 20, 2011, 12:15:09 PM3/20/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bpgc-androi...@googlegroups.com
Oh sorry! You need to add this to the AndroidManifest.xml: