From df3a5ae873480a18248e95fb2cba97c90f626196 Mon Sep 17 00:00:00 2001 From: Daniel Ziegenberg Date: Mon, 11 May 2020 02:04:05 +0200 Subject: [PATCH] limit gitlab vector image to a maximum of 200 x 200 dp Signed-off-by: Daniel Ziegenberg --- app/src/main/res/drawable/thumb_gitlab.xml | 36 +++++++++++----------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/app/src/main/res/drawable/thumb_gitlab.xml b/app/src/main/res/drawable/thumb_gitlab.xml index 6d8833f6..a1542a90 100644 --- a/app/src/main/res/drawable/thumb_gitlab.xml +++ b/app/src/main/res/drawable/thumb_gitlab.xml @@ -1,27 +1,27 @@ + android:width="200dp" + android:height="184.22dp" + android:viewportWidth="200" + android:viewportHeight="184.22"> + android:pathData="m99.99,184.22v0L136.82,70.89H63.17Z" + android:fillColor="#e24329"/> + android:pathData="M99.99,184.22 L63.17,70.89H11.56Z" + android:fillColor="#fc6d26"/> + android:pathData="m11.56,70.89v0L0.37,105.33c-1.01,3.14 0.10,6.58 2.76,8.52L99.99,184.22Z" + android:fillColor="#fca326"/> + android:pathData="M11.56,70.89H63.17L40.99,2.63c-1.14,-3.51 -6.11,-3.51 -7.24,0z" + android:fillColor="#e24329"/> + android:pathData="m99.99,184.22 l36.83,-113.33h51.60z" + android:fillColor="#fc6d26"/> + android:pathData="m188.43,70.89v0l11.19,34.44c1.01,3.14 -0.10,6.58 -2.76,8.52l-96.86,70.37z" + android:fillColor="#fca326"/> + android:pathData="M188.43,70.89H136.82L159.00,2.63c1.14,-3.51 6.11,-3.51 7.24,0z" + android:fillColor="#e24329"/>