summaryrefslogtreecommitdiffstats
path: root/res/drawable/fab_accent_mynav.xml
diff options
context:
space:
mode:
authorjrizzoli <joey@cyanogenmoditalia.it>2015-10-25 18:22:38 +0100
committerjrizzoli <joey@cyanogenmoditalia.it>2015-11-05 14:50:58 +0100
commit38a81f6e201a0a4c01756e741352cb36af0ced58 (patch)
tree1237146c1f1cc6bd8b7000d0b10dabb99d36a78d /res/drawable/fab_accent_mynav.xml
parent700a8679941a856b609928776097a6784605d8df (diff)
downloadandroid_packages_apps_Gello-38a81f6e201a0a4c01756e741352cb36af0ced58.tar.gz
android_packages_apps_Gello-38a81f6e201a0a4c01756e741352cb36af0ced58.tar.bz2
android_packages_apps_Gello-38a81f6e201a0a4c01756e741352cb36af0ced58.zip
gello: revamp add/edit bookmark UI
Change-Id: I24f3fc03a4c9c3b07b7d1a983927b31eab74a8f4 Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
Diffstat (limited to 'res/drawable/fab_accent_mynav.xml')
-rw-r--r--res/drawable/fab_accent_mynav.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/res/drawable/fab_accent_mynav.xml b/res/drawable/fab_accent_mynav.xml
new file mode 100644
index 00000000..31910acb
--- /dev/null
+++ b/res/drawable/fab_accent_mynav.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2015 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
+ <solid android:color="@color/mynav_accent" />
+</shape>