textview를 썼는데 실행하면 보이지 않아요 ㅠㅠ

조회수 1447회

이미지

textview에 대한 내용은

        android:id="@+id/useagree"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginLeft="8dp"
        android:layout_toEndOf="@+id/agree"
        android:textSize="13dp"
        android:textColor="#000000"
        android:lineSpacingExtra="1sp"
        android:layout_marginTop="390dp"
        tools:text="이용약관에 동의하기"

이러한데.... 어째서 보이지 않는건가요 ㅠㅠㅠㅠ

  • (•́ ✖ •̀)
    알 수 없는 사용자

1 답변

  • tools:text="이용약관에 동의하기"
    

    이거를

    android:text="이용약관에 동의하기"
    

    이렇게 해도 안되나요?

    • (•́ ✖ •̀)
      알 수 없는 사용자

답변을 하려면 로그인이 필요합니다.

프로그래머스 커뮤니티는 개발자들을 위한 Q&A 서비스입니다. 로그인해야 답변을 작성하실 수 있습니다.

(ಠ_ಠ)
(ಠ‿ಠ)