Skip to content

Commit

Permalink
Merge pull request #1018 from kul3r4/main
Browse files Browse the repository at this point in the history
Updates screenshot and description to include list
  • Loading branch information
kul3r4 authored Mar 5, 2024
2 parents 128ffdc + 067a150 commit 2389ada
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions ComposeStarter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ 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 a centered [Text] composable and a list built with [Horologist]
(https://github.com/google/horologist).

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 +19,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 @@ -59,8 +59,8 @@ 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 built with [Horologist]
* (https://github.com/google/horologist).
*
* 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 Expand Up @@ -131,7 +131,7 @@ fun ListScreen() {

ScreenScaffold(scrollState = columnState) {
/*
* Using the Horologist [ScalingLazyColumn] here takes care of the horizontal and vertical
* The Horologist [ScalingLazyColumn] takes care of the horizontal and vertical
* padding for the list, so there is no need to specify it, as in the [GreetingScreen]
* composable.
*/
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 2389ada

Please sign in to comment.