안드로이드 개발 질문/답변
(글 수 45,052)
안녕하세요-
짐 xml에서 이미지 바꾸는데요
<Button
android:id="@+id/a"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft = "7dp"
android:layout_marginTop = "7dp"
android:layout_below="@+id/help""
android:background="@drawable/menu06"
android:layout_centerHorizontal="true"/>
빨강동그라미엑스가 뜹니다..
element type "button" must be followed by either attribute specifications, ">" or "/>"
아시는 분 알려주세요T^T




혹시나해서답글을달아보는데용
android:layout_below="@+id/help"" <-- 오타신가요?