mirror of
https://github.com/smyalygames/vegan-e-numbers.git
synced 2025-05-18 12:44:12 +02:00
feat(app): improve licenses and about icon
This commit is contained in:
parent
9b2eba3ba2
commit
5a028e3b07
@ -0,0 +1,10 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="960"
|
||||
android:viewportHeight="960"
|
||||
android:tint="?attr/colorControlNormal">
|
||||
<path
|
||||
android:fillColor="#FFFFFF"
|
||||
android:pathData="M475,800Q479,800 483,798Q487,796 489,794L817,466Q829,454 834.5,439Q840,424 840,409Q840,393 834.5,378.5Q829,364 817,353L647,183Q636,171 621.5,165.5Q607,160 591,160Q576,160 561,165.5Q546,171 534,183L523,194L597,269Q612,283 619,301Q626,319 626,339Q626,381 597.5,409.5Q569,438 527,438Q507,438 488.5,431Q470,424 456,410L381,336L206,511Q203,514 201.5,517.5Q200,521 200,525Q200,533 206,539.5Q212,546 220,546Q224,546 228,544Q232,542 234,540L370,404L426,460L291,596Q288,599 286.5,602.5Q285,606 285,610Q285,618 291,624Q297,630 305,630Q309,630 313,628Q317,626 319,624L455,489L511,545L376,681Q373,683 371.5,687Q370,691 370,695Q370,703 376,709Q382,715 390,715Q394,715 397.5,713.5Q401,712 404,709L540,574L596,630L460,766Q457,769 455.5,772.5Q454,776 454,780Q454,788 460.5,794Q467,800 475,800ZM474,880Q437,880 408.5,855.5Q380,831 375,794Q341,789 318,766Q295,743 290,709Q256,704 233.5,680.5Q211,657 206,624Q168,619 144,591Q120,563 120,525Q120,505 127.5,486.5Q135,468 149,454L381,223L512,354Q514,357 518,358.5Q522,360 526,360Q535,360 541,354.5Q547,349 547,340Q547,336 545.5,332Q544,328 541,326L398,183Q387,171 372.5,165.5Q358,160 342,160Q327,160 312,165.5Q297,171 285,183L144,325Q135,334 129,346Q123,358 121,370Q119,382 121,394.5Q123,407 129,418L71,476Q54,453 46,425.5Q38,398 40,370Q42,342 54,315.5Q66,289 87,268L228,127Q252,104 281.5,92Q311,80 342,80Q373,80 402.5,92Q432,104 455,127L466,138L477,127Q501,104 530.5,92Q560,80 591,80Q622,80 651.5,92Q681,104 704,127L873,296Q896,319 908,349Q920,379 920,410Q920,441 908,470.5Q896,500 873,523L545,850Q531,864 512.5,872Q494,880 474,880ZM375,320L375,320L375,320Q375,320 375,320Q375,320 375,320Q375,320 375,320Q375,320 375,320Q375,320 375,320Q375,320 375,320L375,320Q375,320 375,320Q375,320 375,320Q375,320 375,320Q375,320 375,320L375,320Q375,320 375,320Q375,320 375,320Q375,320 375,320Q375,320 375,320Z"/>
|
||||
</vector>
|
@ -90,11 +90,12 @@ private fun OptionsMenu(expanded: MutableState<Boolean>) {
|
||||
text = { Text("About") },
|
||||
onClick = { /* TODO open about screen */ },
|
||||
leadingIcon = { Icon(imageVector = Icons.Outlined.Place, contentDescription = "Information about the application") }
|
||||
leadingIcon = { Icon(imageVector = Icons.Outlined.Info, contentDescription = "Information about the application") }
|
||||
)
|
||||
DropdownMenuItem(
|
||||
text = { Text("Licenses") },
|
||||
onClick = { navigator.push(Licenses) },
|
||||
leadingIcon = { Icon(imageVector = Icons.Outlined.Info, contentDescription = "Information about Licenses") }
|
||||
leadingIcon = { Icon(painter = painterResource(Res.drawable.handshake_24px), contentDescription = "Information about Licenses") }
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user