Commit 7cd2947d authored by Grigory Fedorov's avatar Grigory Fedorov

Chat: info message centered and background removed.

parent 60f03b7c
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
android:orientation="vertical" android:orientation="vertical"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="@color/blue_grey_100"
> >
<TextView <TextView
android:id="@+id/info" android:id="@+id/info"
...@@ -25,5 +24,6 @@ ...@@ -25,5 +24,6 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:padding="4dip" android:padding="4dip"
android:textAppearance="@style/ChatInfo.Warning" android:textAppearance="@style/ChatInfo.Warning"
android:gravity="center"
android:text="info" /> android:text="info" />
</LinearLayout> </LinearLayout>
\ No newline at end of file
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