mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 20:47:01 +05:30
Drop extra dependencies and host icon in-app
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
e6942fe353
commit
25ca5d52b2
4 changed files with 58 additions and 16 deletions
9
app/src/main/res/drawable/ic_exposure_plus_1_24dp.xml
Normal file
9
app/src/main/res/drawable/ic_exposure_plus_1_24dp.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:pathData="M10,7L8,7v4L4,11v2h4v4h2v-4h4v-2h-4L10,7zM20,18h-2L18,7.38L15,8.4L15,6.7L19.7,5h0.3v13z"
|
||||
android:fillColor="#000000"/>
|
||||
</vector>
|
Loading…
Add table
Add a link
Reference in a new issue