limit facebook vector image to a maximum of 200 x 200 dp

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
This commit is contained in:
Daniel Ziegenberg 2020-05-11 01:25:16 +02:00
parent 9322436428
commit 90e0e68d6a

View file

@ -1,12 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="256dp"
android:height="256dp"
android:viewportWidth="256.0"
android:viewportHeight="256.0">
android:width="200dp"
android:height="200dp"
android:viewportWidth="200"
android:viewportHeight="200">
<path
android:pathData="M241.87,256C249.67,256 256,249.68 256,241.87L256,14.13C256,6.32 249.67,0 241.87,0L14.13,0C6.32,0 0,6.32 0,14.13L0,241.87C0,249.68 6.32,256 14.13,256L241.87,256"
android:fillColor="#395185"/>
android:fillColor="#395185"
android:pathData="M188.96,200C195.05,200 200,195.06 200,188.96V11.03C200,4.93 195.05,0 188.96,0H11.03C4.93,0 0,4.93 0,11.03V188.96C0,195.06 4.93,200 11.03,200H188.96" />
<path
android:pathData="M176.63,256L176.63,156.86L209.91,156.86L214.89,118.23L176.63,118.23L176.63,93.56C176.63,82.38 179.74,74.75 195.78,74.75L216.24,74.74L216.24,40.19C212.7,39.72 200.56,38.67 186.43,38.67C156.93,38.67 136.74,56.67 136.74,89.74L136.74,118.23L103.38,118.23L103.38,156.86L136.74,156.86L136.74,256L176.63,256"
android:fillColor="#FFFFFF"/>
android:fillColor="#ffffff"
android:pathData="m137.99,200v-77.45h26l3.89,-30.18H137.99V73.09c0,-8.73 2.43,-14.69 14.96,-14.69l15.98,-0.00v-26.99c-2.76,-0.36 -12.25,-1.18 -23.28,-1.18 -23.04,0 -38.82,14.06 -38.82,39.89V92.36H80.76v30.18h26.06V200h31.16" />
</vector>