Skip to content

Commit

Permalink
Added README.MD 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
riggaroo committed Aug 11, 2017
1 parent 1035499 commit e2d271f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 121 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@
/build
/captures
.externalNativeBuild

.idea/misc.xml
120 changes: 0 additions & 120 deletions .idea/misc.xml

This file was deleted.

12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Mastering Constraint Layout

This is a demo application that is used in conjunction with my "Mastering Android Layouts" workshop.

The purpose of this layout is to showcase how to use ConstraintLayout to solve a complex layout.

The app has no functionality but to display a layout.

![Constraint Layout](art/ConstraintLayoutDemo.jpg "Constraint Layout Demo")


This was presented with these slides https://speakerdeck.com/riggaroo/mastering-android-layouts-workshop-slides
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class RatingView extends FrameLayout {

public RatingView(@NonNull Context context) {
super(context);
//init();
init(null);
}

public RatingView(@NonNull Context context, @Nullable AttributeSet attrs) {
Expand Down
Binary file added art/ConstraintLayoutDemo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e2d271f

Please sign in to comment.