This repository was archived by the owner on Aug 22, 2024. It is now read-only.
File tree 3 files changed +7
-7
lines changed
src/main/java/com/hossainkhan/android/demo/data
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
4
4
# ConstraintLayout Demo
5
- > NOTE: This is currently not in active development. See [ official demo] ( #bookmark-official-demo ) for complete set of examples.
5
+ > NOTE: See [ official demo] ( #bookmark-official-demo ) project by Google for complete set of examples.
6
6
7
7
A demo application for Android ` ConstraintLayout ` with various usage with sample code.
8
8
@@ -60,9 +60,9 @@ These are the **my** objectives for this demo application.
60
60
## Preview
61
61
Here is a snapshot of current progress _ (This will be updated from time to time)_ .
62
62
63
- ![ 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 )
64
- ![ Browse Layout Variances - Landscape Mode] ( https://user-images.githubusercontent.com/99822/39678468-6de62ce8-515b-11e8-9516-5203bef17d8a.png )
63
+ ![ Browse Layout Variances - Landscape Mode] ( https://user-images.githubusercontent.com/99822/39678468-6de62ce8-515b-11e8-9516-5203bef17d8a.png )
64
+ ![ 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 )
65
+
65
66
66
67
### Screencast
67
68
![ screencast] ( https://user-images.githubusercontent.com/99822/55640296-50e04a80-5799-11e9-9209-01b99e7ddd52.gif )
68
-
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
10
10
applicationId " com.hossainkhan.android.constraintlayout"
11
11
minSdkVersion rootProject. ext. androidMinSdkVersion
12
12
targetSdkVersion rootProject. ext. androidTargetSdkVersion
13
- versionCode 6
14
- versionName " 1.4 -constraint-layout-demo"
13
+ versionCode 7
14
+ versionName " 1.5 -constraint-layout-demo"
15
15
versionNameSuffix " -${ gitSha()} "
16
16
17
17
buildConfigField " String" , " GIT_SHA" , " \" ${ gitSha()} \" "
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ class LayoutDataStore @Inject constructor(
176
176
layoutResourceId = R .layout.demo_movie_details,
177
177
thumbnailResourceId = R .drawable.spider_verse_poster,
178
178
title = " Demo: Movie Details" ,
179
- description = " A demo screen containing movie details." )
179
+ description = " A demo screen containing movie details. Rotate device to see constraints in action. " )
180
180
181
181
182
182
/*
You can’t perform that action at this time.
0 commit comments