Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <Button
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginEnd="@dimen/default_view_margin_right_8dp"
- android:layout_marginStart="@dimen/default_view_margin_left_8dp"
- android:layout_marginTop="16dp"
- android:text="@string/registration_sign_up"
- android:textColor="@android:color/white"
- app:layout_constraintTop_toBottomOf="@id/til_registration_business_state" />
- <style name="AppTheme.Button" parent="Widget.AppCompat.Button.Colored">
- <item name="android:fontFamily">@font/lato_regular</item>
- </style>
- <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
- <!-- Customize your theme here. -->
- <item name="colorPrimary">@color/colorPrimary</item>
- <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
- <item name="colorAccent">@color/colorAccent</item>
- <item name="drawerArrowStyle">@style/DrawerArrowStyle</item>
- <item name="android:textViewStyle">@style/AppTheme.TextView</item>
- <item name="buttonStyle">@style/AppTheme.Button</item>
- </style>
Add Comment
Please, Sign In to add comment