Commit d1ad43e8 authored by Grigory Fedorov's avatar Grigory Fedorov

Old png offline shadow returned.

parent 04d580fb
<?xml version="1.0" encoding="utf-8"?>
<bitmap
xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/contact_shadow"
android:tileMode="repeat"
android:dither="true" />
\ No newline at end of file
...@@ -3,6 +3,5 @@ ...@@ -3,6 +3,5 @@
android:id="@+id/offline_shadow" android:id="@+id/offline_shadow"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:src="@color/black" android:background="@drawable/offline_shadow_repeat"
android:alpha="0.7"
android:visibility="gone" /> android:visibility="gone" />
\ 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