Skip to content

Commit

Permalink
Updated screenshot placement in README
Browse files Browse the repository at this point in the history
  • Loading branch information
JamalMulla committed Jan 4, 2022
1 parent 566e363 commit 2bb475e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@ composable is demonstrated. The main settings screen can be
found [here](https://github.com/JamalMulla/ComposePrefs/blob/master/app/src/main/java/com/jamal/composeprefssample/SettingsScreen.kt)
.

## Screenshots of this sample app

<p float="left">
<img src="/img/1.jpg?raw=true" width="150"/>
<img src="/img/2.jpg?raw=true" width="150"/>
<img src="/img/3.jpg?raw=true" width="150"/>
</p>
<p float="left">
<img src="/img/4.jpg?raw=true" width="150"/>
<img src="/img/5.jpg?raw=true" width="150"/>
<img src="/img/6.jpg?raw=true" width="150"/>
</p>

## Currently supported preference composables

- TextPref: Basic preference which only displays text and can be clicked on.
Expand Down Expand Up @@ -194,19 +207,6 @@ individual parameters of each preference composable to achieve the functionality
something is missing, please create an Issue so we can discuss possible solutions. After all, this
is still version 1.0.0 and there are bound to be bugs and missing features.

## Screenshots of this sample app

<p float="left">
<img src="/img/1.jpg?raw=true" width="150"/>
<img src="/img/2.jpg?raw=true" width="150"/>
<img src="/img/3.jpg?raw=true" width="150"/>
</p>
<p float="left">
<img src="/img/4.jpg?raw=true" width="150"/>
<img src="/img/5.jpg?raw=true" width="150"/>
<img src="/img/6.jpg?raw=true" width="150"/>
</p>

# Download

In your `settings.gradle` file add the following
Expand Down

0 comments on commit 2bb475e

Please sign in to comment.