<?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">
 <ViewFlipper
 android:id="@+id/ovf"
 android:layout_width="fill_parent"
 android:layout_height="fill_parent">
 <TextView
 android:background="@drawable/o_first"
 android:layout_width="fill_parent"
 android:layout_height="fill_parent"/>
 <TextView
android:background="@drawable/o_second"
android:layout_width="fill_parent"
 android:layout_height="fill_parent"/>
 <TextView
android:background="@drawable/o_thired"
android:layout_width="fill_parent"
 android:layout_height="fill_parent"/>
 <TextView
android:background="@drawable/o_fourth"
android:layout_width="fill_parent"
 android:layout_height="fill_parent"/>
  </ViewFlipper>
<Button

 android:layout_width="wrap_content"
 android:id="@+id/ob"
 android:layout_alignParentBottom="true"
 android:layout_height="wrap_content"
 android:background="@drawable/next"/>
 <Button

 android:layout_width="wrap_content"
 android:id="@+id/ob_first"
 android:layout_alignParentRight="true"
 android:layout_alignParentBottom="true"
android:layout_height="wrap_content"
android:background="@drawable/pre"/>

</RelativeLayout>


how to fix it sir Please help me

On Mar 23, 12:29 am, TreKing <[email protected]> wrote:
> On Tue, Mar 22, 2011 at 2:19 PM, rishabh agrawal
> <[email protected]>wrote:
>
> > 03-23 00:23:12.322: ERROR/AndroidRuntime(332): Caused
> > by: android.view.InflateException: Binary XML file line #14: Error inflating
> > class <unknown>
>
> Fix the cause of the cause of the error in the specified file at the
> specified line.
>
> --------------------------------------------------------------------------- 
> ----------------------
> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
> transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to