Closed pietro309 closed 7 years ago
Hi there, thanks for trying my library:) Which android version did you test it? And I also noticed you set a transparent background for ArcNavigationView, right?
Hi, I am using Android 6.0. And this is configuration of my ArcNavigationView:
<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="@android:color/white"
android:fitsSystemWindows="true"
app:arc_cropDirection="cropInside"
app:arc_width="96dp"
app:headerLayout="@layout/sidemenu_header"
app:itemBackground="@android:color/white"
app:itemIconTint="#F0D696"
app:itemTextColor="#3f2712"
app:menu="@menu/sidemenu_items" />
Hi,
is there any news about this issue? When can we expect new release?
Thank for your answer :)
Hello, sir
Unfortunately I don't have time for it right now, but hopefully will try to fix this during this week. Thanks for using it:)
Fixed in 1.0.3, check this out!
Hi,
what a great library you made. It is really easy to use and looks pretty awesome.
I found some UI bug when navigation view is used with transparent navigation bar.