This repository was archived by the owner on Aug 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ See https://github.com/googlesamples/android-ConstraintLayoutExamples
23
23
* Each example may also contain additional resource links to blog or technical articles
24
24
* Example may have set of sliders/toggle to change metrics dynamically to visualize.
25
25
26
+ See ** [ contribution] ( CONTRIBUTING.md ) ** guideline if you want to add demos or fix something.
26
27
27
28
### ` ConstraintLayout ` features to cover
28
29
- [ ] Relative positioning
@@ -61,7 +62,7 @@ These are the **my** objectives for this demo application.
61
62
Here is a snapshot of current progress _ (This will be updated from time to time)_ .
62
63
63
64
![ 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
+ ![ Show Layout Screen] ( https://user-images.githubusercontent.com/99822/39677193-c55efc3c-5144-11e8-822f-b55664d8e5e2.png ) ![ Complete Demo] ( https://user-images.githubusercontent.com/99822/56074662-80d4b280-5d84 -11e9-83a5-4c6440662359 .png )
65
66
66
67
67
68
### Screencast
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 7
14
- versionName " 1.5 -constraint-layout-demo"
13
+ versionCode 8
14
+ versionName " 1.6 -constraint-layout-demo"
15
15
versionNameSuffix " -${ gitSha()} "
16
16
17
17
buildConfigField " String" , " GIT_SHA" , " \" ${ gitSha()} \" "
You can’t perform that action at this time.
0 commit comments