mirror of
https://github.com/etesync/android
synced 2024-11-15 20:38:58 +00:00
3a49815220
* show notifications on DAV service refresh errors * add Twitter to navigation drawer
18 lines
713 B
XML
18 lines
713 B
XML
<!--
|
||
~ Copyright © 2013 – 2016 Ricki Hirner (bitfire web engineering).
|
||
~ All rights reserved. This program and the accompanying materials
|
||
~ are made available under the terms of the GNU Public License v3.0
|
||
~ which accompanies this distribution, and is available at
|
||
~ http://www.gnu.org/licenses/gpl.html
|
||
-->
|
||
|
||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
android:width="24dp"
|
||
android:height="24dp"
|
||
android:viewportWidth="24.0"
|
||
android:viewportHeight="24.0">
|
||
<path
|
||
android:fillColor="#FFFFFFFF"
|
||
android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zm1,15h-2v-2h2v2zm0,-4h-2V7h2v6z"/>
|
||
</vector>
|