Resizing layouts for orientation change?
- by Cole
Normal:
Landscape:
See how the ListView overlaps other things on the screen when in landscape mode? How can I keep this from happening?
XML:
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"…