-
Notifications
You must be signed in to change notification settings - Fork 213
Open
Description
Why do you use the FrameLayout to contain the ImageView like this:
<FrameLayout
android:id="@+id/content_container"
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:id="@android:id/empty"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:textAppearance="?android:attr/textAppearanceLarge"/>
</FrameLayout>
Is it necessary? Can I remove the FrameLayout ?
Metadata
Metadata
Assignees
Labels
No labels