diff options
Diffstat (limited to 'android/source/res/drawable-hdpi/ic_format_underlined.xml')
-rw-r--r-- | android/source/res/drawable-hdpi/ic_format_underlined.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/android/source/res/drawable-hdpi/ic_format_underlined.xml b/android/source/res/drawable-hdpi/ic_format_underlined.xml new file mode 100644 index 000000000..c1797e211 --- /dev/null +++ b/android/source/res/drawable-hdpi/ic_format_underlined.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8"?> + +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_format_underlined_black_24dp" + android:tint="@color/toolbar_foreground"/> |