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
{{ message }}
This repository was archived by the owner on Jun 28, 2020. It is now read-only.
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.
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" >
Could you please check it?
Best regards,
Peter