.
좀 이상한게 있어서 우선 말씀드립니다LinearLayout -> android:orientation="horizontal" 가로배열지정TextView -> android:layout_width="fill_parent" 가로배열인대 벌써 가로가 풀임ImageView -> android:layout_weight ( width 랑 다른거에요)
좀 이상한게 있어서 우선 말씀드립니다
LinearLayout -> android:orientation="horizontal" 가로배열지정
TextView -> android:layout_width="fill_parent" 가로배열인대 벌써 가로가 풀임
ImageView -> android:layout_weight ( width 랑 다른거에요)
뷰를 만들려면 기본적으로 android:layout_width와 android:layout_height가 있어야합니다. 추측컨데, android:layout_width가 빠졋다는 소리인듯하네요.
android:layout_width 할려다 android:layout_weight 잘못쓰신듯. 참고로 android:layout_weight는 가중치값으로 뷰에서 얼마만큼의 크기를 가지겠다는 것을 말합니다. 숫자가 들어가야겠지요.
로그인 유지
좀 이상한게 있어서 우선 말씀드립니다
LinearLayout -> android:orientation="horizontal" 가로배열지정
TextView -> android:layout_width="fill_parent" 가로배열인대 벌써 가로가 풀임
ImageView -> android:layout_weight ( width 랑 다른거에요)