romtsn / ArcNavigationView

Another approach to create NavigationDrawer with Material concepts
Apache License 2.0
678 stars 135 forks source link

View not visible in ArcNavigationView #7

Open pietro309 opened 7 years ago

pietro309 commented 7 years ago

Hi,

thanks for fast resolving of last issues. I have one question. If I add view inside ArcNavigationView, this view is not visible on screen, but I can see it using 'Layout inspector'. When I use standard NavigationView everything is OK.

`<com.rom4ek.arcnavigationview.ArcNavigationView android:id="@+id/side_menu" android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_gravity="start" android:background="?attr/backgroundColor" android:fitsSystemWindows="true" app:arc_cropDirection="cropInside" app:arc_width="96dp" app:headerLayout="@layout/sidemenu_header" app:itemBackground="?attr/backgroundColor" app:itemIconTint="@color/tint" app:itemTextColor="?attr/primaryTextColor" app:menu="@menu/sidemenu_items" >

    <TextView
        android:layout_gravity="bottom"
        android:layout_width="match_parent"
        android:background="@color/black"
        android:text="bottom view"
        android:textColor="@color/red"
        android:layout_height="100dp">
    </TextView>

    </com.rom4ek.arcnavigationview.ArcNavigationView>`

Could you please check it? Best regards, Peter

romtsn commented 7 years ago

Hi sir, thank you for using my library and reporting an issue. I'll figure it out shortly.

pietro309 commented 7 years ago

Hi,

I would like to ask you about progress in this bug.

Thanks for your answer.

pietro309 commented 7 years ago

Hi,

I would like to ask you about progress in this bug.

Thanks for your answer.