1
0
mirror of https://github.com/pierre42100/ComunicAndroid synced 2025-07-16 06:48:09 +00:00

Conversations name displayed in the "Conversation" tab.

This commit is contained in:
Pierre
2017-12-10 16:56:50 +01:00
parent b8ca813d09
commit c92587cf26
3 changed files with 107 additions and 3 deletions
app/src/main
java
org
communiquons
android
res

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical">
<TextView
android:id="@+id/fragment_conversationslist_item_name"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:text="Conversation name"/>
</LinearLayout>