Skip to content
This repository was archived by the owner on Nov 21, 2019. It is now read-only.

Commit fef8eef

Browse files
author
Nagesh Susarla
committed
Update readme + CL version
Upgrade to 1.0.1 update screenshots Change-Id: I0397179668e50429f155dc06dfdca65edf085771
1 parent 00930cb commit fef8eef

File tree

6 files changed

+11
-4
lines changed

6 files changed

+11
-4
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ This repository contains a list of layouts that showcases the various features a
55

66
Pre-requisites
77
--------------
8-
- Android Studio 2.3 Beta 4
9-
- Constaint Layout library 1.0.0-beta5
8+
- Android Studio 2.3 RC 1
9+
- Constaint Layout library 1.0.1
1010

1111
Getting Started
1212
---------------
@@ -20,11 +20,18 @@ Screenshots
2020
![Constraint Set Example](screenshots/constraint_set_example.png "Constraint Set Example")
2121
![Advanced Chains Example](screenshots/advanced_chains.png "Advanced usage of Chains")
2222

23+
Example showing the use of ConstraintSet
24+
25+
![Constraint Set Example](screenshot/constraint_set.gif "Constraint Set on Phone")
26+
2327
Support
2428
-------
25-
If you've found an error in this sample, please file an issue.
29+
If you've found an error in this sample, please file an issue:
30+
https://github.com/googlesamples/android-ConstraintLayoutExamples/issues
31+
2632
To learn more about ConstraintLayout checkout the
2733
[Constraint Layout Training Guide](https://developer.android.com/training/constraint-layout/index.html)
34+
2835
Patches are encouraged, and may be submitted by forking this project and
2936
submitting a pull request through GitHub. Please see CONTRIBUTING.md for more details.
3037

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ dependencies {
3737
})
3838
compile 'com.android.support:appcompat-v7:25.1.1'
3939
testCompile 'junit:junit:4.12'
40-
compile 'com.android.support.constraint:constraint-layout:1.0.0'
40+
compile 'com.android.support.constraint:constraint-layout:1.0.1'
4141
}

screenshots/advanced_chains.png

-71.8 KB
Loading

screenshots/constraint-set.gif

2.18 MB
Loading

screenshots/constraint_set.png

-1000 KB
Binary file not shown.
15.8 KB
Loading

0 commit comments

Comments
 (0)