Navigation bar is live

This commit is contained in:
Pierre HUBERT
2018-08-21 11:36:53 +02:00
parent d910565021
commit 52512b2343
6 changed files with 128 additions and 31 deletions

View File

@ -5,6 +5,7 @@
android:orientation="vertical">
<org.communiquons.android.comunic.client.ui.views.NavigationBar
android:id="@+id/nav_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content" />

View File

@ -4,9 +4,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:tools="http://schemas.android.com/tools"
android:background="@drawable/navbar_item_ripple_effect"
android:clickable="true"
android:focusable="true">
android:background="@drawable/navbar_item_ripple_effect">
<ImageView
android:id="@+id/icon"