[Libreoffice-commits] core.git: android/source

Christian Lohmaier lohmaier+LibreOffice at googlemail.com
Mon Aug 28 17:00:09 UTC 2017


 android/source/res/layout/toolbar_color_picker.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1a7857211c91fd7045877644aa18f29d5856efa3
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Mon Aug 28 18:09:47 2017 +0200

    need to use app:srcCompat when using VectorDrawableCompat
    
    instead of plain android:src
    
    Change-Id: I202f5564ad4bb94a4d7bcf788a7173a9c217990d

diff --git a/android/source/res/layout/toolbar_color_picker.xml b/android/source/res/layout/toolbar_color_picker.xml
index 2e2aed41abf9..e34b6c6a5d72 100644
--- a/android/source/res/layout/toolbar_color_picker.xml
+++ b/android/source/res/layout/toolbar_color_picker.xml
@@ -26,7 +26,7 @@
             android:id="@+id/button_go_back_color_picker"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
-            android:src="@drawable/ic_arrow_back_black_24dp"
+            app:srcCompat="@drawable/ic_arrow_back_black_24dp"
             android:background="@drawable/image_button_background"
             android:layout_marginBottom="10dp"/>
 


More information about the Libreoffice-commits mailing list