You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<com.google.android.flexbox.FlexboxLayout
xmlns:android="https://schemas.android.com/apk/res/android"
xmlns:app="https://schemas.android.com/apk/res-auto"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:flexDirection="row">
<TextView
android:text="address:"
android:layout_marginRight="10dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
<TextView
android:id="@+id/cotent"
android:text="this is a long long long long something something and could"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
</com.google.android.flexbox.FlexboxLayout>
In this way, I can't see the full "content" view. It's text is not complete in the screen.(if you can't see the photo, just click the link)
Is there any idea to solve my problem? Thank you very much.
The text was updated successfully, but these errors were encountered:
The code:
In this way, I can't see the full "content" view. It's text is not complete in the screen.(if you can't see the photo, just click the link)
Is there any idea to solve my problem? Thank you very much.
The text was updated successfully, but these errors were encountered: