Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


# ConstraintLayout Demo
> NOTE: This is currently not in active development. See [official demo](#bookmark-official-demo) for complete set of examples.
> NOTE: See [official demo](#bookmark-official-demo) project by Google for complete set of examples.

A demo application for Android `ConstraintLayout` with various usage with sample code.

Expand Down Expand Up @@ -60,9 +60,9 @@ These are the **my** objectives for this demo application.
## Preview
Here is a snapshot of current progress _(This will be updated from time to time)_.

![Browse Layout Variances](https://user-images.githubusercontent.com/99822/39677194-c57a1ef4-5144-11e8-86ad-ab16850b5e95.png) ![Show Layout Screen](https://user-images.githubusercontent.com/99822/39677193-c55efc3c-5144-11e8-822f-b55664d8e5e2.png)
![Browse Layout Variances - Landscape Mode](https://user-images.githubusercontent.com/99822/39678468-6de62ce8-515b-11e8-9516-5203bef17d8a.png)
![Browse Layout Variances - Landscape Mode](https://user-images.githubusercontent.com/99822/39678468-6de62ce8-515b-11e8-9516-5203bef17d8a.png)
![Show Layout Screen](https://user-images.githubusercontent.com/99822/39677193-c55efc3c-5144-11e8-822f-b55664d8e5e2.png) ![Complete Demo](https://user-images.githubusercontent.com/99822/56073672-f84f1580-5d75-11e9-960e-46640546155e.png)


### Screencast
![screencast](https://user-images.githubusercontent.com/99822/55640296-50e04a80-5799-11e9-9209-01b99e7ddd52.gif)

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.hossainkhan.android.constraintlayout"
minSdkVersion rootProject.ext.androidMinSdkVersion
targetSdkVersion rootProject.ext.androidTargetSdkVersion
versionCode 6
versionName "1.4-constraint-layout-demo"
versionCode 7
versionName "1.5-constraint-layout-demo"
versionNameSuffix "-${gitSha()}"

buildConfigField "String", "GIT_SHA", "\"${gitSha()}\""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class LayoutDataStore @Inject constructor(
layoutResourceId = R.layout.demo_movie_details,
thumbnailResourceId = R.drawable.spider_verse_poster,
title = "Demo: Movie Details",
description = "A demo screen containing movie details.")
description = "A demo screen containing movie details. Rotate device to see constraints in action.")


/*
Expand Down