Basic create activity implemented

This commit is contained in:
2020-06-26 18:35:14 +02:00
parent 099d4df53d
commit 1d020c5110
59 changed files with 418 additions and 14 deletions

View File

@@ -0,0 +1,10 @@
<!-- drawable/printer.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:height="24dp"
android:width="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#000"
android:pathData="M18,3H6V7H18M19,12A1,1 0 0,1 18,11A1,1 0 0,1 19,10A1,1 0 0,1 20,11A1,1 0 0,1 19,12M16,19H8V14H16M19,8H5A3,3 0 0,0 2,11V17H6V21H18V17H22V11A3,3 0 0,0 19,8Z" />
</vector>