1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00

Use strict shrinkMode with the proper rules to improve resources shrinking

This commit is contained in:
Christophe Beyls 2016-10-26 13:24:02 +02:00
parent cef24a6282
commit 49dbe375b7

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools"
tools:keep="@drawable/room_*"
tools:shrinkMode="strict"
/>