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

Crashing in kitkat #15

Open
caadiq opened this issue May 8, 2016 · 0 comments
Open

Crashing in kitkat #15

caadiq opened this issue May 8, 2016 · 0 comments

Comments

@caadiq
Copy link

caadiq commented May 8, 2016

It worked in lollipop but it crashed in kitkat
Logcat shows error here
View view = inflater.inflate(R.layout.fragment_server, container, false);

and fragment_server.xml is

<LinearLayout 
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical">

    <RelativeLayout 
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_weight="1">

        <TextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_centerInParent="true"
            android:textColor="@color/colorAccent"
            android:textStyle="bold"
            android:textSize="25dp"
            android:text="서버소개"/>

    </RelativeLayout>

    <RelativeLayout 
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_weight="1"/>

</LinearLayout>

<RelativeLayout 
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <android.support.design.widget.FloatingActionButton
        android:id="@+id/fab"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_centerInParent="true"
        android:src="@drawable/icon_arrow_right"
        app:backgroundTint="@color/colorPrimaryDark"
        app:elevation="4dp"
        app:fabSize="normal"/>

    <com.github.fabtransitionactivity.SheetLayout
        android:id="@+id/sheetlayout"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_centerInParent="true"
        android:elevation="2dp"
        app:ft_container_gravity="center"
        app:ft_color="@color/colorPrimaryDark"/>

</RelativeLayout>
@caadiq caadiq changed the title crashed Crashing in kitkat May 8, 2016
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