Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/grey.xml')
-rw-r--r--res/drawable/grey.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/res/drawable/grey.xml b/res/drawable/grey.xml
index bdb9383fc..2e90d96d0 100644
--- a/res/drawable/grey.xml
+++ b/res/drawable/grey.xml
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android"
- android:shape="rectangle">
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle" >
+
<solid android:color="#ffdddddd" />
+
</shape> \ No newline at end of file