I used textview, but I can't see it if I run it crying

Asked 1 years ago, Updated 1 years ago, 73 views

For information on textview, see

        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="Accept the Terms and Conditions"

It's like this... How come you can't see it? (Crying)

android-studio textview

2022-09-22 18:34

1 Answers

tools:text="Accept the Terms and Conditions"

This...

android:text="Accept the Terms and Conditions"

Can't I do this?


2022-09-22 18:34

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.