Commit 0404898d authored by Grigory Fedorov's avatar Grigory Fedorov

Chat: action message centered and background removed.

parent 7cd2947d
...@@ -3,16 +3,15 @@ ...@@ -3,16 +3,15 @@
android:orientation="horizontal" android:layout_width="match_parent" android:orientation="horizontal" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center_horizontal" android:layout_gravity="center_horizontal"
android:gravity="center_horizontal"
> >
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:id="@+id/action_message_text" android:id="@+id/action_message_text"
android:textAppearance="@style/ChatHeader.Delay" android:textAppearance="@style/ChatHeader.Delay"
android:background="@color/blue_grey_500"
android:padding="6dp" android:padding="6dp"
android:layout_margin="3dp" android:layout_margin="3dp"
android:gravity="center"
android:text="Message" android:text="Message"
/> />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment