Guest User

Untitled

a guest
May 24th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. <svg width="104px" height="36px" viewBox="0 0 104 36" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  2. <!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
  3. <desc>Created with Sketch.</desc>
  4. <defs>
  5. <path d="M18,0 L86,0 C95.9411255,-1.82615513e-15 104,8.0588745 104,18 L104,18 C104,27.9411255 95.9411255,36 86,36 L18,36 C8.0588745,36 1.21743675e-15,27.9411255 0,18 L0,18 C-1.21743675e-15,8.0588745 8.0588745,1.82615513e-15 18,0 Z" id="path-1"></path>
  6. </defs>
  7. <g id="Material-Components" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
  8. <g id="Buttons" transform="translate(-488.000000, -746.000000)">
  9. <g id="Buttons-/-Outlined-/-Focused" transform="translate(488.000000, 746.000000)">
  10. <mask id="mask-2" fill="white">
  11. <use xlink:href="#path-1"></use>
  12. </mask>
  13. <path stroke-opacity="0.12" stroke="#000000" stroke-width="1" d="M18,0.5 C8.33501688,0.5 0.5,8.33501688 0.5,18 C0.5,27.6649831 8.33501688,35.5 18,35.5 L86,35.5 C95.6649831,35.5 103.5,27.6649831 103.5,18 C103.5,8.33501688 95.6649831,0.5 86,0.5 L18,0.5 Z"></path>
  14. <g id="✱-/-Text-/-Button-/-Primary-/-On-Surface-/-Center" mask="url(#mask-2)" font-family="Rubik-Medium, Rubik" font-size="14.2240084" font-weight="400" letter-spacing="1.25" line-spacing="16">
  15. <g transform="translate(16.000000, 10.000000)" id="Button">
  16. <text>
  17. <tspan x="0" y="13" fill="#000000">BUTTON</tspan>
  18. </text>
  19. </g>
  20. </g>
  21. <g id="✱-/-STATE-OVERLAY-/-Primary-/-Focused" mask="url(#mask-2)" fill="#FFA000" fill-rule="evenodd" opacity="0.12">
  22. <g id="✱-/-Color-/-Primary-/-700">
  23. <rect id="Rectangle-13" x="0" y="0" width="113" height="36"></rect>
  24. </g>
  25. </g>
  26. </g>
  27. </g>
  28. </g>
  29. </svg>
  30.  
  31. <?xml version="1.0" encoding="utf-8"?>
  32. <vector xmlns:android="http://schemas.android.com/apk/res/android"
  33. android:width="104dp"
  34. android:height="36dp"
  35. android:viewportWidth="104"
  36. android:viewportHeight="36">
  37.  
  38. <group
  39. android:translateX="-488.000000"
  40. android:translateY="-746.000000">
  41. <group
  42. android:translateX="488.000000"
  43. android:translateY="746.000000">
  44. <path
  45. android:fillType="evenOdd"
  46. android:strokeColor="#000000"
  47. android:strokeAlpha="0.12"
  48. android:strokeWidth="1"
  49. android:pathData="M18,0.5 C8.33501688,0.5 0.5,8.33501688 0.5,18 C0.5,27.6649831 8.33501688,35.5 18,35.5 L86,35.5 C95.6649831,35.5 103.5,27.6649831 103.5,18 C103.5,8.33501688 95.6649831,0.5 86,0.5 L18,0.5 Z" />
  50. <group
  51. android:translateX="16.000000"
  52. android:translateY="10.000000">
  53. </group>
  54. <path
  55. android:fillColor="#FFA000"
  56. android:fillAlpha="0.12"
  57. android:fillType="evenOdd"
  58. android:strokeAlpha="0.12"
  59. android:strokeWidth="1"
  60. android:pathData="M 0 0 H 113 V 36 H 0 V 0 Z" />
  61. </group>
  62. </group>
  63. </vector>
  64.  
  65. <Button
  66. android:layout_width="wrap_content"
  67. android:layout_height="match_parent"
  68. android:id="@+id/use"
  69. android:background="@drawable/buttonshape"
  70. android:text="@string/use"
  71. android:layout_alignParentRight="true"
  72. android:layout_alignParentEnd="true"
  73. android:layout_centerVertical="true"
  74. android:padding="8dp"/>
Add Comment
Please, Sign In to add comment