Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About the frameLayout #26

Open
mBigFlower opened this issue Aug 11, 2015 · 0 comments
Open

About the frameLayout #26

mBigFlower opened this issue Aug 11, 2015 · 0 comments

Comments

@mBigFlower
Copy link

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant