Add new icon for monospace font

Signed-off-by: stefan-niedermann <info@niedermann.it>
This commit is contained in:
stefan-niedermann 2020-01-31 13:56:22 +01:00
parent 3dfbf53d23
commit 847dc896fe
3 changed files with 10 additions and 1 deletions

View file

@ -0,0 +1,5 @@
<vector android:autoMirrored="true" android:height="24dp"
android:tint="#757575" 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="M5,17v2h14v-2L5,17zM9.5,12.8h5l0.9,2.2h2.1L12.75,4h-1.5L6.5,15h2.1l0.9,-2.2zM12,5.98L13.87,11h-3.74L12,5.98z"/>
</vector>

View file

@ -20,7 +20,7 @@
<SwitchPreference
android:defaultValue="@string/pref_value_font_normal"
android:icon="@drawable/ic_text_fields_black_24dp"
android:icon="@drawable/ic_text_format_grey600_24dp"
android:key="@string/pref_key_font"
android:layout="@layout/item_pref"
android:title="@string/settings_font_title" />

View file

@ -0,0 +1,4 @@
- 🔄 Background synchronization (#656)
Requires at least Files app¹ version 3.9.0
¹ https://github.com/nextcloud/android