summaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-04-05 16:16:08 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-04-05 16:20:06 +0200
commitef3191e73399f9a8572210853b3c22d3840c46a2 (patch)
treeca5433b6f6957f189737c22437730e6b95c32426 /android
parentandroid: position in RecyclerView must not be treated as fixed (diff)
downloadcore-ef3191e73399f9a8572210853b3c22d3840c46a2.tar.gz
core-ef3191e73399f9a8572210853b3c22d3840c46a2.zip
android: using VectorCompat requires to use app:srcCompat
Change-Id: Ifd66e104519ace4d1d27f1312b66d873476ed2c3
Diffstat (limited to 'android')
-rw-r--r--android/source/res/layout/toolbar_bottom.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/android/source/res/layout/toolbar_bottom.xml b/android/source/res/layout/toolbar_bottom.xml
index c412678f7817..b028e8b0fbe0 100644
--- a/android/source/res/layout/toolbar_bottom.xml
+++ b/android/source/res/layout/toolbar_bottom.xml
@@ -132,7 +132,7 @@
android:background="@drawable/image_button_background"
android:paddingBottom="12dp"
android:paddingTop="12dp"
- android:src="@drawable/ic_shrink" />
+ app:srcCompat="@drawable/ic_shrink" />
<ImageButton
android:id="@+id/button_font_grow"
@@ -142,7 +142,7 @@
android:background="@drawable/image_button_background"
android:paddingBottom="12dp"
android:paddingTop="12dp"
- android:src="@drawable/ic_grow" />
+ app:srcCompat="@drawable/ic_grow" />
<ImageButton
android:id="@+id/button_subscript"
@@ -152,7 +152,7 @@
android:background="@drawable/image_button_background"
android:paddingBottom="12dp"
android:paddingTop="12dp"
- android:src="@drawable/ic_subscript" />
+ app:srcCompat="@drawable/ic_subscript" />
<ImageButton
android:id="@+id/button_superscript"
@@ -162,7 +162,7 @@
android:background="@drawable/image_button_background"
android:paddingBottom="12dp"
android:paddingTop="12dp"
- android:src="@drawable/ic_superscript" />
+ app:srcCompat="@drawable/ic_superscript" />
</LinearLayout>
</LinearLayout>
@@ -285,7 +285,7 @@
android:background="@drawable/image_button_background"
android:paddingBottom="12dp"
android:paddingTop="12dp"
- android:src="@drawable/ic_line" />
+ app:srcCompat="@drawable/ic_line" />
<ImageButton
android:id="@+id/button_insert_rect"
@@ -295,7 +295,7 @@
android:background="@drawable/image_button_background"
android:paddingBottom="12dp"
android:paddingTop="12dp"
- android:src="@drawable/ic_rect" />
+ app:srcCompat="@drawable/ic_rect" />
</LinearLayout>
</ScrollView>
</LinearLayout>