[ADDED] TRMNL white device converted SVG for fun

This commit is contained in:
Hossain Khan
2025-06-16 20:32:17 -04:00
parent 4fe4adb6d1
commit 9c41786362
5 changed files with 2609 additions and 1 deletions
@@ -1,5 +1,6 @@
package ink.trmnl.android.ui.aboutapp
import androidx.compose.foundation.Image
import androidx.compose.foundation.layout.Arrangement
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.Spacer
@@ -167,7 +168,13 @@ fun AppInfoContent(
style = MaterialTheme.typography.bodyMedium,
)
Spacer(modifier = Modifier.height(32.dp))
Image(
painter = painterResource(R.drawable.trmnl_device_white_transparent),
contentDescription = "TRMNL Device",
modifier = Modifier.padding(vertical = 16.dp),
)
Spacer(modifier = Modifier.height(8.dp))
Button(
onClick = { state.eventSink(Event.OpenGithub) },
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 137 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 214 KiB