|
|
@@ -9,8 +9,11 @@
|
|
|
android:id="@+id/sign_up_text_view"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:maxWidth="200dp"
|
|
|
+ android:layout_marginRight="20dp"
|
|
|
android:layout_marginLeft="20dp"
|
|
|
android:layout_marginTop="20dp"
|
|
|
+ android:layout_marginBottom="20dp"
|
|
|
android:background="@color/colorPrimary"
|
|
|
tools:text="text"/>
|
|
|
|