mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-03 23:25:03 +00:00
Navigation bar is live
This commit is contained in:
@ -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" />
|
||||
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user