9월 1일부터 23일까지 : 07 : 52.570 : E는/AndroidRuntime (2007) : android.view.InflateException : 바이너리 XML 파일 라인 # 50 :이 오류가 발생했습니다 오류 클래스 모양오류 팽창 클래스 모양
을 팽창 구현하면서 내 xml 파일의 셰이프 (타원형) ..이 문제는 무엇입니까? 내가 뭐 놓친 거 없니?
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:map="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"
android:padding="10dp" >
<TextView
android:id="@+id/recName"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
/>
<shape android:shape="oval">
<solid android:color="#9F2200"/>
<stroke android:width="2dp" android:color="#fff" />
<size android:width="80dp" android:height="80dp"/> </shape>
</RelativeLayout>
안녕, 내 솔루션이 밖으로 일입니다 customdrawable.xml 이름으로이 파일을 저장을? 그것이 전체 수용을 사용한다면, +1 –