안드로이드 개발 질문/답변
(글 수 45,052)
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<bas.com.video.BitmapDraw
android:id="@+id/imv_Video01"
android:layout_width="820px"
android:layout_height="450px" />
<ProgressBar
android:id="@+id/prg_progress"
android:layout_width="200px"
android:layout_height="200px" />
</FrameLayout>
</LinearLayout>
문제 없을거 같은데... 아니네요...왜 이러죠???
방법 아시는분...




혹시 모르니 FrameLayout에 있는 xmlns:android="http://schemas.android.com/apk/res/android" 을 빼보세요.