<?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>
이렇게 소스를짯는데 오류가있다고합니다 ㅠㅠ...노랑색이랑 빨간색..
어떻게해결해여하나요 ㅠ




노란색은 경고로 실행에는 지장이 없습니다만, 되도록 수정해 주면 좋구요~
빨간색은 오류로 꼭 수정해야만 하는 부분입니다~
android:layout_width+"fill_parent" <== + 가 아니라 = 이지요~ 이 오류가 몇군데 보이네요
오류 표시 부분을 잘 살펴 보시면 간단히 문제해결 가능합니다. 또한 해당 오류에 대한 메시지도 참고하시구요