aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-19 17:08:15 -0700
committerAllan Wang <me@allanwang.ca>2017-06-19 17:08:15 -0700
commita3b5b647e2651c9768a4056852aff36074590e94 (patch)
tree4398fd2f27dfda32d26c21d71ed0af746061bdc6 /app/src/main/res/drawable
parent382433780c3f4403723a78e409cb161c9fad5034 (diff)
downloadfrost-a3b5b647e2651c9768a4056852aff36074590e94.tar.gz
frost-a3b5b647e2651c9768a4056852aff36074590e94.tar.bz2
frost-a3b5b647e2651c9768a4056852aff36074590e94.zip
Created notification badges
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r--app/src/main/res/drawable/badge_background.xml9
-rw-r--r--app/src/main/res/drawable/splash_screen.xml2
2 files changed, 10 insertions, 1 deletions
diff --git a/app/src/main/res/drawable/badge_background.xml b/app/src/main/res/drawable/badge_background.xml
new file mode 100644
index 00000000..9dfc3cf0
--- /dev/null
+++ b/app/src/main/res/drawable/badge_background.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:id="@android:id/background">
+ <shape>
+ <corners android:radius="10dp" />
+ <solid android:color="@color/facebook_blue" />
+ </shape>
+ </item>
+</layer-list> \ No newline at end of file
diff --git a/app/src/main/res/drawable/splash_screen.xml b/app/src/main/res/drawable/splash_screen.xml
index 49085412..58469632 100644
--- a/app/src/main/res/drawable/splash_screen.xml
+++ b/app/src/main/res/drawable/splash_screen.xml
@@ -4,7 +4,7 @@
android:opacity="opaque">
<!-- The background color, preferably the same as your normal theme -->
<item android:drawable="@color/splashBackground"/>
- <!-- Your product logo - 288px x 288px color version of your app icon -->
+ <!-- Your product logo - 288px x 288px color version of your app badgeImage -->
<item android:bottom="@dimen/splash_logo">
<bitmap
android:gravity="center"