아래와같은 xml 파일을 drawable로 사용하는것입니다.
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
android:fillColor="#FFffffff"
android:pathData="M6,19c0,1.1 0.9,2 2,2h8c1.1,0 2,-0.9 2,-2V7H6v12zM19,4h-3.5l-1,-1h-5l-1,1H5v2h14V4z"/>
</vector>
4.4이상부터는 xml 벡터이미지가 잘 먹고 깔끔하게 적용이 되는데
4.4아래부터는 중지가 떠버려서,,, 어떻게 할 방법이 없을까요...?