Guest User

Untitled

a guest
Jan 18th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <resources>
  2. <dimen name="add_button_width">160dp</dimen>
  3. <dimen name="add_button_height">40dp</dimen>
  4. </resources>
  5.  
  6. <Button
  7. android:id="@+id/btnAdd"
  8. android:layout_width="@dimen/add_button_width"
  9. android:layout_height="@dimen/add_button_height"
  10. android:text="Add"
  11. />
Add Comment
Please, Sign In to add comment