Unzip folder for post-school
This commit is contained in:
parent
e28b6eb35f
commit
dc5a94c2c2
71 changed files with 2518 additions and 0 deletions
12
Project/app/src/main/res/drawable/notebook.xml
Normal file
12
Project/app/src/main/res/drawable/notebook.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="@color/black"
|
||||
android:pathData="M19,3H5c-1.1,0 -1.99,0.9 -1.99,2L3,19c0,1.1 0.89,2 1.99,2H19c1.1,0 2,-0.9 2,-2V5c0,-1.1 -0.9,-2 -2,-2zM5,19V5h14v14H5z" />
|
||||
<path
|
||||
android:fillColor="#101010"
|
||||
android:pathData="M7,15h10v2H7zM7,11h10v2H7zM7,7h10v2H7z" />
|
||||
</vector>
|
Loading…
Add table
Add a link
Reference in a new issue