Updated IMDN view & text
This commit is contained in:
parent
7492d94cff
commit
4eee6bc3dc
2 changed files with 12 additions and 2 deletions
|
@ -26,12 +26,22 @@
|
|||
android:layout_weight="0.2"
|
||||
android:padding="18dp"/>
|
||||
|
||||
<TextView
|
||||
android:text="@string/imdn_info"
|
||||
style="@style/font6"
|
||||
android:gravity="center"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="0.6"
|
||||
android:padding="15dp"/>
|
||||
|
||||
<ImageView
|
||||
android:visibility="invisible"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="0.8"
|
||||
android:layout_weight="0.2"
|
||||
android:padding="15dp"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
</RelativeLayout>
|
||||
|
|
|
@ -220,7 +220,7 @@
|
|||
<string name="chat_room_leave_button">Leave</string>
|
||||
<string name="chat_room_delete_dialog">Do you want to delete and leave the selected conversations?</string>
|
||||
<string name="separator">: </string>
|
||||
<string name="imdn_info">Info</string>
|
||||
<string name="imdn_info">Delivery status</string>
|
||||
|
||||
<!-- Status Bar -->
|
||||
<string name="status_connected">Registered</string>
|
||||
|
|
Loading…
Reference in a new issue