Guest User

Untitled

a guest
Oct 7th, 2017
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. <Button
  2. android:layout_width="match_parent"
  3. android:layout_height="wrap_content"
  4. android:layout_marginEnd="@dimen/default_view_margin_right_8dp"
  5. android:layout_marginStart="@dimen/default_view_margin_left_8dp"
  6. android:layout_marginTop="16dp"
  7. android:text="@string/registration_sign_up"
  8. android:textColor="@android:color/white"
  9. app:layout_constraintTop_toBottomOf="@id/til_registration_business_state" />
  10.  
  11. <style name="AppTheme.Button" parent="Widget.AppCompat.Button.Colored">
  12. <item name="android:fontFamily">@font/lato_regular</item>
  13. </style>
  14.  
  15. <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
  16. <!-- Customize your theme here. -->
  17. <item name="colorPrimary">@color/colorPrimary</item>
  18. <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
  19. <item name="colorAccent">@color/colorAccent</item>
  20. <item name="drawerArrowStyle">@style/DrawerArrowStyle</item>
  21. <item name="android:textViewStyle">@style/AppTheme.TextView</item>
  22. <item name="buttonStyle">@style/AppTheme.Button</item>
  23. </style>
Add Comment
Please, Sign In to add comment