Commit 62e374fb authored by Grigory Fedorov's avatar Grigory Fedorov

Tile chat background.

parent 52b38829
<?xml version="1.0" encoding="utf-8"?>
<bitmap
xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/chat_background"
android:tileMode="repeat"
android:dither="true" />
\ No newline at end of file
......@@ -17,6 +17,7 @@
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/chat_background_repeat"
>
<ListView
android:id="@android:id/list"
......
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