Skip to content

Commit

Permalink
Updates screenshot and description to include list
Browse files Browse the repository at this point in the history
  • Loading branch information
kul3r4 committed Mar 4, 2024
1 parent 128ffdc commit 07d73d0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions ComposeStarter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ Introduction
Simple "Hello, World" app meant as a starting point for a new project using
Compose for Wear OS.

Displays only a centered [Text] composable, and the actual text varies based on the shape of the
device (round vs. square/rectangular).
Displays centered [Text] composable and a list.

For more information on composable options in Compose for Wear OS, check out our
[documentation](https://developer.android.com/reference/kotlin/androidx/wear/compose/material/package-summary.html).
Expand All @@ -19,8 +18,6 @@ Screenshots

<img src="screenshots/round_hello.png" height="372" alt="Round Screenshot"/>

<img src="screenshots/square_hello.png" height="349" alt="Square Screenshot"/>


Getting Started
---------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import androidx.activity.compose.setContent
import androidx.compose.foundation.ScrollState
import androidx.compose.foundation.layout.Arrangement
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.PaddingValues
import androidx.compose.foundation.layout.fillMaxSize
import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.padding
Expand Down Expand Up @@ -59,8 +60,7 @@ import com.google.android.horologist.compose.rotaryinput.rotaryWithScroll
/**
* Simple "Hello, World" app meant as a starting point for a new project using Compose for Wear OS.
*
* Displays only a centered [Text] composable, and the actual text varies based on the shape of the
* device (round vs. square/rectangular).
* Displays a centered [Text] composable and a list.
*
* Use the Wear version of Compose Navigation. You can carry
* over your knowledge from mobile and it supports the swipe-to-dismiss gesture (Wear OS's
Expand Down
Binary file modified ComposeStarter/screenshots/round_hello.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed ComposeStarter/screenshots/square_hello.png
Binary file not shown.

0 comments on commit 07d73d0

Please sign in to comment.