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:
app/src/main
java
org
communiquons
android
comunic
client
res
14
app/src/main/res/layout/fragment_conversationslist_item.xml
Normal file
14
app/src/main/res/layout/fragment_conversationslist_item.xml
Normal file
@ -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>
|
Reference in New Issue
Block a user