Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed user_type layout
  • Loading branch information
darver committed Jun 27, 2017
1 parent cf20eb8 commit 14ca2a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_user_type.xml
Expand Up @@ -18,9 +18,9 @@
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
tools:text="@string/user_type"
app:layout_constraintHorizontal_bias="0.495"
app:layout_constraintHorizontal_bias="0.0"
app:layout_constraintTop_toTopOf="parent"
android:layout_marginTop="234dp" />
android:layout_marginTop="-123dp" />

<Button
android:id="@+id/select_type_coordinator_button"
Expand Down

0 comments on commit 14ca2a0

Please sign in to comment.