Skip to content

Commit

Permalink
Prepare for release 2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vchernyshov committed Jan 10, 2019
1 parent a3e1a7d commit 66c5fac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions app/src/main/res/layout/item_example_3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
android:layout_marginTop="8dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
app:layout_constraintTop_toTopOf="parent"
android:layout_marginLeft="16dp" />

<TextView
android:id="@+id/textView"
Expand All @@ -35,6 +36,7 @@
android:layout_marginTop="8dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintTop_toTopOf="parent" />
app:layout_constraintTop_toTopOf="parent"
android:layout_marginRight="16dp" />

</android.support.constraint.ConstraintLayout>
6 changes: 4 additions & 2 deletions app/src/main/res/layout/item_example_with_payloads.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
app:layout_constraintEnd_toStartOf="@+id/colorView"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:text="Title" />
tools:text="Title"
android:layout_marginRight="16dp" />

<TextView
android:id="@+id/subTitleView"
Expand All @@ -29,7 +30,8 @@
app:layout_constraintEnd_toStartOf="@+id/colorView"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/titleView"
tools:text="Subtitle" />
tools:text="Subtitle"
android:layout_marginRight="16dp" />

<View
android:id="@+id/colorView"
Expand Down

0 comments on commit 66c5fac

Please sign in to comment.