Fix bad display for chat bubbles
This commit is contained in:
parent
4d5cbe6461
commit
b18c0e0e81
3 changed files with 4 additions and 2 deletions
|
@ -3,11 +3,12 @@
|
|||
android:id="@+id/bubble"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="right"
|
||||
android:gravity="right"
|
||||
android:orientation="vertical" >
|
||||
|
||||
<TextView
|
||||
android:id="@+id/message"
|
||||
android:layout_gravity="left"
|
||||
android:textColor="@android:color/black"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content" />
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/message"
|
||||
android:layout_gravity="right"
|
||||
android:textColor="@android:color/black"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content" />
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<bool name="emoticons_in_messages">true</bool>
|
||||
<bool name="only_display_username_if_unknown">true</bool>
|
||||
<bool name="display_messages_time">true</bool> <!-- Used to show the time of each message arrival -->
|
||||
<bool name="display_time_aside">true</bool> <!-- if display_messages_time = true, display time on the side of the message instead of below -->
|
||||
<bool name="display_time_aside">false</bool> <!-- if display_messages_time = true, display time on the side of the message instead of below -->
|
||||
|
||||
<bool name="allow_ringing_while_early_media">true</bool>
|
||||
<bool name="allow_transfers">true</bool>
|
||||
|
|
Loading…
Reference in a new issue