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

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Danic <mario@lovelyhq.com>2019-01-02 02:41:35 +0300
committerMario Danic <mario@lovelyhq.com>2019-01-02 02:42:04 +0300
commit4ee88e0b17b72c5bd3fcfed445012a6a9cd426d9 (patch)
tree3bd7ffe477a66c80bd788f68338883e3251dee52 /app/src/main/res/drawable
parent43c0c6222eccad61b3640814e133e401dcb9b394 (diff)
Add nice transition effects & optimise
Signed-off-by: Mario Danic <mario@lovelyhq.com>
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r--app/src/main/res/drawable/ic_info_white_24dp.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_info_white_24dp.xml b/app/src/main/res/drawable/ic_info_white_24dp.xml
new file mode 100644
index 000000000..feb198567
--- /dev/null
+++ b/app/src/main/res/drawable/ic_info_white_24dp.xml
@@ -0,0 +1,25 @@
+<!--
+ ~ Nextcloud Talk application
+ ~
+ ~ @author Mario Danic
+ ~ Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com>
+ ~
+ ~ This program is free software: you can redistribute it and/or modify
+ ~ it under the terms of the GNU General Public License as published by
+ ~ the Free Software Foundation, either version 3 of the License, or
+ ~ at your option) any later version.
+ ~
+ ~ This program is distributed in the hope that it will be useful,
+ ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ ~ GNU General Public License for more details.
+ ~
+ ~ You should have received a copy of the GNU General Public License
+ ~ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ -->
+
+<vector android:autoMirrored="true" android:height="24dp"
+ android:tint="#FFFFFF" android:viewportHeight="24.0"
+ android:viewportWidth="24.0" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
+ <path android:fillColor="#FF000000" android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM13,17h-2v-6h2v6zM13,9h-2L11,7h2v2z"/>
+</vector>