forked from melod1n/fast-messenger
Simple chat & small fixes
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<gradient
|
||||
android:angle="90"
|
||||
android:centerColor="#ffffff"
|
||||
android:centerY="0.625"
|
||||
android:endColor="@android:color/transparent"
|
||||
android:startColor="#ffffff"
|
||||
android:type="linear" />
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user