Browse Source

Add newline to vectors

Mario Danic 6 years ago
parent
commit
54dce7c374

+ 1 - 1
app/src/main/res/drawable/shape_call_bubble.xml

@@ -27,4 +27,4 @@
         </shape>
     </item>
     <item android:drawable="@drawable/ic_call_grey_600_24dp"/>
-</layer-list>
+</layer-list>

+ 1 - 1
app/src/main/res/drawable/shape_video_bubble.xml

@@ -27,4 +27,4 @@
         </shape>
     </item>
     <item android:drawable="@drawable/ic_videocam_grey_600_24dp"/>
-</layer-list>
+</layer-list>

+ 1 - 1
app/src/main/res/drawable/shape_voice_bubble.xml

@@ -27,4 +27,4 @@
         </shape>
     </item>
     <item android:drawable="@drawable/ic_mic_grey_600_24dp"/>
-</layer-list>
+</layer-list>