mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 15:37:01 +05:30
Update comments page UI (#305)
This commit is contained in:
parent
352769161b
commit
21ced135b6
9 changed files with 138 additions and 32 deletions
|
@ -10,3 +10,5 @@ actual val heartIcon
|
|||
@Composable get() = painterResource(R.drawable.ic_favorite_24dp)
|
||||
actual val heartBorderIcon
|
||||
@Composable get() = painterResource(R.drawable.ic_favorite_border_24dp)
|
||||
actual val webIcon
|
||||
@Composable get() = painterResource(R.drawable.ic_web_24dp)
|
||||
|
|
9
common/src/androidMain/res/drawable/ic_web_24dp.xml
Normal file
9
common/src/androidMain/res/drawable/ic_web_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:fillColor="#000000"
|
||||
android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM4,12c0,-0.61 0.08,-1.21 0.21,-1.78L8.99,15v1c0,1.1 0.9,2 2,2v1.93C7.06,19.43 4,16.07 4,12zM17.89,17.4c-0.26,-0.81 -1,-1.4 -1.9,-1.4h-1v-3c0,-0.55 -0.45,-1 -1,-1h-6v-2h2c0.55,0 1,-0.45 1,-1L10.99,7h2c1.1,0 2,-0.9 2,-2v-0.41C17.92,5.77 20,8.65 20,12c0,2.08 -0.81,3.98 -2.11,5.4z" />
|
||||
</vector>
|
Loading…
Add table
Add a link
Reference in a new issue