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
2323* Each example may also contain additional resource links to blog or technical articles
2424* Example may have set of sliders/toggle to change metrics dynamically to visualize.
2525
26+ See ** [ contribution] ( CONTRIBUTING.md ) ** guideline if you want to add demos or fix something.
2627
2728### ` ConstraintLayout ` features to cover
2829- [ ] Relative positioning
@@ -61,7 +62,7 @@ These are the **my** objectives for this demo application.
6162Here is a snapshot of current progress _ (This will be updated from time to time)_ .
6263
6364![ 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 )
6566
6667
6768### Screencast
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
1010 applicationId " com.hossainkhan.android.constraintlayout"
1111 minSdkVersion rootProject. ext. androidMinSdkVersion
1212 targetSdkVersion rootProject. ext. androidTargetSdkVersion
13- versionCode 7
14- versionName " 1.5 -constraint-layout-demo"
13+ versionCode 8
14+ versionName " 1.6 -constraint-layout-demo"
1515 versionNameSuffix " -${ gitSha()} "
1616
1717 buildConfigField " String" , " GIT_SHA" , " \" ${ gitSha()} \" "
You can’t perform that action at this time.
0 commit comments