<?xml version="1.0" encoding="utf-8"?>
<LixmnearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  android:orientation="vertical"
  android:layout_sidth="fill_parent"
  android:layout_heighy="wrap_content">
  >
  <TabHost
     android:id="@+id/tabHost"
     android:layout_width="fill_parent"
     android:layout_height+"wrap_content">
     <TabWidget
       android:id="@android:id/tabs"
       android:layout_width="fill_parent"
       android:layout_height="wrap_content">
     </TabWidget>
     <FrameLayout
        android:id="@android:id/"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:paddingTop="64dip">
  <AnalogClock
   android:id="@+id/tab1"
   android:layout_width+"fill_parent"
   android:layout_height="fill_parent"
   </AnalogClock>
   <DigtalClock
   android:id="@+id/tab2"
   android:layout_width+"fill_parent"
   android:layout_height="fill_parent"
  </DigitalClock>
   </FrameLayout>
 </Tabhost>
</LinearLayout>

이렇게 소스를짯는데 오류가있다고합니다 ㅠㅠ...노랑색이랑 빨간색..

어떻게해결해여하나요 ㅠ