mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-07 18:42:53 +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"
|
||||
|
@ -12,8 +12,11 @@
|
||||
<color name="default_drawable_color">#000000</color>
|
||||
|
||||
<!-- Navigation bar -->
|
||||
<color name="navbar_default">#FFFFFF</color>
|
||||
<color name="navbar_selected">@color/colorPrimary</color>
|
||||
<color name="navbar_fg_default">#FFFFFF</color>
|
||||
<color name="navbar_fg_selected">@color/colorPrimary</color>
|
||||
<color name="navbar_bg_default">@color/colorPrimary</color>
|
||||
<color name="navbar_bg_selected">#FFFFFF</color>
|
||||
|
||||
|
||||
<!-- Conversation messages -->
|
||||
<color name="conversation_user_messages_background">#3F51B5</color>
|
||||
|
Reference in New Issue
Block a user