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
tools:text="Accept the Terms and Conditions"
This...
android:text="Accept the Terms and Conditions"
Can't I do this?
© 2024 OneMinuteCode. All rights reserved.