Add basic UI element as POC.
This commit is contained in:
parent
1afd3bc02b
commit
6876ad7052
12 changed files with 606 additions and 9 deletions
5
app/src/main/res/drawable/ic_arrow_back_ios_new_24.xml
Normal file
5
app/src/main/res/drawable/ic_arrow_back_ios_new_24.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<vector android:height="24dp" android:tint="#000000"
|
||||
android:viewportHeight="24" android:viewportWidth="24"
|
||||
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="@android:color/white" android:pathData="M17.77,3.77l-1.77,-1.77l-10,10l10,10l1.77,-1.77l-8.23,-8.23z"/>
|
||||
</vector>
|
||||
9
app/src/main/res/drawable/ic_empty.xml
Normal file
9
app/src/main/res/drawable/ic_empty.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<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="#000000"
|
||||
android:pathData="M0.0,0.0z" />
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue