mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-13 05:18:09 +00:00
Added no message notcie
This commit is contained in:
app/src/main
java
org
communiquons
android
comunic
client
fragments
res
@ -11,6 +11,15 @@
|
||||
android:layout_gravity="center"
|
||||
android:layout_marginTop="10dp"/>
|
||||
|
||||
<!-- No message notice -->
|
||||
<TextView
|
||||
android:id="@+id/fragment_conversation_noMsgYet"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/fragment_conversation_no_msg"
|
||||
android:textAlignment="center"
|
||||
android:layout_marginTop="10dp"/>
|
||||
|
||||
<!-- Messages -->
|
||||
<ListView
|
||||
android:id="@+id/fragment_conversation_messageslist"
|
||||
|
Reference in New Issue
Block a user