aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable
diff options
context:
space:
mode:
authorCamil Staps2015-06-10 17:55:51 +0200
committerCamil Staps2015-06-10 17:55:51 +0200
commit2a4efbcf0dd087b9880be132fbee862eb8b80ae0 (patch)
tree3c20d533fc27fad788d7092b708085493015dde1 /app/src/main/res/drawable
parentFixed bug where fragments were shown over one another (diff)
Cleanup
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r--app/src/main/res/drawable/msg_loading.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/msg_loading.xml b/app/src/main/res/drawable/msg_loading.xml
new file mode 100644
index 0000000..b44da14
--- /dev/null
+++ b/app/src/main/res/drawable/msg_loading.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle">
+
+ <solid
+ android:color="@color/loading"/>
+
+</shape> \ No newline at end of file