Commit c62f2b5e authored by Bartek Fabiszewski's avatar Bartek Fabiszewski
Browse files

Add preference categories titles and icons; update translations

parent 8e7b17de
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
<!--
  ~ Copyright (c) 2018 Bartek Fabiszewski
  ~ http://www.fabiszewski.net
  ~
  ~ This file is part of μlogger-android.
  ~ Licensed under GPL, either version 3, or any later.
  ~ See <http://www.gnu.org/licenses/>

  ~ Material Design icon by Google.
  ~ Released under Apache License 2.0.
  -->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:height="24dp" android:width="24dp"
    android:viewportHeight="24.0" android:viewportWidth="24.0">
    <path android:fillColor="#03DAC6" android:pathData="M22.7,19l-9.1,-9.1c0.9,-2.3 0.4,-5 -1.5,-6.9 -2,-2 -5,-2.4 -7.4,-1.3L9,6 6,9 1.6,4.7C0.4,7.1 0.9,10.1 2.9,12.1c1.9,1.9 4.6,2.4 6.9,1.5l9.1,9.1c0.4,0.4 1,0.4 1.4,0l2.3,-2.3c0.5,-0.4 0.5,-1.1 0.1,-1.4z"/>
</vector>
+17 −0
Original line number Diff line number Diff line
<!--
  ~ Copyright (c) 2018 Bartek Fabiszewski
  ~ http://www.fabiszewski.net
  ~
  ~ This file is part of μlogger-android.
  ~ Licensed under GPL, either version 3, or any later.
  ~ See <http://www.gnu.org/licenses/>

  ~ Material Design icon by Google.
  ~ Released under Apache License 2.0.
  -->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:height="24dp" android:width="24dp"
    android:viewportHeight="24.0" android:viewportWidth="24.0">
    <path android:fillColor="#03DAC6" android:pathData="M19.35,10.04C18.67,6.59 15.64,4 12,4 9.11,4 6.6,5.64 5.35,8.04 2.34,8.36 0,10.91 0,14c0,3.31 2.69,6 6,6h13c2.76,0 5,-2.24 5,-5 0,-2.64 -2.05,-4.78 -4.65,-4.96zM14,13v4h-4v-4H7l5,-5 5,5h-3z"/>
</vector>
+0 −3
Original line number Diff line number Diff line
@@ -5,9 +5,6 @@
  ~ This file is part of μlogger-android.
  ~ Licensed under GPL, either version 3, or any later.
  ~ See <http://www.gnu.org/licenses/>

  ~ Material Design icon by Google.
  ~ Released under Apache License 2.0.
  -->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
+17 −0
Original line number Diff line number Diff line
<!--
  ~ Copyright (c) 2018 Bartek Fabiszewski
  ~ http://www.fabiszewski.net
  ~
  ~ This file is part of μlogger-android.
  ~ Licensed under GPL, either version 3, or any later.
  ~ See <http://www.gnu.org/licenses/>

  ~ Material Design icon by Google.
  ~ Released under Apache License 2.0.
  -->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:height="24dp" android:width="24dp"
    android:viewportHeight="24.0" android:viewportWidth="24.0">
    <path android:fillColor="#03DAC6" android:pathData="M12,2C8.13,2 5,5.13 5,9c0,5.25 7,13 7,13s7,-7.75 7,-13c0,-3.87 -3.13,-7 -7,-7zM12,11.5c-1.38,0 -2.5,-1.12 -2.5,-2.5s1.12,-2.5 2.5,-2.5 2.5,1.12 2.5,2.5 -1.12,2.5 -2.5,2.5z"/>
</vector>
+0 −3
Original line number Diff line number Diff line
@@ -5,9 +5,6 @@
  ~ This file is part of μlogger-android.
  ~ Licensed under GPL, either version 3, or any later.
  ~ See <http://www.gnu.org/licenses/>

  ~ Material Design icon by Google.
  ~ Released under Apache License 2.0.
  -->

<vector android:height="24dp" android:viewportHeight="100.0"
Loading