@stripe/stripe-react-native 0.21.0 → 0.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (359) hide show
  1. package/CHANGELOG.md +18 -1
  2. package/android/build.gradle +1 -0
  3. package/android/proguard-rules.txt +7 -0
  4. package/android/src/main/java/com/reactnativestripesdk/CardFieldView.kt +4 -0
  5. package/android/src/main/java/com/reactnativestripesdk/GooglePayButtonManager.kt +5 -0
  6. package/android/src/main/java/com/reactnativestripesdk/GooglePayButtonView.kt +46 -8
  7. package/android/src/main/java/com/reactnativestripesdk/GooglePayLauncherFragment.kt +132 -0
  8. package/android/src/main/java/com/reactnativestripesdk/GooglePayRequestHelper.kt +144 -0
  9. package/android/src/main/java/com/reactnativestripesdk/StripeSdkModule.kt +123 -8
  10. package/android/src/main/java/com/reactnativestripesdk/utils/Extensions.kt +5 -0
  11. package/android/src/main/res/drawable/book_with_googlepay_button_content.xml +14 -0
  12. package/android/src/main/res/drawable/buy_with_googlepay_button_content.xml +14 -0
  13. package/android/src/main/res/drawable/checkout_with_googlepay_button_content.xml +14 -0
  14. package/android/src/main/res/drawable/donate_with_googlepay_button_content.xml +14 -0
  15. package/android/src/main/res/drawable/googlepay_button_background_shape.xml +11 -0
  16. package/android/src/main/res/drawable/googlepay_mark_background.xml +12 -0
  17. package/android/src/main/res/drawable/googlepay_mark_content.xml +27 -0
  18. package/android/src/main/res/drawable/order_with_googlepay_button_content.xml +14 -0
  19. package/android/src/main/res/drawable/pay_with_googlepay_button_content.xml +6 -6
  20. package/android/src/main/res/drawable/subscribe_with_googlepay_button_content.xml +14 -0
  21. package/android/src/main/res/drawable-ar/book_with_googlepay_button_content.xml +14 -0
  22. package/android/src/main/res/drawable-ar/buy_with_googlepay_button_content.xml +14 -0
  23. package/android/src/main/res/drawable-ar/checkout_with_googlepay_button_content.xml +14 -0
  24. package/android/src/main/res/drawable-ar/donate_with_googlepay_button_content.xml +14 -0
  25. package/android/src/main/res/drawable-ar/order_with_googlepay_button_content.xml +14 -0
  26. package/android/src/main/res/drawable-ar/pay_with_googlepay_button_content.xml +6 -6
  27. package/android/src/main/res/drawable-ar/subscribe_with_googlepay_button_content.xml +14 -0
  28. package/android/src/main/res/drawable-bg/book_with_googlepay_button_content.xml +14 -0
  29. package/android/src/main/res/drawable-bg/buy_with_googlepay_button_content.xml +14 -0
  30. package/android/src/main/res/drawable-bg/checkout_with_googlepay_button_content.xml +14 -0
  31. package/android/src/main/res/drawable-bg/donate_with_googlepay_button_content.xml +14 -0
  32. package/android/src/main/res/drawable-bg/order_with_googlepay_button_content.xml +14 -0
  33. package/android/src/main/res/drawable-bg/pay_with_googlepay_button_content.xml +4 -4
  34. package/android/src/main/res/drawable-bg/subscribe_with_googlepay_button_content.xml +14 -0
  35. package/android/src/main/res/drawable-ca/book_with_googlepay_button_content.xml +14 -0
  36. package/android/src/main/res/drawable-ca/buy_with_googlepay_button_content.xml +14 -0
  37. package/android/src/main/res/drawable-ca/checkout_with_googlepay_button_content.xml +14 -0
  38. package/android/src/main/res/drawable-ca/donate_with_googlepay_button_content.xml +14 -0
  39. package/android/src/main/res/drawable-ca/order_with_googlepay_button_content.xml +14 -0
  40. package/android/src/main/res/drawable-ca/pay_with_googlepay_button_content.xml +6 -6
  41. package/android/src/main/res/drawable-ca/subscribe_with_googlepay_button_content.xml +14 -0
  42. package/android/src/main/res/drawable-cs/book_with_googlepay_button_content.xml +14 -0
  43. package/android/src/main/res/drawable-cs/buy_with_googlepay_button_content.xml +14 -0
  44. package/android/src/main/res/drawable-cs/checkout_with_googlepay_button_content.xml +14 -0
  45. package/android/src/main/res/drawable-cs/donate_with_googlepay_button_content.xml +14 -0
  46. package/android/src/main/res/drawable-cs/order_with_googlepay_button_content.xml +14 -0
  47. package/android/src/main/res/drawable-cs/pay_with_googlepay_button_content.xml +6 -6
  48. package/android/src/main/res/drawable-cs/subscribe_with_googlepay_button_content.xml +14 -0
  49. package/android/src/main/res/drawable-da/book_with_googlepay_button_content.xml +14 -0
  50. package/android/src/main/res/drawable-da/buy_with_googlepay_button_content.xml +14 -0
  51. package/android/src/main/res/drawable-da/checkout_with_googlepay_button_content.xml +14 -0
  52. package/android/src/main/res/drawable-da/donate_with_googlepay_button_content.xml +14 -0
  53. package/android/src/main/res/drawable-da/order_with_googlepay_button_content.xml +14 -0
  54. package/android/src/main/res/drawable-da/pay_with_googlepay_button_content.xml +6 -6
  55. package/android/src/main/res/drawable-da/subscribe_with_googlepay_button_content.xml +14 -0
  56. package/android/src/main/res/drawable-de/book_with_googlepay_button_content.xml +15 -0
  57. package/android/src/main/res/drawable-de/buy_with_googlepay_button_content.xml +15 -0
  58. package/android/src/main/res/drawable-de/checkout_with_googlepay_button_content.xml +15 -0
  59. package/android/src/main/res/drawable-de/donate_with_googlepay_button_content.xml +15 -0
  60. package/android/src/main/res/drawable-de/order_with_googlepay_button_content.xml +15 -0
  61. package/android/src/main/res/drawable-de/pay_with_googlepay_button_content.xml +7 -7
  62. package/android/src/main/res/drawable-de/subscribe_with_googlepay_button_content.xml +15 -0
  63. package/android/src/main/res/drawable-el/book_with_googlepay_button_content.xml +14 -0
  64. package/android/src/main/res/drawable-el/buy_with_googlepay_button_content.xml +14 -0
  65. package/android/src/main/res/drawable-el/checkout_with_googlepay_button_content.xml +14 -0
  66. package/android/src/main/res/drawable-el/donate_with_googlepay_button_content.xml +14 -0
  67. package/android/src/main/res/drawable-el/order_with_googlepay_button_content.xml +14 -0
  68. package/android/src/main/res/drawable-el/pay_with_googlepay_button_content.xml +4 -4
  69. package/android/src/main/res/drawable-el/subscribe_with_googlepay_button_content.xml +14 -0
  70. package/android/src/main/res/drawable-et/book_with_googlepay_button_content.xml +15 -0
  71. package/android/src/main/res/drawable-et/buy_with_googlepay_button_content.xml +15 -0
  72. package/android/src/main/res/drawable-et/checkout_with_googlepay_button_content.xml +15 -0
  73. package/android/src/main/res/drawable-et/donate_with_googlepay_button_content.xml +15 -0
  74. package/android/src/main/res/drawable-et/order_with_googlepay_button_content.xml +15 -0
  75. package/android/src/main/res/drawable-et/pay_with_googlepay_button_content.xml +8 -8
  76. package/android/src/main/res/drawable-et/subscribe_with_googlepay_button_content.xml +15 -0
  77. package/android/src/main/res/drawable-fi/book_with_googlepay_button_content.xml +15 -0
  78. package/android/src/main/res/drawable-fi/buy_with_googlepay_button_content.xml +15 -0
  79. package/android/src/main/res/drawable-fi/checkout_with_googlepay_button_content.xml +15 -0
  80. package/android/src/main/res/drawable-fi/donate_with_googlepay_button_content.xml +15 -0
  81. package/android/src/main/res/drawable-fi/order_with_googlepay_button_content.xml +15 -0
  82. package/android/src/main/res/drawable-fi/pay_with_googlepay_button_content.xml +8 -8
  83. package/android/src/main/res/drawable-fi/subscribe_with_googlepay_button_content.xml +15 -0
  84. package/android/src/main/res/drawable-fr/book_with_googlepay_button_content.xml +14 -0
  85. package/android/src/main/res/drawable-fr/buy_with_googlepay_button_content.xml +14 -0
  86. package/android/src/main/res/drawable-fr/checkout_with_googlepay_button_content.xml +14 -0
  87. package/android/src/main/res/drawable-fr/donate_with_googlepay_button_content.xml +14 -0
  88. package/android/src/main/res/drawable-fr/order_with_googlepay_button_content.xml +14 -0
  89. package/android/src/main/res/drawable-fr/pay_with_googlepay_button_content.xml +5 -5
  90. package/android/src/main/res/drawable-fr/subscribe_with_googlepay_button_content.xml +14 -0
  91. package/android/src/main/res/drawable-hr/book_with_googlepay_button_content.xml +14 -0
  92. package/android/src/main/res/drawable-hr/buy_with_googlepay_button_content.xml +14 -0
  93. package/android/src/main/res/drawable-hr/checkout_with_googlepay_button_content.xml +14 -0
  94. package/android/src/main/res/drawable-hr/donate_with_googlepay_button_content.xml +14 -0
  95. package/android/src/main/res/drawable-hr/order_with_googlepay_button_content.xml +14 -0
  96. package/android/src/main/res/drawable-hr/pay_with_googlepay_button_content.xml +4 -4
  97. package/android/src/main/res/drawable-hr/subscribe_with_googlepay_button_content.xml +14 -0
  98. package/android/src/main/res/drawable-id/book_with_googlepay_button_content.xml +14 -0
  99. package/android/src/main/res/drawable-id/buy_with_googlepay_button_content.xml +14 -0
  100. package/android/src/main/res/drawable-id/checkout_with_googlepay_button_content.xml +14 -0
  101. package/android/src/main/res/drawable-id/donate_with_googlepay_button_content.xml +14 -0
  102. package/android/src/main/res/drawable-id/order_with_googlepay_button_content.xml +14 -0
  103. package/android/src/main/res/drawable-id/pay_with_googlepay_button_content.xml +4 -4
  104. package/android/src/main/res/drawable-id/subscribe_with_googlepay_button_content.xml +14 -0
  105. package/android/src/main/res/drawable-it/book_with_googlepay_button_content.xml +14 -0
  106. package/android/src/main/res/drawable-it/buy_with_googlepay_button_content.xml +14 -0
  107. package/android/src/main/res/drawable-it/checkout_with_googlepay_button_content.xml +14 -0
  108. package/android/src/main/res/drawable-it/donate_with_googlepay_button_content.xml +14 -0
  109. package/android/src/main/res/drawable-it/order_with_googlepay_button_content.xml +14 -0
  110. package/android/src/main/res/drawable-it/pay_with_googlepay_button_content.xml +6 -6
  111. package/android/src/main/res/drawable-it/subscribe_with_googlepay_button_content.xml +14 -0
  112. package/android/src/main/res/drawable-ja/book_with_googlepay_button_content.xml +14 -0
  113. package/android/src/main/res/drawable-ja/buy_with_googlepay_button_content.xml +14 -0
  114. package/android/src/main/res/drawable-ja/checkout_with_googlepay_button_content.xml +14 -0
  115. package/android/src/main/res/drawable-ja/donate_with_googlepay_button_content.xml +14 -0
  116. package/android/src/main/res/drawable-ja/order_with_googlepay_button_content.xml +14 -0
  117. package/android/src/main/res/drawable-ja/pay_with_googlepay_button_content.xml +5 -5
  118. package/android/src/main/res/drawable-ja/subscribe_with_googlepay_button_content.xml +14 -0
  119. package/android/src/main/res/drawable-ko/book_with_googlepay_button_content.xml +14 -0
  120. package/android/src/main/res/drawable-ko/buy_with_googlepay_button_content.xml +14 -0
  121. package/android/src/main/res/drawable-ko/checkout_with_googlepay_button_content.xml +14 -0
  122. package/android/src/main/res/drawable-ko/donate_with_googlepay_button_content.xml +14 -0
  123. package/android/src/main/res/drawable-ko/order_with_googlepay_button_content.xml +14 -0
  124. package/android/src/main/res/drawable-ko/pay_with_googlepay_button_content.xml +7 -7
  125. package/android/src/main/res/drawable-ko/subscribe_with_googlepay_button_content.xml +14 -0
  126. package/android/src/main/res/drawable-ms/book_with_googlepay_button_content.xml +14 -0
  127. package/android/src/main/res/drawable-ms/buy_with_googlepay_button_content.xml +14 -0
  128. package/android/src/main/res/drawable-ms/checkout_with_googlepay_button_content.xml +14 -0
  129. package/android/src/main/res/drawable-ms/donate_with_googlepay_button_content.xml +14 -0
  130. package/android/src/main/res/drawable-ms/order_with_googlepay_button_content.xml +14 -0
  131. package/android/src/main/res/drawable-ms/pay_with_googlepay_button_content.xml +4 -4
  132. package/android/src/main/res/drawable-ms/subscribe_with_googlepay_button_content.xml +14 -0
  133. package/android/src/main/res/drawable-nl/book_with_googlepay_button_content.xml +14 -0
  134. package/android/src/main/res/drawable-nl/buy_with_googlepay_button_content.xml +14 -0
  135. package/android/src/main/res/drawable-nl/checkout_with_googlepay_button_content.xml +14 -0
  136. package/android/src/main/res/drawable-nl/donate_with_googlepay_button_content.xml +14 -0
  137. package/android/src/main/res/drawable-nl/order_with_googlepay_button_content.xml +14 -0
  138. package/android/src/main/res/drawable-nl/pay_with_googlepay_button_content.xml +4 -4
  139. package/android/src/main/res/drawable-nl/subscribe_with_googlepay_button_content.xml +14 -0
  140. package/android/src/main/res/drawable-no/book_with_googlepay_button_content.xml +14 -0
  141. package/android/src/main/res/drawable-no/buy_with_googlepay_button_content.xml +14 -0
  142. package/android/src/main/res/drawable-no/checkout_with_googlepay_button_content.xml +14 -0
  143. package/android/src/main/res/drawable-no/donate_with_googlepay_button_content.xml +14 -0
  144. package/android/src/main/res/drawable-no/order_with_googlepay_button_content.xml +14 -0
  145. package/android/src/main/res/drawable-no/pay_with_googlepay_button_content.xml +6 -6
  146. package/android/src/main/res/drawable-no/subscribe_with_googlepay_button_content.xml +14 -0
  147. package/android/src/main/res/drawable-pl/book_with_googlepay_button_content.xml +14 -0
  148. package/android/src/main/res/drawable-pl/buy_with_googlepay_button_content.xml +14 -0
  149. package/android/src/main/res/drawable-pl/checkout_with_googlepay_button_content.xml +14 -0
  150. package/android/src/main/res/drawable-pl/donate_with_googlepay_button_content.xml +14 -0
  151. package/android/src/main/res/drawable-pl/order_with_googlepay_button_content.xml +14 -0
  152. package/android/src/main/res/drawable-pl/pay_with_googlepay_button_content.xml +7 -7
  153. package/android/src/main/res/drawable-pl/subscribe_with_googlepay_button_content.xml +14 -0
  154. package/android/src/main/res/drawable-ru/book_with_googlepay_button_content.xml +14 -0
  155. package/android/src/main/res/drawable-ru/buy_with_googlepay_button_content.xml +14 -0
  156. package/android/src/main/res/drawable-ru/checkout_with_googlepay_button_content.xml +14 -0
  157. package/android/src/main/res/drawable-ru/donate_with_googlepay_button_content.xml +14 -0
  158. package/android/src/main/res/drawable-ru/order_with_googlepay_button_content.xml +14 -0
  159. package/android/src/main/res/drawable-ru/pay_with_googlepay_button_content.xml +7 -7
  160. package/android/src/main/res/drawable-ru/subscribe_with_googlepay_button_content.xml +14 -0
  161. package/android/src/main/res/drawable-sk/book_with_googlepay_button_content.xml +14 -0
  162. package/android/src/main/res/drawable-sk/buy_with_googlepay_button_content.xml +14 -0
  163. package/android/src/main/res/drawable-sk/checkout_with_googlepay_button_content.xml +14 -0
  164. package/android/src/main/res/drawable-sk/donate_with_googlepay_button_content.xml +14 -0
  165. package/android/src/main/res/drawable-sk/order_with_googlepay_button_content.xml +14 -0
  166. package/android/src/main/res/drawable-sk/pay_with_googlepay_button_content.xml +4 -4
  167. package/android/src/main/res/drawable-sk/subscribe_with_googlepay_button_content.xml +14 -0
  168. package/android/src/main/res/drawable-sl/book_with_googlepay_button_content.xml +14 -0
  169. package/android/src/main/res/drawable-sl/buy_with_googlepay_button_content.xml +14 -0
  170. package/android/src/main/res/drawable-sl/checkout_with_googlepay_button_content.xml +14 -0
  171. package/android/src/main/res/drawable-sl/donate_with_googlepay_button_content.xml +14 -0
  172. package/android/src/main/res/drawable-sl/order_with_googlepay_button_content.xml +14 -0
  173. package/android/src/main/res/drawable-sl/pay_with_googlepay_button_content.xml +4 -4
  174. package/android/src/main/res/drawable-sl/subscribe_with_googlepay_button_content.xml +14 -0
  175. package/android/src/main/res/drawable-sr/book_with_googlepay_button_content.xml +14 -0
  176. package/android/src/main/res/drawable-sr/buy_with_googlepay_button_content.xml +14 -0
  177. package/android/src/main/res/drawable-sr/checkout_with_googlepay_button_content.xml +14 -0
  178. package/android/src/main/res/drawable-sr/donate_with_googlepay_button_content.xml +14 -0
  179. package/android/src/main/res/drawable-sr/order_with_googlepay_button_content.xml +14 -0
  180. package/android/src/main/res/drawable-sr/pay_with_googlepay_button_content.xml +7 -7
  181. package/android/src/main/res/drawable-sr/subscribe_with_googlepay_button_content.xml +14 -0
  182. package/android/src/main/res/drawable-sv/book_with_googlepay_button_content.xml +14 -0
  183. package/android/src/main/res/drawable-sv/buy_with_googlepay_button_content.xml +14 -0
  184. package/android/src/main/res/drawable-sv/checkout_with_googlepay_button_content.xml +14 -0
  185. package/android/src/main/res/drawable-sv/donate_with_googlepay_button_content.xml +14 -0
  186. package/android/src/main/res/drawable-sv/order_with_googlepay_button_content.xml +14 -0
  187. package/android/src/main/res/drawable-sv/pay_with_googlepay_button_content.xml +4 -4
  188. package/android/src/main/res/drawable-sv/subscribe_with_googlepay_button_content.xml +14 -0
  189. package/android/src/main/res/drawable-th/book_with_googlepay_button_content.xml +14 -0
  190. package/android/src/main/res/drawable-th/buy_with_googlepay_button_content.xml +14 -0
  191. package/android/src/main/res/drawable-th/checkout_with_googlepay_button_content.xml +14 -0
  192. package/android/src/main/res/drawable-th/donate_with_googlepay_button_content.xml +14 -0
  193. package/android/src/main/res/drawable-th/order_with_googlepay_button_content.xml +14 -0
  194. package/android/src/main/res/drawable-th/pay_with_googlepay_button_content.xml +6 -6
  195. package/android/src/main/res/drawable-th/subscribe_with_googlepay_button_content.xml +14 -0
  196. package/android/src/main/res/drawable-tr/book_with_googlepay_button_content.xml +14 -0
  197. package/android/src/main/res/drawable-tr/buy_with_googlepay_button_content.xml +14 -0
  198. package/android/src/main/res/drawable-tr/checkout_with_googlepay_button_content.xml +14 -0
  199. package/android/src/main/res/drawable-tr/donate_with_googlepay_button_content.xml +14 -0
  200. package/android/src/main/res/drawable-tr/order_with_googlepay_button_content.xml +14 -0
  201. package/android/src/main/res/drawable-tr/pay_with_googlepay_button_content.xml +7 -7
  202. package/android/src/main/res/drawable-tr/subscribe_with_googlepay_button_content.xml +14 -0
  203. package/android/src/main/res/drawable-uk/book_with_googlepay_button_content.xml +14 -0
  204. package/android/src/main/res/drawable-uk/buy_with_googlepay_button_content.xml +14 -0
  205. package/android/src/main/res/drawable-uk/checkout_with_googlepay_button_content.xml +14 -0
  206. package/android/src/main/res/drawable-uk/donate_with_googlepay_button_content.xml +14 -0
  207. package/android/src/main/res/drawable-uk/order_with_googlepay_button_content.xml +14 -0
  208. package/android/src/main/res/drawable-uk/pay_with_googlepay_button_content.xml +5 -5
  209. package/android/src/main/res/drawable-uk/subscribe_with_googlepay_button_content.xml +14 -0
  210. package/android/src/main/res/layout/book_with_googlepay_button.xml +20 -0
  211. package/android/src/main/res/layout/buy_with_googlepay_button.xml +20 -0
  212. package/android/src/main/res/layout/checkout_with_googlepay_button.xml +20 -0
  213. package/android/src/main/res/layout/donate_with_googlepay_button.xml +20 -0
  214. package/android/src/main/res/layout/googlepay_mark_button.xml +18 -0
  215. package/android/src/main/res/layout/order_with_googlepay_button.xml +20 -0
  216. package/android/src/main/res/layout/pay_with_googlepay_button.xml +10 -24
  217. package/android/src/main/res/layout/plain_googlepay_button.xml +17 -0
  218. package/android/src/main/res/layout/subscribe_with_googlepay_button.xml +20 -0
  219. package/android/src/main/res/values/googlepay_strings.xml +3 -2
  220. package/ios/ApplePayButtonManager.m +5 -0
  221. package/ios/ApplePayButtonManager.swift +3 -1
  222. package/ios/ApplePayButtonView.swift +21 -0
  223. package/ios/ApplePayUtils.swift +187 -0
  224. package/ios/ApplePayViewController.swift +279 -0
  225. package/ios/PaymentPassFinder.swift +61 -0
  226. package/ios/PushProvisioning/AddToWalletButtonView.swift +10 -10
  227. package/ios/PushProvisioning/PushProvisioningUtils.swift +39 -16
  228. package/ios/StripeSdk.m +29 -0
  229. package/ios/StripeSdk.swift +193 -129
  230. package/ios/Tests/AddressSheetUtilsTests.swift +1 -7
  231. package/ios/Tests/PushProvisioningTests.swift +14 -11
  232. package/jest/mock.js +44 -0
  233. package/lib/commonjs/NativeStripeSdk.js.map +1 -1
  234. package/lib/commonjs/components/PlatformPayButton.js +2 -0
  235. package/lib/commonjs/components/PlatformPayButton.js.map +1 -0
  236. package/lib/commonjs/functions.js +1 -1
  237. package/lib/commonjs/functions.js.map +1 -1
  238. package/lib/commonjs/hooks/usePlatformPay.js +2 -0
  239. package/lib/commonjs/hooks/usePlatformPay.js.map +1 -0
  240. package/lib/commonjs/hooks/useStripe.js +1 -1
  241. package/lib/commonjs/hooks/useStripe.js.map +1 -1
  242. package/lib/commonjs/index.js +1 -1
  243. package/lib/commonjs/index.js.map +1 -1
  244. package/lib/commonjs/types/Errors.js +1 -1
  245. package/lib/commonjs/types/Errors.js.map +1 -1
  246. package/lib/commonjs/types/PlatformPay.js +2 -0
  247. package/lib/commonjs/types/PlatformPay.js.map +1 -0
  248. package/lib/commonjs/types/PushProvisioning.js +2 -0
  249. package/lib/commonjs/types/PushProvisioning.js.map +1 -0
  250. package/lib/commonjs/types/index.js +1 -1
  251. package/lib/commonjs/types/index.js.map +1 -1
  252. package/lib/module/NativeStripeSdk.js.map +1 -1
  253. package/lib/module/components/PlatformPayButton.js +2 -0
  254. package/lib/module/components/PlatformPayButton.js.map +1 -0
  255. package/lib/module/functions.js +1 -1
  256. package/lib/module/functions.js.map +1 -1
  257. package/lib/module/hooks/usePlatformPay.js +2 -0
  258. package/lib/module/hooks/usePlatformPay.js.map +1 -0
  259. package/lib/module/hooks/useStripe.js +1 -1
  260. package/lib/module/hooks/useStripe.js.map +1 -1
  261. package/lib/module/index.js +1 -1
  262. package/lib/module/index.js.map +1 -1
  263. package/lib/module/types/Errors.js +1 -1
  264. package/lib/module/types/Errors.js.map +1 -1
  265. package/lib/module/types/PlatformPay.js +2 -0
  266. package/lib/module/types/PlatformPay.js.map +1 -0
  267. package/lib/module/types/PushProvisioning.js +2 -0
  268. package/lib/module/types/PushProvisioning.js.map +1 -0
  269. package/lib/module/types/index.js +1 -1
  270. package/lib/module/types/index.js.map +1 -1
  271. package/lib/typescript/src/NativeStripeSdk.d.ts +8 -1
  272. package/lib/typescript/src/components/PlatformPayButton.d.ts +65 -0
  273. package/lib/typescript/src/functions.d.ts +73 -1
  274. package/lib/typescript/src/hooks/usePlatformPay.d.ts +70 -0
  275. package/lib/typescript/src/hooks/useStripe.d.ts +18 -1
  276. package/lib/typescript/src/index.d.ts +2 -0
  277. package/lib/typescript/src/types/ApplePay.d.ts +9 -0
  278. package/lib/typescript/src/types/Errors.d.ts +6 -1
  279. package/lib/typescript/src/types/GooglePay.d.ts +2 -1
  280. package/lib/typescript/src/types/PlatformPay.d.ts +285 -0
  281. package/lib/typescript/src/types/PushProvisioning.d.ts +66 -0
  282. package/lib/typescript/src/types/components/ApplePayButtonComponent.d.ts +2 -2
  283. package/lib/typescript/src/types/index.d.ts +3 -38
  284. package/package.json +8 -1
  285. package/src/NativeStripeSdk.tsx +20 -0
  286. package/src/components/PlatformPayButton.tsx +157 -0
  287. package/src/functions.ts +181 -0
  288. package/src/hooks/usePlatformPay.tsx +174 -0
  289. package/src/hooks/useStripe.tsx +77 -0
  290. package/src/index.tsx +6 -0
  291. package/src/types/ApplePay.ts +9 -0
  292. package/src/types/Errors.ts +7 -1
  293. package/src/types/GooglePay.ts +2 -1
  294. package/src/types/PlatformPay.ts +326 -0
  295. package/src/types/PushProvisioning.ts +76 -0
  296. package/src/types/components/ApplePayButtonComponent.ts +3 -2
  297. package/src/types/index.ts +3 -54
  298. package/android/src/main/res/drawable/googlepay_button_background.xml +0 -6
  299. package/android/src/main/res/drawable/googlepay_button_content.xml +0 -48
  300. package/android/src/main/res/drawable/googlepay_button_overlay.xml +0 -12
  301. package/android/src/main/res/drawable-af/pay_with_googlepay_button_content.xml +0 -14
  302. package/android/src/main/res/drawable-am/pay_with_googlepay_button_content.xml +0 -15
  303. package/android/src/main/res/drawable-as/pay_with_googlepay_button_content.xml +0 -14
  304. package/android/src/main/res/drawable-az/pay_with_googlepay_button_content.xml +0 -14
  305. package/android/src/main/res/drawable-be/pay_with_googlepay_button_content.xml +0 -14
  306. package/android/src/main/res/drawable-bn/pay_with_googlepay_button_content.xml +0 -14
  307. package/android/src/main/res/drawable-bs/pay_with_googlepay_button_content.xml +0 -14
  308. package/android/src/main/res/drawable-cy/pay_with_googlepay_button_content.xml +0 -14
  309. package/android/src/main/res/drawable-en-rau/pay_with_googlepay_button_content.xml +0 -14
  310. package/android/src/main/res/drawable-en-rca/pay_with_googlepay_button_content.xml +0 -14
  311. package/android/src/main/res/drawable-en-rgb/pay_with_googlepay_button_content.xml +0 -14
  312. package/android/src/main/res/drawable-en-rin/pay_with_googlepay_button_content.xml +0 -14
  313. package/android/src/main/res/drawable-es/pay_with_googlepay_button_content.xml +0 -14
  314. package/android/src/main/res/drawable-es-res/pay_with_googlepay_button_content.xml +0 -14
  315. package/android/src/main/res/drawable-eu/pay_with_googlepay_button_content.xml +0 -15
  316. package/android/src/main/res/drawable-fa/pay_with_googlepay_button_content.xml +0 -14
  317. package/android/src/main/res/drawable-fil/pay_with_googlepay_button_content.xml +0 -14
  318. package/android/src/main/res/drawable-fr-rca/pay_with_googlepay_button_content.xml +0 -14
  319. package/android/src/main/res/drawable-ga/pay_with_googlepay_button_content.xml +0 -14
  320. package/android/src/main/res/drawable-gl/pay_with_googlepay_button_content.xml +0 -14
  321. package/android/src/main/res/drawable-gu/pay_with_googlepay_button_content.xml +0 -14
  322. package/android/src/main/res/drawable-hdpi/googlepay_button_background_image.9.png +0 -0
  323. package/android/src/main/res/drawable-hu/pay_with_googlepay_button_content.xml +0 -15
  324. package/android/src/main/res/drawable-hy/pay_with_googlepay_button_content.xml +0 -15
  325. package/android/src/main/res/drawable-is/pay_with_googlepay_button_content.xml +0 -14
  326. package/android/src/main/res/drawable-iw/pay_with_googlepay_button_content.xml +0 -14
  327. package/android/src/main/res/drawable-ka/pay_with_googlepay_button_content.xml +0 -15
  328. package/android/src/main/res/drawable-kk/pay_with_googlepay_button_content.xml +0 -14
  329. package/android/src/main/res/drawable-km/pay_with_googlepay_button_content.xml +0 -14
  330. package/android/src/main/res/drawable-kn/pay_with_googlepay_button_content.xml +0 -14
  331. package/android/src/main/res/drawable-ky/pay_with_googlepay_button_content.xml +0 -14
  332. package/android/src/main/res/drawable-lo/pay_with_googlepay_button_content.xml +0 -14
  333. package/android/src/main/res/drawable-lt/pay_with_googlepay_button_content.xml +0 -14
  334. package/android/src/main/res/drawable-lv/pay_with_googlepay_button_content.xml +0 -14
  335. package/android/src/main/res/drawable-mdpi/googlepay_button_background_image.9.png +0 -0
  336. package/android/src/main/res/drawable-mk/pay_with_googlepay_button_content.xml +0 -14
  337. package/android/src/main/res/drawable-ml/pay_with_googlepay_button_content.xml +0 -14
  338. package/android/src/main/res/drawable-mn/pay_with_googlepay_button_content.xml +0 -14
  339. package/android/src/main/res/drawable-mr/pay_with_googlepay_button_content.xml +0 -14
  340. package/android/src/main/res/drawable-ne/pay_with_googlepay_button_content.xml +0 -14
  341. package/android/src/main/res/drawable-pt-rbr/pay_with_googlepay_button_content.xml +0 -14
  342. package/android/src/main/res/drawable-pt-rpt/pay_with_googlepay_button_content.xml +0 -14
  343. package/android/src/main/res/drawable-ro/pay_with_googlepay_button_content.xml +0 -14
  344. package/android/src/main/res/drawable-sq/pay_with_googlepay_button_content.xml +0 -14
  345. package/android/src/main/res/drawable-sw/pay_with_googlepay_button_content.xml +0 -14
  346. package/android/src/main/res/drawable-ta/pay_with_googlepay_button_content.xml +0 -14
  347. package/android/src/main/res/drawable-te/pay_with_googlepay_button_content.xml +0 -14
  348. package/android/src/main/res/drawable-ur/pay_with_googlepay_button_content.xml +0 -14
  349. package/android/src/main/res/drawable-uz/pay_with_googlepay_button_content.xml +0 -14
  350. package/android/src/main/res/drawable-v21/googlepay_button_background.xml +0 -7
  351. package/android/src/main/res/drawable-vi/pay_with_googlepay_button_content.xml +0 -14
  352. package/android/src/main/res/drawable-xhdpi/googlepay_button_background_image.9.png +0 -0
  353. package/android/src/main/res/drawable-xxhdpi/googlepay_button_background_image.9.png +0 -0
  354. package/android/src/main/res/drawable-xxxhdpi/googlepay_button_background_image.9.png +0 -0
  355. package/android/src/main/res/drawable-zh-rcn/pay_with_googlepay_button_content.xml +0 -15
  356. package/android/src/main/res/drawable-zh-rhk/pay_with_googlepay_button_content.xml +0 -15
  357. package/android/src/main/res/drawable-zh-rtw/pay_with_googlepay_button_content.xml +0 -15
  358. package/android/src/main/res/drawable-zu/pay_with_googlepay_button_content.xml +0 -14
  359. package/android/src/main/res/layout/googlepay_button.xml +0 -39
@@ -1,14 +0,0 @@
1
- <vector android:width="181dp" android:height="21dp" android:viewportWidth="181" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <group>
3
- <group>
4
- <path android:pathData="M22.3563 3.42339v4.73836h2.9221c0.6961 0 1.2717-0.23394 1.7271-0.70182 0.4673-0.4668 0.7015-1.02349 0.7015-1.6679 0-0.63142-0.2342-1.18162-0.7015-1.64949-0.4554-0.4798-1.031-0.72024-1.7271-0.72024h-2.9221v0.00109zm0 6.40627v5.49654h-1.7456V1.75549h4.6297c1.1765 0 2.175 0.39207 2.9979 1.17512 0.8349 0.78304 1.2523 1.73721 1.2523 2.86142 0 1.15021-0.4175 2.11088-1.2523 2.88093-0.81 0.77113-1.8096 1.15562-2.9979 1.15562h-2.8841v0.00108zM31.2546 12.4831c0 0.4549 0.193 0.8339 0.5791 1.1372 0.3859 0.3033 0.838 0.4549 1.3563 0.4549 0.734 0 1.3878-0.272 1.9635-0.8145 0.5758-0.5437 0.863-1.1816 0.863-1.9137-0.5443-0.43-1.3032-0.6444-2.2769-0.6444-0.7089 0-1.2998 0.1711-1.7737 0.5122-0.4739 0.3411-0.7113 0.7625-0.7113 1.2683m2.2584-6.74741c1.2903 0 2.3084 0.34441 3.0555 1.03323 0.746 0.68882 1.1188 1.63325 1.1188 2.83327v5.72391h-1.6696v-1.2888h-0.076c-0.721 1.0613-1.6827 1.5921-2.8839 1.5921-1.0246 0-1.8823-0.3033-2.5709-0.9098-0.6894-0.6065-1.0342-1.3646-1.0342-2.2744 0-0.9607 0.3631-1.7243 1.0906-2.2928 0.7275-0.56862 1.698-0.85347 2.9124-0.85347 1.0364 0 1.8908 0.18954 2.5608 0.56861V9.46897c0-0.60651-0.2407-1.12096-0.7209-1.54443-0.4815-0.42348-1.0431-0.63467-1.6882-0.63467-0.9748 0-1.7455 0.41048-2.3148 1.23251l-1.5375-0.96716c0.8479-1.21302 2.1001-1.81953 3.7579-1.81953M47.2687 6.03894L41.4432 19.4201h-1.8021l2.1632-4.6821-3.8329-8.69906h1.8974l2.7702 6.67166h0.038l2.6943-6.67166h1.8974z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
5
- </group>
6
- <group>
7
- <path android:pathData="M15.3029 8.64473c0-0.5491-0.0466-1.07872-0.1345-1.58559H7.80649v3.00336h4.21661c-0.1811 0.9789-0.7286 1.8119-1.5592 2.3697v1.9506h2.5165c1.4735-1.3582 2.3225-3.3651 2.3225-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
8
- <path android:pathData="M7.80647 16.2651c2.10667 0 3.88043-0.691 5.17393-1.8823l-2.5165-1.9506c-0.70039 0.4711-1.60247 0.7462-2.65743 0.7462-2.03619 0-3.76445-1.3711-4.38247-3.21884H0.831604v2.00904C2.11642 14.516 4.75653 16.2651 7.80647 16.2651" android:fillColor="#34a853" android:fillType="evenOdd"/>
9
- <path android:pathData="M3.42401 9.95957C3.26571 9.48844 3.17897 8.9859 3.17897 8.46712S3.26571 7.4458 3.42401 6.97467V4.96561H0.831606C0.300332 6.01833 0 7.20753 0 8.46712 0 9.72671 0.300332 10.916 0.831606 11.9686L3.42401 9.95957z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
10
- <path android:pathData="M7.80647 3.75583c1.15037 0 2.18148 0.39532 2.99463 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.11715-2.031812-5.22273-2.031812-3.04994 0-5.69005 1.749132-6.974866 4.296472L3.424 6.97467c0.61802-1.84769 2.34628-3.21884 4.38247-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
11
- </group>
12
- </group>
13
- <path android:pathData="M55.4781 11.8678c0.224 0.6719 0.7136 1.1875 1.4688 1.5469 0.7604 0.3541 1.7343 0.5312 2.9218 0.5312 1.2969 0 2.323-0.2083 3.0782-0.625 0.7552-0.4219 1.2187-1.0338 1.3906-1.8359-0.4635 0.4323-1.026 0.6484-1.6875 0.6484-0.6302 0-1.1406-0.1771-1.5313-0.5312-0.3854-0.3594-0.5781-0.836-0.5781-1.4297 0-0.52606 0.1797-0.96876 0.5391-1.32814 0.3594-0.35937 0.8489-0.55208 1.4687-0.57812-0.0468-0.01563-0.1328-0.03386-0.2578-0.05469h-0.9922c-0.7968 0-1.4271-0.20313-1.8906-0.60938s-0.6953-0.96354-0.6953-1.67187c0-0.61979 0.224-1.13021 0.6719-1.53125 0.4531-0.40104 1.0208-0.60156 1.7031-0.60156h0.1328c0.5417 0 0.9818 0.10156 1.3203 0.30468 0.3386 0.20313 0.6224 0.51042 0.8516 0.92188 0.2291-0.4375 0.5338-0.75 0.914-0.9375 0.3803-0.19271 0.8724-0.28906 1.4766-0.28906h0.3828c-0.0521-0.16667-0.0781-0.36459-0.0781-0.59375 0-0.54167 0.2083-0.97657 0.625-1.30469 0.4219-0.32813 0.9661-0.49219 1.6328-0.49219 0.5885 0 1.0755 0.1224 1.4609 0.36719 0.3907 0.23958 0.6901 0.6276 0.8985 1.16406l-1.2188 0.3125c-0.1927-0.52604-0.5651-0.78906-1.1172-0.78906-0.3177 0-0.5781 0.08073-0.7812 0.24219-0.1979 0.15625-0.2969 0.36718-0.2969 0.63281 0 0.19271 0.0417 0.35416 0.125 0.48437 0.8386 0.03646 1.4818 0.25782 1.9297 0.66407 0.4479 0.40104 0.6719 0.96875 0.6719 1.70312 0 0.64063-0.2084 1.15104-0.625 1.53125-0.4115 0.38021-0.9557 0.57031-1.6328 0.57031-0.6875 0-1.2266-0.19271-1.6172-0.57812-0.3854-0.39063-0.5781-0.86459-0.5781-1.42188 0-0.4375 0.1119-0.86718 0.3359-1.28906h-0.2578c-0.9271 0-1.4662 0.4974-1.6172 1.49219h-1.2422c-0.0781-0.46875-0.2552-0.83334-0.5312-1.09375-0.2709-0.26563-0.5912-0.39844-0.961-0.39844h-0.0625c-0.3802 0-0.6745 0.08854-0.8828 0.26563-0.2083 0.17187-0.3125 0.40885-0.3125 0.71093 0 0.35417 0.1042 0.61459 0.3125 0.78125 0.2135 0.16667 0.5391 0.25 0.9766 0.25h0.125c0.151 0 0.4843 0.0599 1 0.17969 0.5208 0.11458 1.0286 0.33333 1.5234 0.65625 0.5 0.31771 0.8854 0.73438 1.1563 1.25 0.2708 0.51042 0.4062 1.10154 0.4062 1.77344 0 1.4062-0.4766 2.4818-1.4297 3.2266-0.9479 0.7395-2.3307 1.1093-4.1484 1.1093-1.8229 0-3.2344-0.3593-4.2344-1.0781-1-0.7239-1.5-1.6979-1.5-2.9219 0-0.9323 0.2734-1.69528 0.8203-2.28903 0.5469-0.59896 1.2474-0.89843 2.1016-0.89843 0.6614 0 1.1823 0.17968 1.5625 0.53906 0.3854 0.35937 0.5781 0.83594 0.5781 1.42969 0 0.66141-0.2266 1.18491-0.6797 1.57031-0.4479 0.3854-1.0651 0.5781-1.8515 0.5781-0.4896 0-0.9141-0.0885-1.2735-0.2656zM67.15 5.00061c-0.276 0.36458-0.4141 0.7526-0.4141 1.16406 0 0.32292 0.0964 0.58334 0.2891 0.78125 0.1979 0.19271 0.4609 0.28907 0.7891 0.28907 0.3229 0 0.5755-0.09375 0.7578-0.28125 0.1823-0.1875 0.2734-0.4375 0.2734-0.75 0-0.40625-0.1198-0.70834-0.3594-0.90625-0.2396-0.19792-0.6172-0.29688-1.1328-0.29688H67.15zM55.4 10.6959c0.3437 0.2136 0.7292 0.3203 1.1562 0.3203 0.9688 0 1.4532-0.3411 1.4532-1.0234 0-0.27604-0.0834-0.48438-0.25-0.625-0.1667-0.14584-0.3985-0.21875-0.6953-0.21875-0.4271 0-0.7891 0.13541-1.086 0.40625-0.2916 0.27083-0.4844 0.651-0.5781 1.1406zm8.8672-0.6562c-0.1459-0.28128-0.3412-0.50003-0.586-0.65628-0.2447-0.15625-0.5156-0.23437-0.8125-0.23437-0.3125 0-0.5677 0.08333-0.7656 0.25-0.1979 0.16146-0.2969 0.39062-0.2969 0.68745 0 0.2865 0.0912 0.5131 0.2735 0.6797 0.1875 0.1667 0.4479 0.25 0.7812 0.25 0.3386 0 0.6328-0.0859 0.8828-0.2578 0.25-0.1719 0.4245-0.4114 0.5235-0.7187zm14.6203 3.8281c-0.3698 0.5052-0.7318 0.8542-1.0859 1.0469-0.3542 0.1927-0.7709 0.289-1.25 0.289-0.7344 0-1.3073-0.2187-1.7188-0.6562-0.4115-0.4427-0.6172-1.0208-0.6172-1.7344 0-0.6771 0.2136-1.2318 0.6406-1.6641 0.4271-0.4322 0.9662-0.6484 1.6172-0.6484 0.4792 0 0.9115 0.1172 1.2969 0.3516 0.3906 0.2291 0.9063 0.7578 1.5469 1.5859 0.4739 0.625 0.862 1.0339 1.164 1.2266 0.3021 0.1875 0.6693 0.2812 1.1016 0.2812 0.5313 0 0.9375-0.1745 1.2188-0.5234 0.2864-0.349 0.4296-0.849 0.4296-1.5 0-0.7917-0.2291-1.4922-0.6875-2.10158-0.4531-0.60937-1.1588-1.13541-2.1171-1.57812l0.5937-1.23438c1.1042 0.47917 1.9688 1.14584 2.5938 2 0.6302 0.85417 0.9453 1.79688 0.9453 2.82808 0 1.0573-0.2683 1.8829-0.8047 2.4766-0.5365 0.5938-1.2865 0.8906-2.25 0.8906-0.5104 0-0.9714-0.1015-1.3828-0.3047-0.4063-0.2083-0.8177-0.552-1.2344-1.0312zm-0.7969-0.9922c-0.375-0.4948-0.6666-0.8151-0.875-0.9609-0.2083-0.1459-0.4453-0.2188-0.7109-0.2188-0.3125 0-0.5651 0.1042-0.7578 0.3125-0.1875 0.2031-0.2813 0.4792-0.2813 0.8281 0 0.3438 0.1042 0.625 0.3125 0.8438 0.2084 0.2187 0.4896 0.3281 0.8438 0.3281 0.3437 0 0.6328-0.0963 0.8672-0.289 0.2395-0.198 0.4401-0.4792 0.6015-0.8438zm-4.5781-7.59374V4.07874h2.6406C76.101 3.91207 76.075 3.71415 76.075 3.48499c0-0.54167 0.2083-0.97657 0.625-1.30469 0.4219-0.32813 0.9661-0.49219 1.6328-0.49219 0.5885 0 1.0755 0.1224 1.4609 0.36719 0.3907 0.23958 0.6901 0.6276 0.8985 1.16406l-1.2188 0.3125c-0.1927-0.52604-0.5651-0.78906-1.1172-0.78906-0.3177 0-0.5781 0.08073-0.7812 0.24219-0.1979 0.15625-0.2969 0.36718-0.2969 0.63281 0 0.17187 0.0391 0.32812 0.1172 0.46875 0.9063 0.00521 1.5729 0.18489 2 0.53906 0.4271 0.35417 0.6406 0.86458 0.6406 1.53125 0 0.3125-0.0625 0.61198-0.1875 0.89844-0.125 0.28125-0.3099 0.50781-0.5547 0.67969-0.2447 0.17187-0.5338 0.29427-0.8671 0.36718-0.3282 0.07292-0.7735 0.10938-1.336 0.10938h-0.8828V7.00842h1.0703c0.4115 0 0.7084-0.02864 0.8906-0.08593 0.1875-0.0625 0.3256-0.15625 0.4141-0.28125 0.0938-0.13021 0.1406-0.28907 0.1406-0.47657 0-0.21875-0.0547-0.39843-0.164-0.53906-0.1042-0.14062-0.2474-0.23177-0.4297-0.27344-0.1771-0.04687-0.4427-0.07031-0.7969-0.07031h-3.8203zm16.9156 8.58594c-0.3698 0.5052-0.7318 0.8542-1.0859 1.0469-0.3542 0.1927-0.7709 0.289-1.25 0.289-0.7344 0-1.3073-0.2187-1.7188-0.6562-0.4114-0.4427-0.6172-1.0208-0.6172-1.7344 0-0.6771 0.2136-1.2318 0.6407-1.6641 0.4271-0.4322 0.9661-0.6484 1.6172-0.6484 0.4791 0 0.9114 0.1172 1.2968 0.3516 0.3907 0.2291 0.9063 0.7578 1.5469 1.5859 0.4688 0.6146 0.8542 1.0208 1.1563 1.2188 0.3072 0.1927 0.664 0.289 1.0703 0.289 0.5468 0 0.9635-0.1745 1.25-0.5234 0.2916-0.349 0.4375-0.849 0.4375-1.5 0-1-0.3334-1.8203-1-2.46095-0.6667-0.64584-1.6068-1.0625-2.8203-1.25h-1.3047V7.00842h1.0312l0.1328 0.21094c1.7292 0.19271 3.0417 0.6875 3.9375 1.48438C95.6495 9.50061 96.1 10.5657 96.1 11.899c0 0.198-0.013 0.3907-0.0391 0.5782 0.4167 0.5104 0.8282 0.8828 1.2344 1.1172 0.4115 0.2343 0.8568 0.3515 1.3359 0.3515 0.5469 0 0.9636-0.1719 1.25-0.5156 0.2868-0.349 0.4298-0.8516 0.4298-1.5078 0-0.7917-0.229-1.4922-0.6876-2.10158-0.4531-0.60937-1.1588-1.13541-2.1172-1.57812L98.1 7.00842c1.099 0.47917 1.964 1.14584 2.594 2 0.63 0.85417 0.945 1.79688 0.945 2.82808 0 1.073-0.268 1.9037-0.805 2.4922-0.536 0.5834-1.3043 0.875-2.3043 0.875-1.0886 0-2.0443-0.4687-2.8672-1.4062-0.5365 0.9375-1.4271 1.4062-2.6719 1.4062-0.4948 0-0.9427-0.1041-1.3437-0.3125-0.4011-0.2083-0.8073-0.5494-1.2188-1.0234zm-0.7969-0.9922c-0.375-0.4948-0.6666-0.8151-0.875-0.9609-0.2083-0.1459-0.4453-0.2188-0.7109-0.2188-0.3125 0-0.5651 0.1042-0.7578 0.3125-0.1875 0.2031-0.2813 0.4792-0.2813 0.8281 0 0.3438 0.1042 0.625 0.3125 0.8438 0.2084 0.2187 0.4896 0.3281 0.8438 0.3281 0.3437 0 0.6328-0.0963 0.8672-0.289 0.2396-0.198 0.4401-0.4792 0.6015-0.8438zm-3.2265-7.59374V4.07874H92.6c0.6302 0 1.1094 0.04166 1.4375 0.125 0.3333 0.08333 0.612 0.21614 0.8359 0.39843 0.224 0.18229 0.3907 0.39844 0.5 0.64844 0.1146 0.24479 0.1719 0.54688 0.1719 0.90625 0 0.3125-0.0625 0.61198-0.1875 0.89844-0.125 0.28125-0.3099 0.50781-0.5547 0.67969-0.2448 0.17187-0.5338 0.29427-0.8672 0.36718-0.3281 0.07292-0.7734 0.10938-1.3359 0.10938h-1.9766V7.00842h2.1641c0.4115 0 0.7083-0.02864 0.8906-0.08593 0.1875-0.0625 0.3255-0.15625 0.4141-0.28125 0.0937-0.13021 0.1406-0.28907 0.1406-0.47657 0-0.21875-0.0547-0.39843-0.1641-0.53906-0.1041-0.14062-0.2474-0.23177-0.4296-0.27344-0.1771-0.04687-0.4428-0.07031-0.7969-0.07031h-6.4375zm20.0013 2.875c0.672 0 1.279 0.15104 1.821 0.45313 0.541 0.30208 0.96 0.72656 1.257 1.27343 0.302 0.54168 0.453 1.14328 0.453 1.80468 0 1.0313-0.328 1.875-0.984 2.5313-0.651 0.6562-1.5 0.9843-2.547 0.9843-0.666 0-1.271-0.1458-1.812-0.4375-0.537-0.2916-0.956-0.7109-1.258-1.2578-0.302-0.5469-0.453-1.1536-0.453-1.8203 0-0.6614 0.151-1.263 0.453-1.80468 0.302-0.54166 0.721-0.96354 1.258-1.26562 0.536-0.30729 1.14-0.46094 1.812-0.46094zm0 5.78904c0.693 0 1.235-0.2083 1.625-0.625 0.396-0.4166 0.594-0.9635 0.594-1.6406 0-0.6667-0.203-1.2109-0.609-1.6328-0.401-0.42189-0.938-0.63283-1.61-0.63283-0.666 0-1.2 0.21094-1.601 0.63283-0.401 0.4167-0.602 0.9609-0.602 1.6328s0.195 1.2187 0.586 1.6406c0.391 0.4167 0.93 0.625 1.617 0.625zm8.705-9.00779l-0.094 2.10938c0.542 0.08854 0.959 0.30729 1.25 0.65625 0.297 0.34895 0.445 0.79166 0.445 1.32812 0 0.70833-0.213 1.25524-0.64 1.64064-0.427 0.3802-1.042 0.5703-1.844 0.5703-0.609 0-1.185-0.1745-1.726-0.5234-0.011 0.1354-0.016 0.2708-0.016 0.4062v0.1719c0 0.8698 0.159 1.5286 0.476 1.9765 0.323 0.448 0.805 0.6719 1.446 0.6719 0.562 0 1.008-0.1562 1.336-0.4687 0.328-0.3125 0.521-0.7839 0.578-1.4141h1.242c0.047 0.5938 0.229 1.0573 0.547 1.3906 0.323 0.3282 0.734 0.4922 1.234 0.4922 0.568 0 0.992-0.1666 1.274-0.5 0.286-0.3385 0.429-0.8463 0.429-1.5234 0-1.6302-0.872-2.87241-2.617-3.72658-0.677-0.05208-1.195-0.24218-1.554-0.57031-0.36-0.33333-0.54-0.7526-0.54-1.25781 0-0.29688 0.063-0.55729 0.188-0.78125 0.13-0.22396 0.326-0.43229 0.586-0.625-0.599-0.39063-0.899-0.90625-0.899-1.54688 0-0.4375 0.123-0.79427 0.368-1.07031 0.25-0.27604 0.575-0.47135 0.976-0.58594 0.401-0.11458 0.979-0.17187 1.735-0.17187h4.64v1.20312h-4.859c-0.458 0-0.779 0.02344-0.961 0.07032-0.177 0.04166-0.318 0.11458-0.422 0.21875-0.099 0.10416-0.148 0.2526-0.148 0.44531s0.044 0.34635 0.132 0.46094c0.089 0.11458 0.222 0.19791 0.399 0.25 0.182 0.05208 0.513 0.07812 0.992 0.07812h2.195v1.20313h-2.257c-0.537 0-0.894 0.0677-1.071 0.20312-0.177 0.13542-0.265 0.31771-0.265 0.54688 0 0.21875 0.08 0.39843 0.242 0.53906 0.166 0.13541 0.513 0.20312 1.039 0.20312 1.114 0.51563 1.963 1.19271 2.547 2.03125 0.588 0.83854 0.883 1.77083 0.883 2.79683 0 1.0573-0.261 1.8829-0.782 2.4766-0.515 0.5938-1.221 0.8906-2.117 0.8906-0.62 0-1.122-0.1119-1.508-0.3359-0.385-0.2292-0.726-0.5755-1.023-1.0391-0.271 0.4427-0.604 0.7839-1 1.0235-0.391 0.2343-0.904 0.3515-1.539 0.3515-0.979 0-1.755-0.3645-2.328-1.0937-0.568-0.7292-0.852-1.6719-0.852-2.8281 0-1.1042 0.224-2.02087 0.672-2.75004 0.448-0.73437 1.073-1.21094 1.875-1.42969l-0.102-2.16406h1.438zm-2.406 4.71094c0.427 0.3125 0.909 0.46875 1.445 0.46875 0.432 0 0.755-0.0885 0.969-0.26563 0.218-0.17708 0.328-0.42968 0.328-0.75781 0-0.30208-0.083-0.53646-0.25-0.70312-0.167-0.16667-0.399-0.25-0.695-0.25-0.401 0-0.761 0.1302-1.079 0.39062-0.317 0.26042-0.557 0.63281-0.718 1.11719zm20.432 4.17965c-0.281 0.4532-0.614 0.7969-1 1.0313-0.385 0.2292-0.888 0.3437-1.507 0.3437-0.766 0-1.388-0.2317-1.868-0.6953-0.479-0.4635-0.718-1.0677-0.718-1.8125 0-0.3281 0.078-0.6562 0.234-0.9844 0.162-0.3281 0.391-0.6067 0.688-0.8359h-1.579V9.68811h3.743v1.13279c-1.198 0.2813-1.797 0.8802-1.797 1.7969 0 0.4062 0.122 0.7292 0.367 0.9687 0.245 0.2396 0.583 0.3594 1.016 0.3594 0.505 0 0.916-0.164 1.234-0.4922 0.323-0.3281 0.51-0.7916 0.562-1.3906h1.243c0.041 0.5886 0.226 1.0495 0.554 1.3828 0.334 0.3334 0.745 0.5 1.235 0.5 0.562 0 0.984-0.1666 1.265-0.5 0.287-0.3385 0.43-0.8463 0.43-1.5234 0-0.9844-0.346-1.8281-1.039-2.53126-0.688-0.70834-1.539-1.11719-2.555-1.22657l0.125-1.15625c1.552 0.29688 2.74 0.8724 3.563 1.72657 0.823 0.84895 1.234 1.90361 1.234 3.16401 0 1.0365-0.263 1.8464-0.789 2.4297-0.526 0.5834-1.226 0.875-2.101 0.875-0.599 0-1.086-0.0989-1.461-0.2968-0.37-0.2032-0.73-0.5625-1.079-1.0782zm-4.492-8.54684V4.07874h5.266c-0.057-0.1875-0.086-0.38542-0.086-0.59375 0-0.54167 0.208-0.97657 0.625-1.30469 0.422-0.32813 0.966-0.49219 1.633-0.49219 0.588 0 1.075 0.1224 1.461 0.36719 0.39 0.23958 0.69 0.6276 0.898 1.16406l-1.219 0.3125c-0.192-0.52604-0.565-0.78906-1.117-0.78906-0.317 0-0.578 0.08073-0.781 0.24219-0.198 0.15625-0.297 0.36718-0.297 0.63281 0 0.16146 0.042 0.31771 0.125 0.46875 0.912 0.00521 1.578 0.1875 2 0.54687 0.422 0.35417 0.633 0.86198 0.633 1.52344 0 0.3125-0.063 0.61198-0.188 0.89844-0.125 0.28125-0.309 0.50781-0.554 0.67969-0.245 0.17187-0.534 0.29427-0.867 0.36718-0.329 0.07292-0.774 0.10938-1.336 0.10938h-1.977V7.00842h2.164c0.412 0 0.708-0.02864 0.891-0.08593 0.187-0.0625 0.325-0.15625 0.414-0.28125 0.094-0.13021 0.14-0.28907 0.14-0.47657 0-0.21875-0.054-0.39843-0.164-0.53906-0.104-0.14062-0.247-0.23177-0.429-0.27344-0.177-0.04687-0.443-0.07031-0.797-0.07031h-6.438zm24.666 8.52344c-0.26 0.4687-0.615 0.8203-1.063 1.0547-0.442 0.2292-0.979 0.3437-1.609 0.3437-0.594 0-1.148-0.138-1.664-0.414-0.516-0.2813-0.992-0.7005-1.43-1.2578-0.364 0.5416-0.849 0.9557-1.453 1.2421-0.604 0.2865-1.291 0.4297-2.062 0.4297-1.271 0-2.287-0.3645-3.047-1.0937-0.755-0.7292-1.133-1.6901-1.133-2.8828 0-0.8229 0.177-1.55732 0.531-2.20315 0.354-0.65104 0.849-1.14844 1.485-1.49219 0.635-0.34896 1.356-0.52344 2.164-0.52344 0.817 0 1.547 0.17448 2.187 0.52344 0.641 0.34375 1.133 0.83594 1.477 1.47656 0.343 0.64063 0.515 1.37238 0.515 2.19528 0 0.4011-0.047 0.7813-0.14 1.1407 0.422 0.5416 0.846 0.9453 1.273 1.2109 0.427 0.2604 0.893 0.3906 1.399 0.3906 0.546 0 0.963-0.1719 1.25-0.5156 0.286-0.349 0.429-0.8516 0.429-1.5078 0-0.8021-0.229-1.5104-0.687-2.12501-0.453-0.61459-1.162-1.14323-2.125-1.58594l0.539-1.07813c1.125 0.48959 2.005 1.15365 2.64 1.99219 0.641 0.83333 0.961 1.73699 0.961 2.71089 0 0.2188-0.013 0.4297-0.039 0.6329 0.417 0.5104 0.831 0.8854 1.243 1.125 0.411 0.2343 0.854 0.3515 1.328 0.3515 0.547 0 0.963-0.1719 1.25-0.5156 0.286-0.349 0.429-0.8516 0.429-1.5078 0-0.7917-0.229-1.4922-0.687-2.10158-0.453-0.60937-1.159-1.13541-2.117-1.57812l0.593-1.23438c1.099 0.47917 1.964 1.14584 2.594 2 0.63 0.85417 0.945 1.79688 0.945 2.82808 0 1.073-0.268 1.9037-0.804 2.4922-0.537 0.5834-1.305 0.875-2.305 0.875-0.542 0-1.052-0.1145-1.531-0.3437-0.479-0.2344-0.925-0.586-1.336-1.0547zm-9.289 0.1406c0.896 0 1.596-0.25 2.101-0.75 0.511-0.5 0.766-1.1771 0.766-2.0312 0-0.875-0.255-1.57555-0.766-2.10159-0.505-0.53125-1.205-0.79687-2.101-0.79687-0.891 0-1.591 0.26041-2.102 0.78125-0.505 0.52083-0.758 1.20051-0.758 2.03901 0 0.875 0.25 1.5704 0.75 2.086 0.506 0.5156 1.209 0.7734 2.11 0.7734zm4.484-8.40623c0.104 0.40104 0.206 0.70573 0.305 0.91407 0.099 0.20833 0.203 0.35416 0.312 0.4375 0.115 0.07812 0.256 0.11718 0.422 0.11718 0.209 0 0.407-0.0651 0.594-0.19531 0.188-0.13021 0.453-0.41667 0.797-0.85937l0.492-0.64063c0.552-0.72396 1.055-1.22135 1.508-1.49219 0.453-0.27604 1.016-0.41666 1.687-0.42187l0.086 1.23437c-0.369 0.02084-0.669 0.07552-0.898 0.16407-0.229 0.08854-0.443 0.21875-0.641 0.39062-0.192 0.16667-0.461 0.47135-0.804 0.91406l-0.368 0.47657c-0.437 0.5677-0.851 0.98177-1.242 1.24218-0.385 0.26042-0.82 0.39063-1.304 0.39063-0.61 0-1.094-0.19531-1.454-0.58594-0.354-0.39583-0.627-0.94792-0.82-1.65625l1.328-0.42969zm15.556 2.61719c0.672 0 1.279 0.15104 1.821 0.45313 0.541 0.30208 0.961 0.72656 1.258 1.27343 0.302 0.54168 0.453 1.14328 0.453 1.80468 0 1.0313-0.328 1.875-0.985 2.5313-0.651 0.6562-1.5 0.9843-2.547 0.9843-0.666 0-1.27-0.1458-1.812-0.4375-0.536-0.2916-0.956-0.7109-1.258-1.2578-0.302-0.5469-0.453-1.1536-0.453-1.8203 0-0.6614 0.151-1.263 0.453-1.80468 0.302-0.54166 0.722-0.96354 1.258-1.26562 0.536-0.30729 1.141-0.46094 1.812-0.46094zm0 5.78904c0.693 0 1.235-0.2083 1.625-0.625 0.396-0.4166 0.594-0.9635 0.594-1.6406 0-0.6667-0.203-1.2109-0.609-1.6328-0.401-0.42189-0.938-0.63283-1.61-0.63283-0.666 0-1.2 0.21094-1.601 0.63283-0.401 0.4167-0.602 0.9609-0.602 1.6328s0.196 1.2187 0.586 1.6406c0.391 0.4167 0.93 0.625 1.617 0.625zm9.854-0.1172c-0.25 0.4427-0.565 0.7839-0.946 1.0235-0.38 0.2343-0.888 0.3515-1.523 0.3515-0.781 0-1.412-0.2942-1.891-0.8828-0.479-0.5937-0.719-1.3906-0.719-2.3906 0-0.9896 0.224-1.8568 0.672-2.60156 0.453-0.7448 1.105-1.31771 1.953-1.71875 0.849-0.40105 1.831-0.60157 2.946-0.60157 0.75 0 1.458 0.09636 2.125 0.28907 0.666 0.1927 1.338 0.49739 2.015 0.91406l-0.781 1.07812c-0.604-0.39583-1.172-0.67448-1.703-0.83593-0.531-0.16146-1.117-0.24219-1.758-0.24219-1.291 0-2.307 0.32552-3.047 0.97656-0.734 0.65104-1.101 1.55729-1.101 2.71879 0 1.3593 0.492 2.039 1.476 2.039 0.474 0 0.857-0.1614 1.149-0.4844 0.291-0.3281 0.463-0.7942 0.515-1.3984h1.243c0.046 0.7656 0.302 1.2891 0.765 1.5703-0.109-0.2812-0.164-0.5781-0.164-0.8906 0-0.5938 0.203-1.0729 0.61-1.4375 0.406-0.3646 0.95-0.5469 1.632-0.5469 0.662 0 1.203 0.1979 1.625 0.5938 0.427 0.3958 0.641 0.8932 0.641 1.4922 0 0.7448-0.237 1.3255-0.711 1.7421-0.474 0.4115-1.115 0.6172-1.922 0.6172-0.745 0-1.37-0.1093-1.875-0.3281-0.505-0.2187-0.914-0.5677-1.226-1.0469zm2.632 0.1485c0.167 0.0156 0.342 0.0234 0.524 0.0234 0.443 0 0.768-0.0911 0.976-0.2734 0.214-0.1875 0.321-0.4505 0.321-0.7891 0-0.3021-0.091-0.5338-0.274-0.6953-0.177-0.1667-0.435-0.25-0.773-0.25-0.339 0-0.602 0.0885-0.789 0.2656-0.182 0.1771-0.274 0.4323-0.274 0.7656 0 0.3386 0.097 0.6563 0.289 0.9532zm-0.804-8.49221c-0.469 0.43229-1.045 0.64843-1.727 0.64843-0.625 0-1.127-0.14583-1.508-0.4375-0.375-0.29687-0.562-0.70833-0.562-1.23437 0-0.55209 0.195-0.99479 0.586-1.32813 0.396-0.33333 0.924-0.5 1.586-0.5 0.817 0 1.479 0.27084 1.984 0.8125 0.511 0.53646 0.766 1.21354 0.766 2.03125 0 0.86459-0.232 1.51563-0.696 1.95313-0.458 0.4375-1.132 0.65625-2.023 0.65625-0.604 0-1.292-0.13542-2.063-0.40625l0.43-1.03906c0.516 0.22916 1.037 0.34375 1.563 0.34375 0.604 0 1.031-0.1224 1.281-0.36719 0.255-0.25 0.383-0.62761 0.383-1.13281zM175.47 4.4303c-0.161-0.25-0.356-0.4375-0.586-0.5625-0.224-0.125-0.481-0.1875-0.773-0.1875-0.339 0-0.596 0.06771-0.774 0.20312-0.171 0.13021-0.257 0.31771-0.257 0.5625 0 0.21875 0.083 0.38542 0.25 0.5 0.166 0.11459 0.38 0.17188 0.64 0.17188 0.62 0 1.12-0.22917 1.5-0.6875z" android:fillColor="#ffffff"/>
14
- </vector>
@@ -1,14 +0,0 @@
1
- <vector android:width="160dp" android:height="21dp" android:viewportWidth="160" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <group>
3
- <group>
4
- <path android:pathData="M22.3563 3.42339v4.73836h2.9221c0.6961 0 1.2717-0.23394 1.7271-0.70182 0.4673-0.4668 0.7015-1.02349 0.7015-1.6679 0-0.63142-0.2342-1.18162-0.7015-1.64949-0.4554-0.4798-1.031-0.72024-1.7271-0.72024h-2.9221v0.00109zm0 6.40627v5.49654h-1.7456V1.75549h4.6297c1.1765 0 2.175 0.39207 2.9979 1.17512 0.8349 0.78304 1.2523 1.73721 1.2523 2.86142 0 1.15021-0.4175 2.11088-1.2523 2.88093-0.81 0.77113-1.8096 1.15562-2.9979 1.15562h-2.8841v0.00108zM31.2546 12.4831c0 0.4549 0.193 0.8339 0.5791 1.1372 0.3859 0.3033 0.838 0.4549 1.3563 0.4549 0.734 0 1.3878-0.272 1.9635-0.8145 0.5758-0.5437 0.863-1.1816 0.863-1.9137-0.5443-0.43-1.3032-0.6444-2.2769-0.6444-0.7089 0-1.2998 0.1711-1.7737 0.5122-0.4739 0.3411-0.7113 0.7625-0.7113 1.2683m2.2584-6.74741c1.2903 0 2.3084 0.34441 3.0555 1.03323 0.746 0.68882 1.1188 1.63325 1.1188 2.83327v5.72391h-1.6696v-1.2888h-0.076c-0.721 1.0613-1.6827 1.5921-2.8839 1.5921-1.0246 0-1.8823-0.3033-2.5709-0.9098-0.6894-0.6065-1.0342-1.3646-1.0342-2.2744 0-0.9607 0.3631-1.7243 1.0906-2.2928 0.7275-0.56862 1.698-0.85347 2.9124-0.85347 1.0364 0 1.8908 0.18954 2.5608 0.56861V9.46897c0-0.60651-0.2407-1.12096-0.7209-1.54443-0.4815-0.42348-1.0431-0.63467-1.6882-0.63467-0.9748 0-1.7455 0.41048-2.3148 1.23251l-1.5375-0.96716c0.8479-1.21302 2.1001-1.81953 3.7579-1.81953M47.2687 6.03894L41.4432 19.4201h-1.8021l2.1632-4.6821-3.8329-8.69906h1.8974l2.7702 6.67166h0.038l2.6943-6.67166h1.8974z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
5
- </group>
6
- <group>
7
- <path android:pathData="M15.3029 8.64473c0-0.5491-0.0466-1.07872-0.1345-1.58559H7.80649v3.00336h4.21661c-0.1811 0.9789-0.7286 1.8119-1.5592 2.3697v1.9506h2.5165c1.4735-1.3582 2.3225-3.3651 2.3225-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
8
- <path android:pathData="M7.80647 16.2651c2.10667 0 3.88043-0.691 5.17393-1.8823l-2.5165-1.9506c-0.70039 0.4711-1.60247 0.7462-2.65743 0.7462-2.03619 0-3.76445-1.3711-4.38247-3.21884H0.831604v2.00904C2.11642 14.516 4.75653 16.2651 7.80647 16.2651" android:fillColor="#34a853" android:fillType="evenOdd"/>
9
- <path android:pathData="M3.42401 9.95957C3.26571 9.48844 3.17897 8.9859 3.17897 8.46712S3.26571 7.4458 3.42401 6.97467V4.96561H0.831606C0.300332 6.01833 0 7.20753 0 8.46712 0 9.72671 0.300332 10.916 0.831606 11.9686L3.42401 9.95957z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
10
- <path android:pathData="M7.80647 3.75583c1.15037 0 2.18148 0.39532 2.99463 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.11715-2.031812-5.22273-2.031812-3.04994 0-5.69005 1.749132-6.974866 4.296472L3.424 6.97467c0.61802-1.84769 2.34628-3.21884 4.38247-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
11
- </group>
12
- </group>
13
- <path android:pathData="M54.13 15.0166c0-0.384 0.0533-0.8107 0.16-1.28 0.1067-0.4693 0.2773-0.9867 0.512-1.552l1.152 0.448c-0.1707 0.448-0.2987 0.8587-0.384 1.232-0.0853 0.3733-0.128 0.72-0.128 1.04 0 0.5973 0.144 1.0773 0.432 1.44 0.2987 0.3627 0.6933 0.6293 1.184 0.8 0.5013 0.1707 1.0507 0.256 1.648 0.256 0.9707 0 1.728-0.1333 2.272-0.4 0.5547-0.2667 0.944-0.6187 1.168-1.056 0.2347-0.4267 0.352-0.88 0.352-1.36 0-0.704-0.08-1.3493-0.24-1.936-0.1493-0.5973-0.3147-1.2107-0.496-1.84l1.296-0.352c0.1707 0.608 0.288 1.0507 0.352 1.328 0.064 0.2667 0.1227 0.4853 0.176 0.656 0.1173 0.3947 0.272 0.688 0.464 0.88 0.192 0.1813 0.4107 0.304 0.656 0.368 0.2453 0.0533 0.5067 0.08 0.784 0.08 0.224 0 0.384 0.064 0.48 0.192 0.1067 0.1173 0.16 0.2613 0.16 0.432 0 0.1707-0.0747 0.3307-0.224 0.48-0.1493 0.1387-0.3413 0.208-0.576 0.208-0.3307 0-0.624-0.0427-0.88-0.128-0.2453-0.096-0.4533-0.2133-0.624-0.352-0.0533 0.5227-0.176 1.0293-0.368 1.52-0.192 0.4907-0.4853 0.928-0.88 1.312-0.384 0.3947-0.896 0.704-1.536 0.928-0.64 0.2347-1.4347 0.352-2.384 0.352-0.8 0-1.5467-0.1333-2.24-0.4-0.6827-0.2667-1.2373-0.672-1.664-1.216-0.416-0.544-0.624-1.2373-0.624-2.08zm11.3575 0.064l0.16-1.312c0.6187 0 1.104-0.0213 1.456-0.064 0.3627-0.0533 0.6187-0.176 0.768-0.368s0.224-0.5067 0.224-0.944c0-0.3947-0.096-0.9013-0.288-1.52-0.1813-0.6187-0.3893-1.23199-0.624-1.83999l1.296-0.48c0.1387 0.352 0.2667 0.74667 0.384 1.184 0.128 0.42669 0.2347 0.85329 0.32 1.27999 0.0853 0.4267 0.128 0.8 0.128 1.12 0 1.0773-0.2987 1.84-0.896 2.288-0.5973 0.4373-1.5733 0.656-2.928 0.656zm2.96 3.024c-0.224 0-0.416-0.08-0.576-0.24-0.1493-0.1493-0.224-0.3307-0.224-0.544 0-0.2133 0.0747-0.4 0.224-0.56 0.16-0.16 0.352-0.24 0.576-0.24 0.2133 0 0.3947 0.08 0.544 0.24 0.16 0.16 0.24 0.3467 0.24 0.56 0 0.2133-0.08 0.3947-0.24 0.544-0.1493 0.16-0.3307 0.24-0.544 0.24zm-2.192 0c-0.224 0-0.416-0.08-0.576-0.24-0.1493-0.1493-0.224-0.3307-0.224-0.544 0-0.2133 0.0747-0.4 0.224-0.56 0.16-0.16 0.352-0.24 0.576-0.24 0.2133 0 0.3947 0.08 0.544 0.24 0.16 0.16 0.24 0.3467 0.24 0.56 0 0.2133-0.08 0.3947-0.24 0.544-0.1493 0.16-0.3307 0.24-0.544 0.24zm4.2272 0.608l-0.464-1.216c1.0347-0.3413 1.84-0.7467 2.416-1.216 0.5867-0.4693 0.9974-0.96 1.232-1.472 0.2454-0.5227 0.368-1.0293 0.368-1.52 0-0.5227-0.1173-1.0507-0.352-1.584-0.224-0.544-0.4746-1.056-0.752-1.536l1.168-0.59199c0.2987 0.56529 0.5494 1.10929 0.752 1.63199 0.2134 0.5227 0.3787 0.9813 0.496 1.376 0.1494 0.4587 0.3414 0.7733 0.576 0.944 0.2454 0.16 0.576 0.24 0.992 0.24 0.224 0 0.384 0.064 0.48 0.192 0.1067 0.1173 0.16 0.2613 0.16 0.432 0 0.1707-0.0746 0.3307-0.224 0.48-0.1493 0.1387-0.3413 0.208-0.576 0.208-0.4053 0-0.7466-0.064-1.024-0.192-0.2666-0.128-0.4853-0.2987-0.656-0.512-0.1066 0.5973-0.3306 1.1413-0.672 1.632-0.3413 0.4907-0.7413 0.9173-1.2 1.28-0.4586 0.3733-0.928 0.6773-1.408 0.912-0.48 0.2347-0.9173 0.4053-1.312 0.512zm6.4298-3.632l0.16-1.312h1.504c0.6187 0 1.1147-0.032 1.488-0.096 0.3733-0.0747 0.6453-0.1653 0.816-0.272 0.1813-0.1173 0.2987-0.24 0.352-0.368 0.064-0.1387 0.096-0.2773 0.096-0.416 0-0.2453-0.096-0.5493-0.288-0.912-0.1813-0.3627-0.56-0.832-1.136-1.408-0.3947-0.40532-0.7893-0.76266-1.184-1.07199-0.3947-0.30933-0.72-0.57067-0.976-0.784-0.256-0.21333-0.384-0.368-0.384-0.464 0-0.24533 0.0267-0.47467 0.08-0.688 0.0533-0.21333 0.1387-0.37867 0.256-0.496 0.4267-0.45867 1.0933-0.91733 2-1.376 0.9173-0.45867 2.0587-1.03467 3.424-1.728l0.544 1.184c-0.9707 0.46933-1.7653 0.85867-2.384 1.168-0.608 0.29867-1.1147 0.56533-1.52 0.8-0.3947 0.224-0.7627 0.45333-1.104 0.688 1.248 1.01333 2.2027 1.92533 2.864 2.73599 0.672 0.8 1.008 1.6107 1.008 2.432 0 0.2347-0.0427 0.4907-0.128 0.768s-0.2667 0.5387-0.544 0.784c-0.2773 0.2453-0.6933 0.448-1.248 0.608-0.5547 0.1493-1.3013 0.224-2.24 0.224h-1.456zm11.1081-0.064c0-0.384 0.0534-0.8107 0.16-1.28 0.1067-0.4693 0.2774-0.9867 0.512-1.552l1.152 0.448c-0.1706 0.448-0.2986 0.8587-0.384 1.232-0.0853 0.3733-0.128 0.72-0.128 1.04 0 0.5973 0.1707 1.0773 0.512 1.44 0.352 0.3733 0.8107 0.6453 1.376 0.816 0.576 0.1707 1.2054 0.256 1.888 0.256 0.8214 0 1.568-0.096 2.24-0.288 0.6827-0.1813 1.2267-0.432 1.632-0.752 0.4054-0.32 0.608-0.672 0.608-1.056 0-0.2773-0.2133-0.5173-0.64-0.72-0.4266-0.2027-1.024-0.4107-1.792-0.624l0.304-1.328c1.0987 0.4373 1.9574 0.736 2.576 0.896 0.6294 0.1493 1.1094 0.224 1.44 0.224 0.224 0 0.384 0.064 0.48 0.192 0.1064 0.1173 0.1604 0.2613 0.1604 0.432 0 0.1707-0.075 0.3307-0.2244 0.48-0.1493 0.1387-0.3413 0.208-0.576 0.208h-0.592c0.0107 0.096 0.0214 0.1707 0.032 0.224 0.0214 0.064 0.032 0.144 0.032 0.24 0 0.5227-0.24 1.024-0.72 1.504-0.48 0.4907-1.1733 0.8907-2.08 1.2-0.896 0.3093-1.9733 0.464-3.232 0.464-0.8533 0-1.6373-0.1333-2.352-0.4-0.7146-0.2667-1.2906-0.6773-1.728-1.232-0.4373-0.544-0.656-1.232-0.656-2.064zm11.4513 0.064l0.16-1.312h1.2321c0.885 0 1.541-0.048 1.968-0.144 0.427-0.096 0.704-0.2187 0.832-0.368 0.139-0.16 0.208-0.3307 0.208-0.512 0-0.256-0.096-0.5387-0.288-0.848-0.192-0.3093-0.437-0.624-0.736-0.944-0.299-0.3307-0.619-0.656-0.96-0.97599-0.331-0.32-0.645-0.61333-0.944-0.88-0.299-0.26667-0.544-0.496-0.736-0.688-0.192-0.20267-0.2881-0.34667-0.2881-0.432 0-0.24533 0.0266-0.47467 0.08-0.688 0.0531-0.21333 0.1391-0.37867 0.2561-0.496 0.288-0.30933 0.709-0.62933 1.264-0.96 0.565-0.34133 1.211-0.688 1.936-1.04 0.725-0.36267 1.467-0.73067 2.224-1.104l0.544 1.184c-0.939 0.46933-1.861 0.92267-2.768 1.36-0.896 0.43733-1.68 0.89067-2.352 1.36 0.587 0.50133 1.136 0.98667 1.648 1.456 0.512 0.46933 0.987 0.97599 1.424 1.51999 0.437 0.5333 0.837 1.1413 1.2 1.824 0.224 0.416 0.485 0.72 0.784 0.912 0.299 0.192 0.592 0.32 0.88 0.384 0.288 0.0533 0.528 0.08 0.72 0.08 0.224 0 0.384 0.064 0.48 0.192 0.107 0.1173 0.16 0.2613 0.16 0.432 0 0.1707-0.075 0.3307-0.224 0.48-0.149 0.1387-0.341 0.208-0.576 0.208-0.256 0-0.555-0.032-0.896-0.096-0.331-0.0747-0.667-0.208-1.008-0.4-0.341-0.2027-0.64-0.496-0.896-0.88-0.213 0.3093-0.48 0.5653-0.8 0.768-0.32 0.2027-0.736 0.3573-1.248 0.464-0.512 0.096-1.163 0.144-1.952 0.144h-1.3281zm-0.016-8.87999l-0.592-0.896c0.6186-0.37333 1.4291-0.85867 2.4321-1.456 1.013-0.608 2.208-1.26933 3.584-1.984l0.448 0.976c-1.387 0.736-2.549 1.38133-3.488 1.936-0.939 0.544-1.733 1.01867-2.3841 1.424zm8.2911 8.87999l0.16-1.312c0.533 0 0.949-0.0373 1.248-0.112 0.299-0.0853 0.523-0.24 0.672-0.464 0.16-0.2347 0.288-0.5707 0.384-1.008 0.096-0.4373 0.213-1.008 0.352-1.712l1.248 0.24c-0.064 0.288-0.139 0.6187-0.224 0.992-0.075 0.3733-0.112 0.688-0.112 0.944 0 0.16 0.011 0.3093 0.032 0.448s0.101 0.256 0.24 0.352c0.139 0.096 0.373 0.176 0.704 0.24 0.331 0.0533 0.805 0.08 1.424 0.08 0.224 0 0.384 0.064 0.48 0.192 0.107 0.1173 0.16 0.2613 0.16 0.432 0 0.1707-0.075 0.3307-0.224 0.48-0.149 0.1387-0.341 0.208-0.576 0.208-0.693 0-1.237-0.0373-1.632-0.112-0.384-0.0853-0.672-0.2027-0.864-0.352-0.181-0.16-0.315-0.3573-0.4-0.592-0.309 0.4373-0.693 0.7253-1.152 0.864-0.448 0.128-1.088 0.192-1.92 0.192zm4.032 3.024c-0.224 0-0.416-0.08-0.576-0.24-0.149-0.1493-0.224-0.3307-0.224-0.544 0-0.2133 0.075-0.4 0.224-0.56 0.16-0.16 0.352-0.24 0.576-0.24 0.213 0 0.395 0.08 0.544 0.24 0.16 0.16 0.24 0.3467 0.24 0.56 0 0.2133-0.08 0.3947-0.24 0.544-0.149 0.16-0.331 0.24-0.544 0.24zm-2.192 0c-0.224 0-0.416-0.08-0.576-0.24-0.149-0.1493-0.224-0.3307-0.224-0.544 0-0.2133 0.075-0.4 0.224-0.56 0.16-0.16 0.352-0.24 0.576-0.24 0.213 0 0.395 0.08 0.544 0.24 0.16 0.16 0.24 0.3467 0.24 0.56 0 0.2133-0.08 0.3947-0.24 0.544-0.149 0.16-0.331 0.24-0.544 0.24zm4.279-3.024l0.16-1.312c0.512 0 0.922-0.032 1.232-0.096 0.32-0.064 0.549-0.192 0.688-0.384 0.138-0.2027 0.208-0.5013 0.208-0.896 0-0.3947-0.096-0.9013-0.288-1.52-0.182-0.6187-0.39-1.23199-0.624-1.83999l1.296-0.48c0.138 0.352 0.266 0.74667 0.384 1.184 0.128 0.42669 0.234 0.85329 0.32 1.27999 0.085 0.4267 0.128 0.8 0.128 1.12 0 1.0773-0.288 1.84-0.864 2.288-0.566 0.4373-1.446 0.656-2.64 0.656zm0.592-8.30399l-0.192-0.864c0.16-0.032 0.298-0.064 0.416-0.096 0.117-0.032 0.229-0.05867 0.336-0.08-0.203-0.13867-0.379-0.32-0.528-0.544-0.15-0.224-0.224-0.46933-0.224-0.736 0-0.48 0.165-0.84267 0.496-1.088 0.341-0.24533 0.725-0.368 1.152-0.368 0.245 0 0.496 0.04267 0.752 0.128l-0.128 0.8c-0.107-0.02133-0.214-0.04267-0.32-0.064-0.096-0.02133-0.198-0.032-0.304-0.032-0.523 0-0.784 0.192-0.784 0.576 0 0.27733 0.101 0.50667 0.304 0.688 0.213 0.18133 0.421 0.29867 0.624 0.352 0.405-0.11733 0.762-0.23467 1.072-0.352l0.256 0.816c-0.256 0.096-0.56 0.19733-0.912 0.304-0.342 0.10667-0.694 0.21333-1.056 0.32-0.352 0.096-0.672 0.176-0.96 0.24zm5.326 8.22399l-0.32-11.42399h1.296l0.32 11.42399h-1.296zm3.051-0.72l0.64-1.104c0.213 0.1493 0.512 0.288 0.896 0.416 0.384 0.1173 0.832 0.176 1.344 0.176 0.789 0 1.349-0.1173 1.68-0.352 0.331-0.2453 0.496-0.5813 0.496-1.008 0-0.2133-0.048-0.4747-0.144-0.784-0.085-0.32-0.277-0.7467-0.576-1.28-0.299-0.54399-0.757-1.25332-1.376-2.12799l1.104-0.72c0.843 1.17333 1.435 2.17067 1.776 2.99199 0.341 0.8213 0.512 1.488 0.512 2 0 0.4373-0.107 0.8533-0.32 1.248-0.213 0.3947-0.571 0.72-1.072 0.976-0.501 0.256-1.195 0.384-2.08 0.384-0.587 0-1.131-0.0693-1.632-0.208-0.501-0.1493-0.917-0.352-1.248-0.608zm8.687 0.72l-0.32-11.42399h1.296l0.32 11.42399h-1.296zm13.399 4.768c-2.4 0-4.171-0.2133-5.312-0.64s-1.712-1.056-1.712-1.888c0-0.5867 0.325-1.1467 0.976-1.68 0.661-0.5227 1.653-0.9493 2.976-1.28 1.333-0.3413 2.997-0.512 4.992-0.512 0.224 0 0.384 0.064 0.48 0.192 0.107 0.1173 0.16 0.2613 0.16 0.432 0 0.1707-0.075 0.3307-0.224 0.48-0.149 0.1387-0.341 0.208-0.576 0.208-1.067 0-2.053 0.0587-2.96 0.176-0.907 0.1173-1.701 0.272-2.384 0.464-0.672 0.192-1.2 0.4053-1.584 0.64-0.373 0.2453-0.56 0.496-0.56 0.752 0 0.3733 0.469 0.688 1.408 0.944 0.939 0.2667 2.384 0.4 4.336 0.4 1.643 0 3.067-0.064 4.272-0.192s2.101-0.2453 2.688-0.352l-0.224 1.248c-0.288 0.0747-0.677 0.1493-1.168 0.224-0.491 0.0747-1.045 0.1387-1.664 0.192-0.619 0.064-1.264 0.112-1.936 0.144-0.672 0.032-1.333 0.048-1.984 0.048zm1.907-4.688l0.16-1.312c0.341 0 0.619-0.0213 0.832-0.064 0.213-0.0533 0.389-0.176 0.528-0.368 0.149-0.2027 0.288-0.5173 0.416-0.944 0.128-0.4267 0.277-1.024 0.448-1.792l1.2 0.336c-0.064 0.2773-0.139 0.6027-0.224 0.976-0.085 0.3733-0.128 0.7093-0.128 1.008 0 0.2667 0.101 0.4747 0.304 0.624 0.203 0.1493 0.571 0.224 1.104 0.224 0.32 0 0.581-0.0267 0.784-0.08 0.203-0.0533 0.368-0.1813 0.496-0.384 0.139-0.2027 0.261-0.5227 0.368-0.96 0.107-0.448 0.219-1.0667 0.336-1.856l1.216 0.224c-0.032 0.192-0.075 0.4267-0.128 0.704-0.043 0.2773-0.08 0.5547-0.112 0.832-0.032 0.2667-0.048 0.4907-0.048 0.672 0 0.1493 0.032 0.2933 0.096 0.432 0.075 0.128 0.213 0.2293 0.416 0.304 0.213 0.0747 0.528 0.112 0.944 0.112 0.459 0 0.827-0.0907 1.104-0.272 0.277-0.1813 0.416-0.5493 0.416-1.104 0-0.3947-0.096-0.9013-0.288-1.52-0.181-0.6187-0.389-1.23199-0.624-1.83999l1.296-0.48c0.128 0.352 0.256 0.74667 0.384 1.184 0.128 0.42669 0.235 0.85329 0.32 1.27999 0.085 0.4267 0.128 0.8 0.128 1.12 0 0.992-0.245 1.7333-0.736 2.224-0.491 0.48-1.163 0.72-2.016 0.72-0.587 0-1.051-0.0747-1.392-0.224-0.331-0.16-0.571-0.4053-0.72-0.736-0.256 0.3947-0.565 0.656-0.928 0.784-0.352 0.1173-0.853 0.176-1.504 0.176-0.224 0-0.464-0.0267-0.72-0.08-0.245-0.0533-0.475-0.1547-0.688-0.304-0.213-0.16-0.379-0.3947-0.496-0.704-0.277 0.4693-0.624 0.768-1.04 0.896-0.405 0.128-0.907 0.192-1.504 0.192z" android:fillColor="#ffffff"/>
14
- </vector>
@@ -1,14 +0,0 @@
1
- <vector android:width="141dp" android:height="21dp" android:viewportWidth="141" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <group>
3
- <group>
4
- <path android:pathData="M22.3563 3.42339v4.73836h2.9221c0.6961 0 1.2717-0.23394 1.7271-0.70182 0.4673-0.4668 0.7015-1.02349 0.7015-1.6679 0-0.63142-0.2342-1.18162-0.7015-1.64949-0.4554-0.4798-1.031-0.72024-1.7271-0.72024h-2.9221v0.00109zm0 6.40627v5.49654h-1.7456V1.75549h4.6297c1.1765 0 2.175 0.39207 2.9979 1.17512 0.8349 0.78304 1.2523 1.73721 1.2523 2.86142 0 1.15021-0.4175 2.11088-1.2523 2.88093-0.81 0.77113-1.8096 1.15562-2.9979 1.15562h-2.8841v0.00108zM31.2546 12.4831c0 0.4549 0.193 0.8339 0.5791 1.1372 0.3859 0.3033 0.838 0.4549 1.3563 0.4549 0.734 0 1.3878-0.272 1.9635-0.8145 0.5758-0.5437 0.863-1.1816 0.863-1.9137-0.5443-0.43-1.3032-0.6444-2.2769-0.6444-0.7089 0-1.2998 0.1711-1.7737 0.5122-0.4739 0.3411-0.7113 0.7625-0.7113 1.2683m2.2584-6.74741c1.2903 0 2.3084 0.34441 3.0555 1.03323 0.746 0.68882 1.1188 1.63325 1.1188 2.83327v5.72391h-1.6696v-1.2888h-0.076c-0.721 1.0613-1.6827 1.5921-2.8839 1.5921-1.0246 0-1.8823-0.3033-2.5709-0.9098-0.6894-0.6065-1.0342-1.3646-1.0342-2.2744 0-0.9607 0.3631-1.7243 1.0906-2.2928 0.7275-0.56862 1.698-0.85347 2.9124-0.85347 1.0364 0 1.8908 0.18954 2.5608 0.56861V9.46897c0-0.60651-0.2407-1.12096-0.7209-1.54443-0.4815-0.42348-1.0431-0.63467-1.6882-0.63467-0.9748 0-1.7455 0.41048-2.3148 1.23251l-1.5375-0.96716c0.8479-1.21302 2.1001-1.81953 3.7579-1.81953M47.2687 6.03894L41.4432 19.4201h-1.8021l2.1632-4.6821-3.8329-8.69906h1.8974l2.7702 6.67166h0.038l2.6943-6.67166h1.8974z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
5
- </group>
6
- <group>
7
- <path android:pathData="M15.3029 8.64473c0-0.5491-0.0466-1.07872-0.1345-1.58559H7.80649v3.00336h4.21661c-0.1811 0.9789-0.7286 1.8119-1.5592 2.3697v1.9506h2.5165c1.4735-1.3582 2.3225-3.3651 2.3225-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
8
- <path android:pathData="M7.80647 16.2651c2.10667 0 3.88043-0.691 5.17393-1.8823l-2.5165-1.9506c-0.70039 0.4711-1.60247 0.7462-2.65743 0.7462-2.03619 0-3.76445-1.3711-4.38247-3.21884H0.831604v2.00904C2.11642 14.516 4.75653 16.2651 7.80647 16.2651" android:fillColor="#34a853" android:fillType="evenOdd"/>
9
- <path android:pathData="M3.42401 9.95957C3.26571 9.48844 3.17897 8.9859 3.17897 8.46712S3.26571 7.4458 3.42401 6.97467V4.96561H0.831606C0.300332 6.01833 0 7.20753 0 8.46712 0 9.72671 0.300332 10.916 0.831606 11.9686L3.42401 9.95957z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
10
- <path android:pathData="M7.80647 3.75583c1.15037 0 2.18148 0.39532 2.99463 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.11715-2.031812-5.22273-2.031812-3.04994 0-5.69005 1.749132-6.974866 4.296472L3.424 6.97467c0.61802-1.84769 2.34628-3.21884 4.38247-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
11
- </group>
12
- </group>
13
- <path android:pathData="M59.01 15.2566c-0.6293 0-1.1733-0.1333-1.632-0.4-0.448-0.2773-0.7787-0.592-0.992-0.944H56.29v1.088h-1.632V3.54461h1.728v3.264l-0.096 1.136h0.096c0.2133-0.352 0.544-0.66667 0.992-0.944 0.4587-0.27733 1.0027-0.416 1.632-0.416 0.7467 0 1.4133 0.18667 2 0.56 0.5867 0.37333 1.0507 0.88533 1.392 1.536 0.352 0.65067 0.528 1.39729 0.528 2.23999 0 0.8427-0.176 1.5947-0.528 2.256-0.3413 0.6507-0.8053 1.1627-1.392 1.536-0.5867 0.3627-1.2533 0.544-2 0.544zm-0.256-1.584c0.4267 0 0.8267-0.112 1.2-0.336 0.3733-0.224 0.6773-0.5387 0.912-0.944 0.2347-0.416 0.352-0.9067 0.352-1.472s-0.1173-1.05066-0.352-1.45599c-0.2347-0.416-0.5387-0.736-0.912-0.96-0.3733-0.224-0.7733-0.336-1.2-0.336-0.4267 0-0.8267 0.112-1.2 0.336-0.3733 0.224-0.6773 0.544-0.912 0.96-0.2347 0.40533-0.352 0.89069-0.352 1.45599 0 0.5653 0.1173 1.056 0.352 1.472 0.2347 0.4053 0.5387 0.72 0.912 0.944 0.3733 0.224 0.7733 0.336 1.2 0.336zm6.8272-8.03199c-0.32 0-0.5973-0.112-0.832-0.336-0.224-0.23467-0.336-0.512-0.336-0.832 0-0.32 0.112-0.592 0.336-0.816 0.2347-0.224 0.512-0.336 0.832-0.336 0.32 0 0.592 0.112 0.816 0.336 0.2347 0.224 0.352 0.496 0.352 0.816 0 0.32-0.1173 0.59733-0.352 0.832-0.224 0.224-0.496 0.336-0.816 0.336zm-0.864 9.35999V6.84061h1.728v8.15999h-1.728zm4.038 0V3.54461h1.728V15.0006h-1.728zm6.3972 0.256c-0.5867 0-1.1094-0.112-1.568-0.336-0.4587-0.2347-0.816-0.56-1.072-0.976-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.576 0.1493-1.0667 0.448-1.472 0.3093-0.416 0.72-0.7307 1.232-0.944 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.512 0 0.96 0.048 1.344 0.144 0.3946 0.09599 0.6933 0.19729 0.896 0.30399V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3734 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.352-0.49067 0.816-0.87467 1.392-1.152 0.5866-0.288 1.2266-0.432 1.92-0.432 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.2134 0.3307-0.5334 0.624-0.96 0.88-0.4267 0.256-0.9387 0.384-1.536 0.384zm0.304-1.408c0.448 0 0.8426-0.1067 1.184-0.32 0.3413-0.2133 0.608-0.4907 0.8-0.832 0.2026-0.352 0.304-0.7307 0.304-1.136-0.2454-0.1387-0.5334-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2054 0.144-1.504 0.432-0.2987 0.2773-0.448 0.6187-0.448 1.024 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm6.0203 1.152V6.84061h1.632v1.12h0.096c0.2347-0.39467 0.5814-0.72 1.04-0.976 0.4694-0.26667 0.9814-0.4 1.536-0.4 1.0027 0 1.7547 0.29867 2.256 0.896 0.5014 0.59733 0.752 1.38667 0.752 2.368v5.15199h-1.712v-4.928c0-0.66132-0.1653-1.14132-0.496-1.43999-0.3306-0.30933-0.7626-0.464-1.296-0.464-0.416 0-0.7786 0.11733-1.088 0.352-0.3093 0.224-0.5546 0.52267-0.736 0.896-0.1706 0.37333-0.256 0.77329-0.256 1.19999v4.384h-1.728zm14.1797-2.368V8.34461h-1.424v-1.504h1.424v-2.304h1.728v2.304h2v1.504h-2v3.91999c0 0.4053 0.08 0.7147 0.24 0.928 0.1706 0.2133 0.4533 0.32 0.848 0.32 0.2026 0 0.3733-0.0267 0.512-0.08 0.1493-0.0533 0.2986-0.128 0.448-0.224v1.68c-0.1814 0.0747-0.3734 0.1333-0.576 0.176-0.2027 0.0427-0.4427 0.064-0.72 0.064-0.7574 0-1.36-0.2187-1.808-0.656-0.448-0.448-0.672-1.0613-0.672-1.84zm9.0636 2.624c-0.843 0-1.584-0.192-2.224-0.576-0.64-0.384-1.141-0.9013-1.504-1.552-0.363-0.6507-0.544-1.3867-0.544-2.208 0-0.8107 0.181-1.54132 0.544-2.19199 0.363-0.66133 0.864-1.184 1.504-1.568 0.64-0.384 1.381-0.576 2.224-0.576 0.832 0 1.568 0.192 2.208 0.576 0.64 0.384 1.141 0.90667 1.504 1.568 0.363 0.65067 0.544 1.38129 0.544 2.19199 0 0.8213-0.181 1.5573-0.544 2.208-0.363 0.6507-0.864 1.168-1.504 1.552-0.64 0.384-1.376 0.576-2.208 0.576zm0-1.584c0.448 0 0.864-0.1067 1.248-0.32 0.384-0.224 0.693-0.5387 0.928-0.944 0.245-0.416 0.368-0.912 0.368-1.488s-0.123-1.06666-0.368-1.47199c-0.235-0.416-0.544-0.73067-0.928-0.944-0.384-0.224-0.8-0.336-1.248-0.336-0.448 0-0.869 0.112-1.264 0.336-0.384 0.21333-0.699 0.528-0.944 0.944-0.235 0.40533-0.352 0.89599-0.352 1.47199s0.117 1.072 0.352 1.488c0.245 0.4053 0.56 0.72 0.944 0.944 0.395 0.2133 0.816 0.32 1.264 0.32zm5.278-6.1798l-0.093-0.17188c0.114-0.46875 0.299-1.05208 0.554-1.75 0.256-0.69791 0.529-1.36198 0.821-1.99218h1.039c-0.344 1.32291-0.612 2.6276-0.805 3.91406h-1.516zm0.885 7.5078V3.54461h1.728V15.0006h-1.728zm6.397 0.256c-0.586 0-1.109-0.112-1.568-0.336-0.458-0.2347-0.816-0.56-1.072-0.976-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.576 0.15-1.0667 0.448-1.472 0.31-0.416 0.72-0.7307 1.232-0.944 0.512-0.21332 1.078-0.31999 1.696-0.31999 0.512 0 0.96 0.048 1.344 0.144 0.395 0.09599 0.694 0.19729 0.896 0.30399V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.81 0.096-1.184 0.288-0.373 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.352-0.49067 0.816-0.87467 1.392-1.152 0.587-0.288 1.227-0.432 1.92-0.432 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.213 0.3307-0.533 0.624-0.96 0.88-0.426 0.256-0.938 0.384-1.536 0.384zm0.304-1.408c0.448 0 0.843-0.1067 1.184-0.32 0.342-0.2133 0.608-0.4907 0.8-0.832 0.203-0.352 0.304-0.7307 0.304-1.136-0.245-0.1387-0.533-0.2507-0.864-0.336-0.33-0.096-0.682-0.144-1.056-0.144-0.704 0-1.205 0.144-1.504 0.432-0.298 0.2773-0.448 0.6187-0.448 1.024 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm8.919 1.408c-0.982 0-1.766-0.2133-2.352-0.64-0.587-0.4373-0.992-0.9547-1.216-1.552l1.552-0.672c0.192 0.4373 0.469 0.7733 0.832 1.008 0.362 0.224 0.773 0.336 1.232 0.336 0.426 0 0.794-0.0747 1.104-0.224 0.309-0.16 0.464-0.416 0.464-0.768 0-0.3413-0.155-0.592-0.464-0.752-0.31-0.16-0.694-0.2987-1.152-0.416l-0.976-0.224c-0.395-0.096-0.763-0.2453-1.104-0.448-0.342-0.2027-0.619-0.464-0.832-0.784-0.214-0.33066-0.32-0.71466-0.32-1.15199 0-0.48 0.144-0.896 0.432-1.248 0.288-0.36267 0.666-0.64 1.136-0.832 0.48-0.20267 0.997-0.304 1.552-0.304 0.757 0 1.418 0.14933 1.984 0.448 0.576 0.288 0.997 0.72533 1.264 1.312l-1.488 0.672c-0.192-0.36267-0.443-0.61333-0.752-0.752-0.299-0.14933-0.63-0.224-0.992-0.224-0.406 0-0.747 0.08533-1.024 0.256-0.267 0.17067-0.4 0.384-0.4 0.64 0 0.27733 0.117 0.496 0.352 0.656 0.245 0.16 0.544 0.288 0.896 0.384l1.184 0.28799c0.81 0.2027 1.418 0.512 1.824 0.928 0.405 0.4053 0.608 0.9013 0.608 1.488 0 0.5227-0.15 0.9813-0.448 1.376-0.299 0.384-0.704 0.6827-1.216 0.896-0.502 0.2027-1.062 0.304-1.68 0.304zm5.002-0.256V3.54461h1.728v3.136l-0.096 1.28h0.096c0.224-0.39467 0.565-0.72 1.024-0.976 0.469-0.26667 0.987-0.4 1.552-0.4 1.013 0 1.776 0.304 2.288 0.912 0.512 0.59733 0.768 1.38133 0.768 2.352v5.15199h-1.712v-4.928c0-0.66132-0.176-1.14132-0.528-1.43999-0.341-0.30933-0.763-0.464-1.264-0.464-0.416 0-0.784 0.11733-1.104 0.352-0.32 0.23467-0.571 0.544-0.752 0.928-0.181 0.37333-0.272 0.77329-0.272 1.19999v4.352h-1.728z" android:fillColor="#ffffff"/>
14
- </vector>
@@ -1,7 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <ripple xmlns:android="http://schemas.android.com/apk/res/android"
3
- android:color="#e0ffffff">
4
- <item
5
- android:drawable="@drawable/googlepay_button_background_image" />
6
- </ripple>
7
-
@@ -1,14 +0,0 @@
1
- <vector android:width="153dp" android:height="21dp" android:viewportWidth="153" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M4.16012 15.0006V5.20861H0.944122v-1.664H9.10412v1.664h-3.2v9.79199h-1.744zm5.55725 0V6.84061h1.63203v1.2h0.096c0.1813-0.416 0.4906-0.75733 0.928-1.024 0.448-0.27733 0.928-0.416 1.44-0.416 0.224 0 0.4106 0.016 0.56 0.048 0.16 0.032 0.304 0.06933 0.432 0.112v1.792c-0.2027-0.08533-0.4107-0.15467-0.624-0.208-0.2027-0.05333-0.416-0.08-0.64-0.08-0.4054 0-0.768 0.112-1.088 0.336-0.3094 0.21333-0.5547 0.50667-0.736 0.88-0.1814 0.36267-0.272 0.76269-0.272 1.19999v4.32H9.71737zm8.85063 0.256c-0.5867 0-1.1093-0.112-1.568-0.336-0.4587-0.2347-0.816-0.56-1.072-0.976-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.576 0.1493-1.0667 0.448-1.472 0.3093-0.416 0.72-0.7307 1.232-0.944 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.512 0 0.96 0.048 1.344 0.144 0.3947 0.09599 0.6933 0.19729 0.896 0.30399V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.352-0.49067 0.816-0.87467 1.392-1.152 0.5867-0.288 1.2267-0.432 1.92-0.432 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.2133 0.3307-0.5333 0.624-0.96 0.88-0.4267 0.256-0.9387 0.384-1.536 0.384zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.3413-0.2133 0.608-0.4907 0.8-0.832 0.2027-0.352 0.304-0.7307 0.304-1.136-0.2453-0.1387-0.5333-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2053 0.144-1.504 0.432-0.2987 0.2773-0.448 0.6187-0.448 1.024 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm-0.08-7.99999l-0.304-0.912c0.288-0.096 0.5013-0.20267 0.64-0.32 0.1493-0.11733 0.224-0.272 0.224-0.464 0-0.33067-0.2187-0.496-0.656-0.496-0.16 0-0.3147 0.02133-0.464 0.064-0.1387 0.032-0.2613 0.06933-0.368 0.112l-0.32-0.96c0.192-0.07467 0.4107-0.13867 0.656-0.192 0.2453-0.064 0.4693-0.096 0.672-0.096 0.544 0 0.96 0.13333 1.248 0.4 0.2987 0.256 0.448 0.61867 0.448 1.088 0 0.52267-0.16 0.928-0.48 1.216-0.32 0.288-0.752 0.47467-1.296 0.56zm10.8487 6.78399V8.34461h-1.424v-1.504h1.424v-2.304h1.728v2.304h2v1.504h-2v3.91999c0 0.4053 0.08 0.7147 0.24 0.928 0.1707 0.2133 0.4534 0.32 0.848 0.32 0.2027 0 0.3734-0.0267 0.512-0.08 0.1494-0.0533 0.2987-0.128 0.448-0.224v1.68c-0.1813 0.0747-0.3733 0.1333-0.576 0.176-0.2026 0.0427-0.4426 0.064-0.72 0.064-0.7573 0-1.36-0.2187-1.808-0.656-0.448-0.448-0.672-1.0613-0.672-1.84zm6.6062-6.99199c-0.32 0-0.5974-0.112-0.832-0.336-0.224-0.23467-0.336-0.512-0.336-0.832 0-0.32 0.112-0.592 0.336-0.816 0.2346-0.224 0.512-0.336 0.832-0.336 0.32 0 0.592 0.112 0.816 0.336 0.2346 0.224 0.352 0.496 0.352 0.816 0 0.32-0.1174 0.59733-0.352 0.832-0.224 0.224-0.496 0.336-0.816 0.336zm-0.864 9.35999V6.84061h1.728v8.15999h-1.728zm7.6718 0.256c-0.8 0-1.5146-0.1867-2.144-0.56-0.6293-0.3733-1.1253-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.1707-1.49866 0.512-2.15999 0.3414-0.66133 0.816-1.18933 1.424-1.584 0.6187-0.40533 1.328-0.608 2.128-0.608 0.8427 0 1.5574 0.18133 2.144 0.544 0.5974 0.36267 1.0507 0.85867 1.36 1.488 0.3094 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0053 0.224-0.016 0.32 0 0.096-0.0053 0.1707-0.016 0.224h-6.304c0.0854 0.8107 0.368 1.4187 0.848 1.824 0.4907 0.4053 1.0454 0.608 1.664 0.608 0.5547 0 1.0134-0.1227 1.376-0.368 0.3627-0.256 0.6507-0.5707 0.864-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3653 0.592-2.272 0.592zm-0.08-7.19999c-0.576 0-1.0666 0.176-1.472 0.528-0.4053 0.352-0.6773 0.82133-0.816 1.408h4.528c-0.0213-0.27733-0.112-0.56533-0.272-0.864-0.16-0.29867-0.4053-0.54933-0.736-0.752-0.32-0.21333-0.7306-0.32-1.232-0.32zm1.744-4.752l-1.344-1.984h1.952l0.704 1.984h-1.312zm-4.24 1.968v-0.112l1.728-1.92h1.504l1.744 1.92v0.112h-1.664l-0.752-0.928h-0.16l-0.752 0.928h-1.648zm8.2012 9.72799V6.84061h1.632v1.12h0.096c0.2346-0.39467 0.5813-0.72 1.04-0.976 0.4693-0.26667 0.9813-0.4 1.536-0.4 1.0026 0 1.7546 0.29867 2.256 0.896 0.5013 0.59733 0.752 1.38667 0.752 2.368v5.15199h-1.712v-4.928c0-0.66132-0.1654-1.14132-0.496-1.43999-0.3307-0.30933-0.7627-0.464-1.296-0.464-0.416 0-0.7787 0.11733-1.088 0.352-0.3094 0.224-0.5547 0.52267-0.736 0.896-0.1707 0.37333-0.256 0.77329-0.256 1.19999v4.384h-1.728zm17.6676 0.256c-0.6293 0-1.1733-0.1333-1.632-0.4-0.448-0.2773-0.7787-0.592-0.992-0.944h-0.096v1.088h-1.632V3.54461h1.728v3.264l-0.096 1.136h0.096c0.2133-0.352 0.544-0.66667 0.992-0.944 0.4587-0.27733 1.0027-0.416 1.632-0.416 0.7467 0 1.4133 0.18667 2 0.56 0.5867 0.37333 1.0507 0.88533 1.392 1.536 0.352 0.65067 0.528 1.39729 0.528 2.23999 0 0.8427-0.176 1.5947-0.528 2.256-0.3413 0.6507-0.8053 1.1627-1.392 1.536-0.5867 0.3627-1.2533 0.544-2 0.544zm-0.256-1.584c0.4267 0 0.8267-0.112 1.2-0.336 0.3733-0.224 0.6773-0.5387 0.912-0.944 0.2347-0.416 0.352-0.9067 0.352-1.472s-0.1173-1.05066-0.352-1.45599c-0.2347-0.416-0.5387-0.736-0.912-0.96-0.3733-0.224-0.7733-0.336-1.2-0.336-0.4267 0-0.8267 0.112-1.2 0.336-0.3733 0.224-0.6773 0.544-0.912 0.96-0.2347 0.40533-0.352 0.89069-0.352 1.45599 0 0.5653 0.1173 1.056 0.352 1.472 0.2347 0.4053 0.5387 0.72 0.912 0.944 0.3733 0.224 0.7733 0.336 1.2 0.336zm8.4734 1.584c-0.5867 0-1.1094-0.112-1.568-0.336-0.4587-0.2347-0.816-0.56-1.072-0.976-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.576 0.1493-1.0667 0.448-1.472 0.3093-0.416 0.72-0.7307 1.232-0.944 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.512 0 0.96 0.048 1.344 0.144 0.3946 0.09599 0.6933 0.19729 0.896 0.30399V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3734 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.352-0.49067 0.816-0.87467 1.392-1.152 0.5866-0.288 1.2266-0.432 1.92-0.432 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.2134 0.3307-0.5334 0.624-0.96 0.88-0.4267 0.256-0.9387 0.384-1.536 0.384zm0.304-1.408c0.448 0 0.8426-0.1067 1.184-0.32 0.3413-0.2133 0.608-0.4907 0.8-0.832 0.2026-0.352 0.304-0.7307 0.304-1.136-0.2454-0.1387-0.5334-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2054 0.144-1.504 0.432-0.2987 0.2773-0.448 0.6187-0.448 1.024 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm-0.272-10.84799l-1.232-1.712h1.84l0.704 1.712h-1.312zm0.64 2.672c-0.4374 0-0.832-0.096-1.184-0.288-0.3414-0.192-0.6134-0.448-0.816-0.768-0.192-0.32-0.2934-0.672-0.304-1.056h1.312c0.0213 0.256 0.1173 0.47467 0.288 0.656 0.1706 0.18133 0.4053 0.272 0.704 0.272 0.2986 0 0.5333-0.09067 0.704-0.272 0.1706-0.18133 0.272-0.4 0.304-0.656h1.312c-0.0107 0.384-0.1174 0.736-0.32 1.056-0.2027 0.32-0.4747 0.576-0.816 0.768-0.3414 0.192-0.736 0.288-1.184 0.288zm5.6523 9.32799V6.84061h1.632v1.12h0.096c0.2347-0.39467 0.5814-0.72 1.04-0.976 0.4694-0.26667 0.9814-0.4 1.536-0.4 1.0027 0 1.7547 0.29867 2.256 0.896 0.5014 0.59733 0.752 1.38667 0.752 2.368v5.15199h-1.712v-4.928c0-0.66132-0.1653-1.14132-0.496-1.43999-0.3306-0.30933-0.7626-0.464-1.296-0.464-0.416 0-0.7786 0.11733-1.088 0.352-0.3093 0.224-0.5546 0.52267-0.736 0.896-0.1706 0.37333-0.256 0.77329-0.256 1.19999v4.384h-1.728zm13.0332 3.712c-0.7147 0-1.3334-0.1173-1.856-0.352-0.512-0.224-0.928-0.5173-1.248-0.88-0.32-0.352-0.5494-0.7147-0.688-1.088l1.6-0.672c0.1706 0.4267 0.4426 0.7733 0.816 1.04 0.384 0.2773 0.8426 0.416 1.376 0.416 0.7466 0 1.3333-0.224 1.76-0.672 0.4373-0.448 0.656-1.0827 0.656-1.904v-0.784h-0.096c-0.256 0.384-0.6134 0.6933-1.072 0.928-0.448 0.224-0.96 0.336-1.536 0.336-0.6934 0-1.328-0.176-1.904-0.528-0.576-0.352-1.04-0.8427-1.392-1.472-0.352-0.64-0.528-1.3867-0.528-2.24 0-0.86399 0.176-1.61066 0.528-2.23999 0.352-0.64 0.816-1.136 1.392-1.488 0.576-0.352 1.2106-0.528 1.904-0.528 0.576 0 1.088 0.11733 1.536 0.352 0.4586 0.23467 0.816 0.544 1.072 0.928h0.096v-1.024h1.648v7.72799c0 0.8853-0.176 1.6373-0.528 2.256-0.3414 0.6187-0.816 1.088-1.424 1.408-0.608 0.32-1.312 0.48-2.112 0.48zm0.016-5.2c0.4266 0 0.8213-0.1013 1.184-0.304 0.3626-0.2133 0.656-0.5173 0.88-0.912 0.224-0.4053 0.336-0.8907 0.336-1.456 0-0.5867-0.112-1.07732-0.336-1.47199-0.224-0.40533-0.5174-0.70933-0.88-0.912-0.3627-0.20267-0.7574-0.304-1.184-0.304-0.4267 0-0.8267 0.10667-1.2 0.32-0.3627 0.20267-0.656 0.50133-0.88 0.896-0.224 0.39467-0.336 0.88529-0.336 1.47199 0 0.576 0.112 1.0667 0.336 1.472 0.224 0.3947 0.5173 0.6933 0.88 0.896 0.3733 0.2027 0.7733 0.304 1.2 0.304z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M127.356 3.42339v4.73836h2.922c0.696 0 1.272-0.23394 1.727-0.70182 0.468-0.4668 0.702-1.02349 0.702-1.6679 0-0.63142-0.234-1.18162-0.702-1.64949-0.455-0.4798-1.031-0.72024-1.727-0.72024h-2.922v0.00109zm0 6.40627v5.49654h-1.745V1.75549h4.629c1.177 0 2.175 0.39207 2.998 1.17512 0.835 0.78304 1.253 1.73721 1.253 2.86142 0 1.15021-0.418 2.11088-1.253 2.88093-0.81 0.77113-1.809 1.15562-2.998 1.15562h-2.884v0.00108zM136.255 12.4831c0 0.4549 0.193 0.8339 0.579 1.1372 0.385 0.3033 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.863-1.1816 0.863-1.9137-0.544-0.43-1.303-0.6444-2.276-0.6444-0.709 0-1.3 0.1711-1.774 0.5122-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74741c1.29 0 2.308 0.34441 3.055 1.03323 0.746 0.68882 1.119 1.63325 1.119 2.83327v5.72391h-1.669v-1.2888h-0.076c-0.721 1.0613-1.683 1.5921-2.884 1.5921-1.025 0-1.883-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3646-1.034-2.2744 0-0.9607 0.363-1.7243 1.09-2.2928 0.728-0.56862 1.698-0.85347 2.913-0.85347 1.036 0 1.89 0.18954 2.56 0.56861V9.46897c0-0.60651-0.24-1.12096-0.72-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M152.269 6.03894l-5.826 13.38116h-1.802l2.163-4.6821-3.833-8.69906h1.898l2.77 6.67166h0.038l2.694-6.67166h1.898z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
6
- </group>
7
- <group>
8
- <path android:pathData="M120.303 8.64473c0-0.5491-0.047-1.07872-0.135-1.58559h-7.362v3.00336h4.217c-0.181 0.9789-0.729 1.8119-1.559 2.3697v1.9506h2.516c1.474-1.3582 2.323-3.3651 2.323-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
- <path android:pathData="M112.806 16.2651c2.107 0 3.881-0.691 5.174-1.8823l-2.516-1.9506c-0.7 0.4711-1.603 0.7462-2.658 0.7462-2.036 0-3.764-1.3711-4.382-3.21884h-2.592v2.00904c1.284 2.5474 3.925 4.2965 6.974 4.2965" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M108.424 9.95957c-0.158-0.47113-0.245-0.97367-0.245-1.49245s0.087-1.02132 0.245-1.49245V4.96561h-2.592C105.3 6.01833 105 7.20753 105 8.46712c0 1.25959 0.3 2.44888 0.832 3.50148l2.592-2.00903z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M112.806 3.75583c1.151 0 2.182 0.39532 2.995 1.1697v0.00108l2.228-2.22567c-1.353-1.25851-3.117-2.031812-5.223-2.031812-3.049 0-5.69 1.749132-6.974 4.296472l2.592 2.00907c0.618-1.84769 2.346-3.21884 4.382-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
12
- </group>
13
- </group>
14
- </vector>
@@ -1,15 +0,0 @@
1
- <vector android:width="126dp" android:height="21dp" android:viewportWidth="126" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M4.978 7.88061H1.506v1.12h2.336v4.54399h1.136V7.88061zm0 5.18399h-1.04c-0.848 0.688-1.84 1.408-2.64 1.904l0.592 1.184c0.912-0.688 1.776-1.392 2.592-2.08 0.992 1.264 2.448 1.824 4.544 1.904 1.792 0.08 5.216 0.048 6.992-0.032 0.064-0.352 0.24-0.912 0.384-1.184-1.92 0.128-5.616 0.176-7.376 0.096-1.888-0.064-3.264-0.608-4.048-1.792zm-3.2-10.38399c1.008 0.752 2.176 1.888 2.672 2.672l0.912-0.832c-0.528-0.784-1.728-1.872-2.752-2.592l-0.832 0.752zm6.4 1.568c1.552 0.592 3.536 1.504 4.544 2.128l0.816-0.752c-1.072-0.64-3.088-1.52-4.592-2.048l-0.768 0.672zm-1.52 1.344v8.28799h1.136V6.52061h7.136v-0.928H6.658zm7.696 0v7.07199c0 0.208-0.048 0.272-0.256 0.272-0.208 0-0.88 0.016-1.632-0.016 0.144 0.272 0.288 0.688 0.336 0.992 1.072 0 1.744 0 2.16-0.192 0.432-0.176 0.544-0.448 0.544-1.04V5.59261h-1.152zm-7.696-3.36v0.96h7.984v-0.96H6.658zm0.624 5.696v0.896h7.536v-0.896H7.282zm0 2.35199v0.928h7.536v-0.928H7.282zm3.2-4.30399v7.83999h1.088V5.97661h-1.088zm3.76-3.744v0.224c-0.72 0.752-2.208 1.68-3.52 2.192 0.176 0.176 0.48 0.496 0.64 0.704 1.456-0.608 3.072-1.6 4.144-2.608l-0.736-0.576-0.256 0.064h-0.272zm4.006 0.384c0.896 0.832 1.92 2 2.384 2.768l0.992-0.72c-0.496-0.736-1.552-1.856-2.448-2.656l-0.928 0.608zm2.928 4.944h-3.392v1.136h2.224v4.68799h1.168V7.56061zm-0.608 5.19999c-0.8 0-1.888 0.832-2.992 2.032l0.848 1.12c0.816-1.088 1.584-2.032 2.128-2.032 0.352 0 0.864 0.528 1.552 0.96 1.104 0.704 2.448 0.864 4.448 0.864 1.52 0 4.368-0.08 5.504-0.144 0.016-0.368 0.208-0.976 0.368-1.312-1.552 0.176-3.968 0.304-5.856 0.304-1.792 0-3.152-0.112-4.192-0.768-0.896-0.544-1.264-1.024-1.808-1.024zm1.744-8.30399v1.136h9.632v-1.136h-9.632zm6.192-2.832V11.9286c0 0.288-0.112 0.368-0.432 0.4-0.32 0-1.424 0-2.608-0.032 0.176 0.352 0.384 0.88 0.432 1.232 1.52 0 2.496-0.032 3.04-0.224 0.576-0.192 0.8-0.544 0.8-1.36V1.62461h-1.232zm-5.424 5.744c0.816 1.008 1.808 2.4 2.24 3.24799l1.008-0.62399c-0.464-0.832-1.472-2.16-2.288-3.136l-0.96 0.512z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M61.3563 3.42339v4.73836h2.9221c0.6961 0 1.2717-0.23394 1.7271-0.70182 0.4673-0.4668 0.7015-1.02349 0.7015-1.6679 0-0.63142-0.2342-1.18162-0.7015-1.64949-0.4554-0.4798-1.031-0.72024-1.7271-0.72024h-2.9221v0.00109zm0 6.40627v5.49654h-1.7456V1.75549h4.6297c1.1765 0 2.175 0.39207 2.9979 1.17512 0.8349 0.78304 1.2523 1.73721 1.2523 2.86142 0 1.15021-0.4175 2.11088-1.2523 2.88093-0.81 0.77113-1.8096 1.15562-2.9979 1.15562h-2.8841v0.00108zM70.2546 12.4831c0 0.4549 0.193 0.8339 0.5791 1.1372 0.3859 0.3033 0.838 0.4549 1.3563 0.4549 0.734 0 1.3878-0.272 1.9635-0.8145 0.5758-0.5437 0.863-1.1816 0.863-1.9137-0.5443-0.43-1.3032-0.6444-2.2769-0.6444-0.7089 0-1.2998 0.1711-1.7737 0.5122-0.4739 0.3411-0.7113 0.7625-0.7113 1.2683m2.2584-6.74741c1.2903 0 2.3084 0.34441 3.0555 1.03323 0.746 0.68882 1.1188 1.63325 1.1188 2.83327v5.72391h-1.6696v-1.2888h-0.076c-0.721 1.0613-1.6827 1.5921-2.8839 1.5921-1.0246 0-1.8823-0.3033-2.5709-0.9098-0.6894-0.6065-1.0342-1.3646-1.0342-2.2744 0-0.9607 0.3631-1.7243 1.0906-2.2928 0.7275-0.56862 1.698-0.85347 2.9124-0.85347 1.0364 0 1.8908 0.18954 2.5608 0.56861V9.46897c0-0.60651-0.2407-1.12096-0.7209-1.54443-0.4815-0.42348-1.0431-0.63467-1.6882-0.63467-0.9748 0-1.7455 0.41048-2.3148 1.23251l-1.5375-0.96716c0.8479-1.21302 2.1001-1.81953 3.7579-1.81953M86.2687 6.03894L80.4433 19.4201h-1.8021l2.1631-4.6821-3.8329-8.69906h1.8974l2.7703 6.67166h0.0379l2.6943-6.67166h1.8974z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
6
- </group>
7
- <group>
8
- <path android:pathData="M54.3029 8.64473c0-0.5491-0.0466-1.07872-0.1345-1.58559h-7.3619v3.00336h4.2166c-0.1811 0.9789-0.7286 1.8119-1.5592 2.3697v1.9506h2.5165c1.4735-1.3582 2.3225-3.3651 2.3225-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
- <path android:pathData="M46.8065 16.2651c2.1066 0 3.8804-0.691 5.1739-1.8823l-2.5165-1.9506c-0.7004 0.4711-1.6025 0.7462-2.6574 0.7462-2.0362 0-3.7645-1.3711-4.3825-3.21884h-2.5924v2.00904c1.2848 2.5474 3.9249 4.2965 6.9749 4.2965" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M42.424 9.95957c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96561h-2.5924C39.3003 6.01833 39 7.20753 39 8.46712c0 1.25959 0.3003 2.44888 0.8316 3.50148l2.5924-2.00903z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M46.8065 3.75583c1.1503 0 2.1814 0.39532 2.9946 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.1171-2.031812-5.2227-2.031812-3.05 0-5.6901 1.749132-6.9749 4.296472l2.5924 2.00907c0.618-1.84769 2.3463-3.21884 4.3825-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
12
- </group>
13
- </group>
14
- <path android:pathData="M98.154 5.12861v1.216h9.76v-1.216h-9.76zm6.512-3.376V14.6486c0 0.368-0.144 0.464-0.528 0.496-0.368 0.016-1.696 0.016-3.056-0.032 0.192 0.336 0.416 0.88 0.48 1.2 1.744 0.016 2.832 0 3.456-0.208 0.608-0.176 0.864-0.544 0.864-1.456V1.75261h-1.216zm-5.504 6.768c0.816 1.28 1.856 3.00799 2.336 3.99999l1.12-0.608c-0.512-0.976-1.584-2.63999-2.416-3.88799l-1.04 0.496zm-3.552-2.592V16.2486h1.216V4.74461l-0.016-0.032-1.2 1.216zm1.744-4.256c-0.928 2.496-2.464 4.944-4.112 6.512 0.224 0.288 0.608 0.896 0.752 1.184 1.776-1.808 3.456-4.56 4.528-7.344l-1.168-0.352zm12.262 1.424v1.008h7.392v-1.008h-7.392zm-0.192 6.848v1.00799h7.728V9.94461h-7.728zm0.56-4.464v1.024h6.688v-1.024h-6.688zm0.176 2.224v1.008h6.32v-1.008h-6.32zm2.592 2.67199v4.672c0 0.16-0.048 0.208-0.224 0.208-0.176 0.016-0.736 0.016-1.376 0 0.144 0.304 0.304 0.736 0.352 1.04 0.912 0 1.488-0.016 1.872-0.192 0.4-0.16 0.496-0.48 0.496-1.04v-4.688h-1.12zm-0.016-8.75199v4.512h1.136v-4.512h-1.136zm-2.08 9.88799c-0.288 1.2-0.8 2.4-1.472 3.232 0.256 0.096 0.72 0.352 0.928 0.496 0.656-0.88 1.232-2.192 1.568-3.536l-1.024-0.192zm4.144 0.352c0.464 0.784 0.944 1.856 1.152 2.496l0.944-0.464c-0.192-0.624-0.704-1.632-1.184-2.4l-0.912 0.368zm3.52-7.39199v1.104h4.848v-1.104h-4.848zm1.952 0.448h-0.592v2.848c0 1.312-0.48 5.42399-3.84 7.56799 0.224 0.224 0.56 0.704 0.688 0.96 2.624-1.712 3.568-4.688 3.728-6.064 0.16 1.312 0.992 4.432 3.264 6.064 0.16-0.288 0.528-0.752 0.736-1.024-2.944-2.08-3.424-6.22399-3.424-7.50399v-2.848h-0.56zm-1.904-3.376c-0.304 2.56-0.896 5.024-1.92 6.608 0.288 0.176 0.816 0.528 1.024 0.72 1.04-1.728 1.728-4.368 2.096-7.136l-1.2-0.192zm4.464 2.928v0.224c-0.144 1.232-0.384 2.848-0.64 3.824l0.96 0.272c0.32-1.056 0.624-2.736 0.832-4.144l-0.768-0.224-0.208 0.048h-0.176z" android:fillColor="#ffffff"/>
15
- </vector>
@@ -1,15 +0,0 @@
1
- <vector android:width="126dp" android:height="21dp" android:viewportWidth="126" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M4.77 7.88061H1.586v1.12h2.032v4.54399H4.77V7.88061zm0 5.18399H3.73c-0.752 0.688-1.616 1.408-2.32 1.92l0.624 1.168c0.8-0.704 1.536-1.392 2.24-2.08 0.992 1.264 2.448 1.824 4.56 1.904 1.792 0.08 5.216 0.048 7.024-0.032 0.048-0.352 0.24-0.912 0.384-1.184-1.936 0.128-5.632 0.176-7.408 0.096-1.904-0.064-3.312-0.608-4.064-1.792zM1.73 2.63261c0.976 0.784 2.08 1.904 2.528 2.704l0.992-0.752c-0.496-0.784-1.616-1.888-2.608-2.608l-0.912 0.656zm4.112 1.904v0.944h10.224v-0.944H5.842zm1.28 4.032v0.928h5.376v-0.928H7.122zm5.264 1.43999v0.912h2.384v-0.912h-2.384zm-2.048-7.16799v5.344h1.136v-5.344h-1.136zm-0.32 2.128c-0.992 1.344-2.944 2.64-4.688 3.232 0.24 0.208 0.56 0.592 0.736 0.864 1.76-0.72 3.744-2.192 4.816-3.744l-0.864-0.352zm1.776 0.048l-0.816 0.304c1.024 1.488 2.896 2.928 4.64 3.6 0.16-0.272 0.48-0.672 0.72-0.896-1.728-0.528-3.6-1.744-4.544-3.008zm2.64 4.99199v0.16c-0.144 1.744-0.304 2.448-0.56 2.672-0.112 0.112-0.256 0.128-0.528 0.128s-1.024-0.016-1.792-0.096c0.16 0.272 0.272 0.656 0.304 0.944 0.784 0.048 1.552 0.048 1.952 0.016 0.416-0.016 0.72-0.096 0.976-0.352 0.352-0.32 0.56-1.136 0.736-3.024 0.016-0.16 0.048-0.448 0.048-0.448h-1.136zm0.144-8.17599c-1.872 0.432-5.36 0.704-8.256 0.816 0.112 0.24 0.24 0.624 0.272 0.864 2.944-0.096 6.528-0.368 8.784-0.864l-0.8-0.816zm-5.472 6.992c-0.208 2.06399-0.8 3.56799-3.264 4.33599 0.224 0.208 0.528 0.624 0.64 0.896 2.752-0.944 3.488-2.736 3.744-5.23199h-1.12zm3.088-0.256c-0.128 0.896-0.352 1.98399-0.56 2.75199l1.04 0.144c0.192-0.784 0.432-1.91999 0.608-2.89599h-1.088zm8.726-0.688h-3.184v1.12h2.032v4.54399h1.152V7.88061zm0 5.18399h-1.04c-0.752 0.688-1.616 1.408-2.32 1.92l0.624 1.168c0.8-0.704 1.536-1.392 2.24-2.08 0.992 1.264 2.448 1.824 4.56 1.904 1.792 0.08 5.216 0.048 7.024-0.032 0.048-0.352 0.24-0.912 0.384-1.184-1.936 0.128-5.632 0.176-7.408 0.096-1.904-0.064-3.312-0.608-4.064-1.792zM17.88 2.63261c0.976 0.784 2.08 1.904 2.528 2.704l0.992-0.752c-0.496-0.784-1.616-1.888-2.608-2.608l-0.912 0.656zm4.592 4.448v6.94399h1.072V8.04061h7.584v-0.96h-8.656zm3.872-2.704v3.104h0.912v-2.256h2.448v-0.848h-3.36zm-2.624-2.256v5.28h1.072v-4.336h4.432v4.336h1.088v-5.28H23.72zm1.712 6.944v0.864h2.688v1.69599h-2.688v0.832h3.616V9.06461h-3.616zm5.024-1.984v5.75999c0 0.16-0.064 0.208-0.24 0.224-0.176 0-0.784 0-1.456-0.016 0.144 0.272 0.288 0.688 0.336 0.976 0.944 0 1.568 0 1.952-0.176 0.416-0.16 0.512-0.464 0.512-1.008V7.08061h-1.104zm-5.568 1.984v4.03199h0.928V9.06461h-0.928z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M61.3563 3.42339v4.73836h2.9221c0.6961 0 1.2717-0.23394 1.7271-0.70182 0.4673-0.4668 0.7015-1.02349 0.7015-1.6679 0-0.63142-0.2342-1.18162-0.7015-1.64949-0.4554-0.4798-1.031-0.72024-1.7271-0.72024h-2.9221v0.00109zm0 6.40627v5.49654h-1.7456V1.75549h4.6297c1.1765 0 2.175 0.39207 2.9979 1.17512 0.8349 0.78304 1.2523 1.73721 1.2523 2.86142 0 1.15021-0.4175 2.11088-1.2523 2.88093-0.81 0.77113-1.8096 1.15562-2.9979 1.15562h-2.8841v0.00108zM70.2546 12.4831c0 0.4549 0.193 0.8339 0.5791 1.1372 0.3859 0.3033 0.838 0.4549 1.3563 0.4549 0.734 0 1.3878-0.272 1.9635-0.8145 0.5758-0.5437 0.863-1.1816 0.863-1.9137-0.5443-0.43-1.3032-0.6444-2.2769-0.6444-0.7089 0-1.2998 0.1711-1.7737 0.5122-0.4739 0.3411-0.7113 0.7625-0.7113 1.2683m2.2584-6.74741c1.2903 0 2.3084 0.34441 3.0555 1.03323 0.746 0.68882 1.1188 1.63325 1.1188 2.83327v5.72391h-1.6696v-1.2888h-0.076c-0.721 1.0613-1.6827 1.5921-2.8839 1.5921-1.0246 0-1.8823-0.3033-2.5709-0.9098-0.6894-0.6065-1.0342-1.3646-1.0342-2.2744 0-0.9607 0.3631-1.7243 1.0906-2.2928 0.7275-0.56862 1.698-0.85347 2.9124-0.85347 1.0364 0 1.8908 0.18954 2.5608 0.56861V9.46897c0-0.60651-0.2407-1.12096-0.7209-1.54443-0.4815-0.42348-1.0431-0.63467-1.6882-0.63467-0.9748 0-1.7455 0.41048-2.3148 1.23251l-1.5375-0.96716c0.8479-1.21302 2.1001-1.81953 3.7579-1.81953M86.2687 6.03894L80.4433 19.4201h-1.8021l2.1631-4.6821-3.8329-8.69906h1.8974l2.7703 6.67166h0.0379l2.6943-6.67166h1.8974z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
6
- </group>
7
- <group>
8
- <path android:pathData="M54.3029 8.64473c0-0.5491-0.0466-1.07872-0.1345-1.58559h-7.3619v3.00336h4.2166c-0.1811 0.9789-0.7286 1.8119-1.5592 2.3697v1.9506h2.5165c1.4735-1.3582 2.3225-3.3651 2.3225-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
- <path android:pathData="M46.8065 16.2651c2.1066 0 3.8804-0.691 5.1739-1.8823l-2.5165-1.9506c-0.7004 0.4711-1.6025 0.7462-2.6574 0.7462-2.0362 0-3.7645-1.3711-4.3825-3.21884h-2.5924v2.00904c1.2848 2.5474 3.9249 4.2965 6.9749 4.2965" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M42.424 9.95957c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96561h-2.5924C39.3003 6.01833 39 7.20753 39 8.46712c0 1.25959 0.3003 2.44888 0.8316 3.50148l2.5924-2.00903z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M46.8065 3.75583c1.1503 0 2.1814 0.39532 2.9946 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.1171-2.031812-5.2227-2.031812-3.05 0-5.6901 1.749132-6.9749 4.296472l2.5924 2.00907c0.618-1.84769 2.3463-3.21884 4.3825-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
12
- </group>
13
- </group>
14
- <path android:pathData="M98.154 5.12861v1.216h9.76v-1.216h-9.76zm6.512-3.376V14.6486c0 0.368-0.144 0.464-0.528 0.496-0.368 0.016-1.696 0.016-3.056-0.032 0.192 0.336 0.416 0.88 0.48 1.2 1.744 0.016 2.832 0 3.456-0.208 0.608-0.176 0.864-0.544 0.864-1.456V1.75261h-1.216zm-5.504 6.768c0.816 1.28 1.856 3.00799 2.336 3.99999l1.12-0.608c-0.512-0.976-1.584-2.63999-2.416-3.88799l-1.04 0.496zm-3.552-2.592V16.2486h1.216V4.74461l-0.016-0.032-1.2 1.216zm1.744-4.256c-0.928 2.496-2.464 4.944-4.112 6.512 0.224 0.288 0.608 0.896 0.752 1.184 1.776-1.808 3.456-4.56 4.528-7.344l-1.168-0.352zm12.262 1.424v1.008h7.392v-1.008h-7.392zm-0.192 6.848v1.00799h7.728V9.94461h-7.728zm0.56-4.464v1.024h6.688v-1.024h-6.688zm0.176 2.224v1.008h6.32v-1.008h-6.32zm2.592 2.67199v4.672c0 0.16-0.048 0.208-0.224 0.208-0.176 0.016-0.736 0.016-1.376 0 0.144 0.304 0.304 0.736 0.352 1.04 0.912 0 1.488-0.016 1.872-0.192 0.4-0.16 0.496-0.48 0.496-1.04v-4.688h-1.12zm-0.016-8.75199v4.512h1.136v-4.512h-1.136zm-2.08 9.88799c-0.288 1.2-0.8 2.4-1.472 3.232 0.256 0.096 0.72 0.352 0.928 0.496 0.656-0.88 1.232-2.192 1.568-3.536l-1.024-0.192zm4.144 0.352c0.464 0.784 0.944 1.856 1.152 2.496l0.944-0.464c-0.192-0.624-0.704-1.632-1.184-2.4l-0.912 0.368zm3.52-7.39199v1.104h4.848v-1.104h-4.848zm1.952 0.448h-0.592v2.848c0 1.312-0.48 5.42399-3.84 7.56799 0.224 0.224 0.56 0.704 0.688 0.96 2.624-1.712 3.568-4.688 3.728-6.064 0.16 1.312 0.992 4.432 3.264 6.064 0.16-0.288 0.528-0.752 0.736-1.024-2.944-2.08-3.424-6.22399-3.424-7.50399v-2.848h-0.56zm-1.904-3.376c-0.304 2.56-0.896 5.024-1.92 6.608 0.288 0.176 0.816 0.528 1.024 0.72 1.04-1.728 1.728-4.368 2.096-7.136l-1.2-0.192zm4.464 2.928v0.224c-0.144 1.232-0.384 2.848-0.64 3.824l0.96 0.272c0.32-1.056 0.624-2.736 0.832-4.144l-0.768-0.224-0.208 0.048h-0.176z" android:fillColor="#ffffff"/>
15
- </vector>
@@ -1,15 +0,0 @@
1
- <vector android:width="126dp" android:height="21dp" android:viewportWidth="126" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M4.77 7.88061H1.586v1.12h2.032v4.54399H4.77V7.88061zm0 5.18399H3.73c-0.752 0.688-1.616 1.408-2.32 1.92l0.624 1.168c0.8-0.704 1.536-1.392 2.24-2.08 0.992 1.264 2.448 1.824 4.56 1.904 1.792 0.08 5.216 0.048 7.024-0.032 0.048-0.352 0.24-0.912 0.384-1.184-1.936 0.128-5.632 0.176-7.408 0.096-1.904-0.064-3.312-0.608-4.064-1.792zM1.73 2.63261c0.976 0.784 2.08 1.904 2.528 2.704l0.992-0.752c-0.496-0.784-1.616-1.888-2.608-2.608l-0.912 0.656zm4.112 1.904v0.944h10.224v-0.944H5.842zm1.28 4.032v0.928h5.376v-0.928H7.122zm5.264 1.43999v0.912h2.384v-0.912h-2.384zm-2.048-7.16799v5.344h1.136v-5.344h-1.136zm-0.32 2.128c-0.992 1.344-2.944 2.64-4.688 3.232 0.24 0.208 0.56 0.592 0.736 0.864 1.76-0.72 3.744-2.192 4.816-3.744l-0.864-0.352zm1.776 0.048l-0.816 0.304c1.024 1.488 2.896 2.928 4.64 3.6 0.16-0.272 0.48-0.672 0.72-0.896-1.728-0.528-3.6-1.744-4.544-3.008zm2.64 4.99199v0.16c-0.144 1.744-0.304 2.448-0.56 2.672-0.112 0.112-0.256 0.128-0.528 0.128s-1.024-0.016-1.792-0.096c0.16 0.272 0.272 0.656 0.304 0.944 0.784 0.048 1.552 0.048 1.952 0.016 0.416-0.016 0.72-0.096 0.976-0.352 0.352-0.32 0.56-1.136 0.736-3.024 0.016-0.16 0.048-0.448 0.048-0.448h-1.136zm0.144-8.17599c-1.872 0.432-5.36 0.704-8.256 0.816 0.112 0.24 0.24 0.624 0.272 0.864 2.944-0.096 6.528-0.368 8.784-0.864l-0.8-0.816zm-5.472 6.992c-0.208 2.06399-0.8 3.56799-3.264 4.33599 0.224 0.208 0.528 0.624 0.64 0.896 2.752-0.944 3.488-2.736 3.744-5.23199h-1.12zm3.088-0.256c-0.128 0.896-0.352 1.98399-0.56 2.75199l1.04 0.144c0.192-0.784 0.432-1.91999 0.608-2.89599h-1.088zm8.726-0.688h-3.184v1.12h2.032v4.54399h1.152V7.88061zm0 5.18399h-1.04c-0.752 0.688-1.616 1.408-2.32 1.92l0.624 1.168c0.8-0.704 1.536-1.392 2.24-2.08 0.992 1.264 2.448 1.824 4.56 1.904 1.792 0.08 5.216 0.048 7.024-0.032 0.048-0.352 0.24-0.912 0.384-1.184-1.936 0.128-5.632 0.176-7.408 0.096-1.904-0.064-3.312-0.608-4.064-1.792zM17.88 2.63261c0.976 0.784 2.08 1.904 2.528 2.704l0.992-0.752c-0.496-0.784-1.616-1.888-2.608-2.608l-0.912 0.656zm4.592 4.448v6.94399h1.072V8.04061h7.584v-0.96h-8.656zm3.872-2.704v3.104h0.912v-2.256h2.448v-0.848h-3.36zm-2.624-2.256v5.28h1.072v-4.336h4.432v4.336h1.088v-5.28H23.72zm1.712 6.944v0.864h2.688v1.69599h-2.688v0.832h3.616V9.06461h-3.616zm5.024-1.984v5.75999c0 0.16-0.064 0.208-0.24 0.224-0.176 0-0.784 0-1.456-0.016 0.144 0.272 0.288 0.688 0.336 0.976 0.944 0 1.568 0 1.952-0.176 0.416-0.16 0.512-0.464 0.512-1.008V7.08061h-1.104zm-5.568 1.984v4.03199h0.928V9.06461h-0.928z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M61.3563 3.42339v4.73836h2.9221c0.6961 0 1.2717-0.23394 1.7271-0.70182 0.4673-0.4668 0.7015-1.02349 0.7015-1.6679 0-0.63142-0.2342-1.18162-0.7015-1.64949-0.4554-0.4798-1.031-0.72024-1.7271-0.72024h-2.9221v0.00109zm0 6.40627v5.49654h-1.7456V1.75549h4.6297c1.1765 0 2.175 0.39207 2.9979 1.17512 0.8349 0.78304 1.2523 1.73721 1.2523 2.86142 0 1.15021-0.4175 2.11088-1.2523 2.88093-0.81 0.77113-1.8096 1.15562-2.9979 1.15562h-2.8841v0.00108zM70.2546 12.4831c0 0.4549 0.193 0.8339 0.5791 1.1372 0.3859 0.3033 0.838 0.4549 1.3563 0.4549 0.734 0 1.3878-0.272 1.9635-0.8145 0.5758-0.5437 0.863-1.1816 0.863-1.9137-0.5443-0.43-1.3032-0.6444-2.2769-0.6444-0.7089 0-1.2998 0.1711-1.7737 0.5122-0.4739 0.3411-0.7113 0.7625-0.7113 1.2683m2.2584-6.74741c1.2903 0 2.3084 0.34441 3.0555 1.03323 0.746 0.68882 1.1188 1.63325 1.1188 2.83327v5.72391h-1.6696v-1.2888h-0.076c-0.721 1.0613-1.6827 1.5921-2.8839 1.5921-1.0246 0-1.8823-0.3033-2.5709-0.9098-0.6894-0.6065-1.0342-1.3646-1.0342-2.2744 0-0.9607 0.3631-1.7243 1.0906-2.2928 0.7275-0.56862 1.698-0.85347 2.9124-0.85347 1.0364 0 1.8908 0.18954 2.5608 0.56861V9.46897c0-0.60651-0.2407-1.12096-0.7209-1.54443-0.4815-0.42348-1.0431-0.63467-1.6882-0.63467-0.9748 0-1.7455 0.41048-2.3148 1.23251l-1.5375-0.96716c0.8479-1.21302 2.1001-1.81953 3.7579-1.81953M86.2687 6.03894L80.4433 19.4201h-1.8021l2.1631-4.6821-3.8329-8.69906h1.8974l2.7703 6.67166h0.0379l2.6943-6.67166h1.8974z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
6
- </group>
7
- <group>
8
- <path android:pathData="M54.3029 8.64473c0-0.5491-0.0466-1.07872-0.1345-1.58559h-7.3619v3.00336h4.2166c-0.1811 0.9789-0.7286 1.8119-1.5592 2.3697v1.9506h2.5165c1.4735-1.3582 2.3225-3.3651 2.3225-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
- <path android:pathData="M46.8065 16.2651c2.1066 0 3.8804-0.691 5.1739-1.8823l-2.5165-1.9506c-0.7004 0.4711-1.6025 0.7462-2.6574 0.7462-2.0362 0-3.7645-1.3711-4.3825-3.21884h-2.5924v2.00904c1.2848 2.5474 3.9249 4.2965 6.9749 4.2965" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M42.424 9.95957c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96561h-2.5924C39.3003 6.01833 39 7.20753 39 8.46712c0 1.25959 0.3003 2.44888 0.8316 3.50148l2.5924-2.00903z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M46.8065 3.75583c1.1503 0 2.1814 0.39532 2.9946 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.1171-2.031812-5.2227-2.031812-3.05 0-5.6901 1.749132-6.9749 4.296472l2.5924 2.00907c0.618-1.84769 2.3463-3.21884 4.3825-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
12
- </group>
13
- </group>
14
- <path android:pathData="M98.154 5.12861v1.216h9.76v-1.216h-9.76zm6.512-3.376V14.6486c0 0.368-0.144 0.464-0.528 0.496-0.368 0.016-1.696 0.016-3.056-0.032 0.192 0.336 0.416 0.88 0.48 1.2 1.744 0.016 2.832 0 3.456-0.208 0.608-0.176 0.864-0.544 0.864-1.456V1.75261h-1.216zm-5.504 6.768c0.816 1.28 1.856 3.00799 2.336 3.99999l1.12-0.608c-0.512-0.976-1.584-2.63999-2.416-3.88799l-1.04 0.496zm-3.552-2.592V16.2486h1.216V4.74461l-0.016-0.032-1.2 1.216zm1.744-4.256c-0.928 2.496-2.464 4.944-4.112 6.512 0.224 0.288 0.608 0.896 0.752 1.184 1.776-1.808 3.456-4.56 4.528-7.344l-1.168-0.352zm12.262 1.424v1.008h7.392v-1.008h-7.392zm-0.192 6.848v1.00799h7.728V9.94461h-7.728zm0.56-4.464v1.024h6.688v-1.024h-6.688zm0.176 2.224v1.008h6.32v-1.008h-6.32zm2.592 2.67199v4.672c0 0.16-0.048 0.208-0.224 0.208-0.176 0.016-0.736 0.016-1.376 0 0.144 0.304 0.304 0.736 0.352 1.04 0.912 0 1.488-0.016 1.872-0.192 0.4-0.16 0.496-0.48 0.496-1.04v-4.688h-1.12zm-0.016-8.75199v4.512h1.136v-4.512h-1.136zm-2.08 9.88799c-0.288 1.2-0.8 2.4-1.472 3.232 0.256 0.096 0.72 0.352 0.928 0.496 0.656-0.88 1.232-2.192 1.568-3.536l-1.024-0.192zm4.144 0.352c0.464 0.784 0.944 1.856 1.152 2.496l0.944-0.464c-0.192-0.624-0.704-1.632-1.184-2.4l-0.912 0.368zm3.52-7.39199v1.104h4.848v-1.104h-4.848zm1.952 0.448h-0.592v2.848c0 1.312-0.48 5.42399-3.84 7.56799 0.224 0.224 0.56 0.704 0.688 0.96 2.624-1.712 3.568-4.688 3.728-6.064 0.16 1.312 0.992 4.432 3.264 6.064 0.16-0.288 0.528-0.752 0.736-1.024-2.944-2.08-3.424-6.22399-3.424-7.50399v-2.848h-0.56zm-1.904-3.376c-0.304 2.56-0.896 5.024-1.92 6.608 0.288 0.176 0.816 0.528 1.024 0.72 1.04-1.728 1.728-4.368 2.096-7.136l-1.2-0.192zm4.464 2.928v0.224c-0.144 1.232-0.384 2.848-0.64 3.824l0.96 0.272c0.32-1.056 0.624-2.736 0.832-4.144l-0.768-0.224-0.208 0.048h-0.176z" android:fillColor="#ffffff"/>
15
- </vector>
@@ -1,14 +0,0 @@
1
- <vector android:width="145dp" android:height="21dp" android:viewportWidth="145" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M1.74913 15.0006V3.54461h1.76v5.632l4.768-5.632h2.17597v0.096l-4.19197 4.832 4.55997 6.43199v0.096H8.67712L5.07713 9.84861l-1.568 1.82399v3.328h-1.76zm10.39327 0V3.54461h1.728v3.136l-0.096 1.28h0.096c0.224-0.39467 0.5653-0.72 1.024-0.976 0.4693-0.26667 0.9866-0.4 1.552-0.4 1.0133 0 1.776 0.304 2.288 0.912 0.512 0.59733 0.768 1.38133 0.768 2.352v5.15199h-1.712v-4.928c0-0.66132-0.176-1.14132-0.528-1.43999-0.3414-0.30933-0.7627-0.464-1.264-0.464-0.416 0-0.784 0.11733-1.104 0.352-0.32 0.23467-0.5707 0.544-0.752 0.928-0.1814 0.37333-0.272 0.77329-0.272 1.19999v4.352h-1.728zm13.3181 0.256c-0.8427 0-1.584-0.192-2.224-0.576-0.64-0.384-1.1413-0.9013-1.504-1.552-0.3627-0.6507-0.544-1.3867-0.544-2.208 0-0.8107 0.1813-1.54132 0.544-2.19199 0.3627-0.66133 0.864-1.184 1.504-1.568 0.64-0.384 1.3813-0.576 2.224-0.576 0.832 0 1.568 0.192 2.208 0.576 0.64 0.384 1.1413 0.90667 1.504 1.568 0.3627 0.65067 0.544 1.38129 0.544 2.19199 0 0.8213-0.1813 1.5573-0.544 2.208-0.3627 0.6507-0.864 1.168-1.504 1.552-0.64 0.384-1.376 0.576-2.208 0.576zm0-1.584c0.448 0 0.864-0.1067 1.248-0.32 0.384-0.224 0.6933-0.5387 0.928-0.944 0.2453-0.416 0.368-0.912 0.368-1.488s-0.1227-1.06666-0.368-1.47199c-0.2347-0.416-0.544-0.73067-0.928-0.944-0.384-0.224-0.8-0.336-1.248-0.336-0.448 0-0.8693 0.112-1.264 0.336-0.384 0.21333-0.6987 0.528-0.944 0.944-0.2347 0.40533-0.352 0.89599-0.352 1.47199s0.1173 1.072 0.352 1.488c0.2453 0.4053 0.56 0.72 0.944 0.944 0.3947 0.2133 0.816 0.32 1.264 0.32zm5.9194 1.328V3.54461h1.728v6.75199l3.456-3.45599h2.144v0.096l-3.152 3.11999 3.264 4.848v0.096h-2.048l-2.432-3.744-1.232 1.216v2.528h-1.728zm8.6656 0V3.54461h1.728v3.136l-0.096 1.28h0.096c0.224-0.39467 0.5653-0.72 1.024-0.976 0.4693-0.26667 0.9867-0.4 1.552-0.4 1.0133 0 1.776 0.304 2.288 0.912 0.512 0.59733 0.768 1.38133 0.768 2.352v5.15199h-1.712v-4.928c0-0.66132-0.176-1.14132-0.528-1.43999-0.3413-0.30933-0.7627-0.464-1.264-0.464-0.416 0-0.784 0.11733-1.104 0.352-0.32 0.23467-0.5707 0.544-0.752 0.928-0.1813 0.37333-0.272 0.77329-0.272 1.19999v4.352h-1.728zm11.96 0.256c-0.5867 0-1.1093-0.112-1.568-0.336-0.4587-0.2347-0.816-0.56-1.072-0.976-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.576 0.1493-1.0667 0.448-1.472 0.3093-0.416 0.72-0.7307 1.232-0.944 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.512 0 0.96 0.048 1.344 0.144 0.3947 0.09599 0.6933 0.19729 0.896 0.30399V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.352-0.49067 0.816-0.87467 1.392-1.152 0.5867-0.288 1.2267-0.432 1.92-0.432 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.2133 0.3307-0.5333 0.624-0.96 0.88-0.4267 0.256-0.9387 0.384-1.536 0.384zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.3413-0.2133 0.608-0.4907 0.8-0.832 0.2027-0.352 0.304-0.7307 0.304-1.136-0.2453-0.1387-0.5333-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2053 0.144-1.504 0.432-0.2987 0.2773-0.448 0.6187-0.448 1.024 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm9.9047 1.152V6.84061h1.632v1.12h0.096c0.2347-0.39467 0.5814-0.72 1.04-0.976 0.4694-0.26667 0.9814-0.4 1.536-0.4 1.0027 0 1.7547 0.29867 2.256 0.896 0.5014 0.59733 0.752 1.38667 0.752 2.368v5.15199h-1.712v-4.928c0-0.66132-0.1653-1.14132-0.496-1.43999-0.3306-0.30933-0.7626-0.464-1.296-0.464-0.416 0-0.7786 0.11733-1.088 0.352-0.3093 0.224-0.5546 0.52267-0.736 0.896-0.1706 0.37333-0.256 0.77329-0.256 1.19999v4.384h-1.728zm13.0332 3.712c-0.7147 0-1.3334-0.1173-1.856-0.352-0.512-0.224-0.928-0.5173-1.248-0.88-0.32-0.352-0.5494-0.7147-0.688-1.088l1.6-0.672c0.1706 0.4267 0.4426 0.7733 0.816 1.04 0.384 0.2773 0.8426 0.416 1.376 0.416 0.7466 0 1.3333-0.224 1.76-0.672 0.4373-0.448 0.656-1.0827 0.656-1.904v-0.784h-0.096c-0.256 0.384-0.6134 0.6933-1.072 0.928-0.448 0.224-0.96 0.336-1.536 0.336-0.6934 0-1.328-0.176-1.904-0.528-0.576-0.352-1.04-0.8427-1.392-1.472-0.352-0.64-0.528-1.3867-0.528-2.24 0-0.86399 0.176-1.61066 0.528-2.23999 0.352-0.64 0.816-1.136 1.392-1.488 0.576-0.352 1.2106-0.528 1.904-0.528 0.576 0 1.088 0.11733 1.536 0.352 0.4586 0.23467 0.816 0.544 1.072 0.928h0.096v-1.024h1.648v7.72799c0 0.8853-0.176 1.6373-0.528 2.256-0.3414 0.6187-0.816 1.088-1.424 1.408-0.608 0.32-1.312 0.48-2.112 0.48zm0.016-5.2c0.4266 0 0.8213-0.1013 1.184-0.304 0.3626-0.2133 0.656-0.5173 0.88-0.912 0.224-0.4053 0.336-0.8907 0.336-1.456 0-0.5867-0.112-1.07732-0.336-1.47199-0.224-0.40533-0.5174-0.70933-0.88-0.912-0.3627-0.20267-0.7574-0.304-1.184-0.304-0.4267 0-0.8267 0.10667-1.2 0.32-0.3627 0.20267-0.656 0.50133-0.88 0.896-0.224 0.39467-0.336 0.88529-0.336 1.47199 0 0.576 0.112 1.0667 0.336 1.472 0.224 0.3947 0.5173 0.6933 0.88 0.896 0.3733 0.2027 0.7733 0.304 1.2 0.304zm9.8695 1.744c-0.8 0-1.5147-0.1867-2.144-0.56-0.6294-0.3733-1.1254-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.1706-1.49866 0.512-2.15999 0.3413-0.66133 0.816-1.18933 1.424-1.584 0.6186-0.40533 1.328-0.608 2.128-0.608 0.8426 0 1.5573 0.18133 2.144 0.544 0.5973 0.36267 1.0506 0.85867 1.36 1.488 0.3093 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0054 0.224-0.016 0.32 0 0.096-0.0054 0.1707-0.016 0.224h-6.304c0.0853 0.8107 0.368 1.4187 0.848 1.824 0.4906 0.4053 1.0453 0.608 1.664 0.608 0.5546 0 1.0133-0.1227 1.376-0.368 0.3626-0.256 0.6506-0.5707 0.864-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3654 0.592-2.272 0.592zm-0.08-7.19999c-0.576 0-1.0667 0.176-1.472 0.528-0.4054 0.352-0.6774 0.82133-0.816 1.408h4.528c-0.0214-0.27733-0.112-0.56533-0.272-0.864-0.16-0.29867-0.4054-0.54933-0.736-0.752-0.32-0.21333-0.7307-0.32-1.232-0.32zm5.6891 2.71999V9.30461h5.248v1.47199h-5.248z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M119.356 3.42339v4.73836h2.922c0.696 0 1.272-0.23394 1.727-0.70182 0.468-0.4668 0.702-1.02349 0.702-1.6679 0-0.63142-0.234-1.18162-0.702-1.64949-0.455-0.4798-1.031-0.72024-1.727-0.72024h-2.922v0.00109zm0 6.40627v5.49654h-1.745V1.75549h4.629c1.177 0 2.175 0.39207 2.998 1.17512 0.835 0.78304 1.253 1.73721 1.253 2.86142 0 1.15021-0.418 2.11088-1.253 2.88093-0.81 0.77113-1.809 1.15562-2.998 1.15562h-2.884v0.00108zM128.255 12.4831c0 0.4549 0.193 0.8339 0.579 1.1372 0.385 0.3033 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.863-1.1816 0.863-1.9137-0.544-0.43-1.303-0.6444-2.276-0.6444-0.709 0-1.3 0.1711-1.774 0.5122-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74741c1.29 0 2.308 0.34441 3.055 1.03323 0.746 0.68882 1.119 1.63325 1.119 2.83327v5.72391h-1.669v-1.2888h-0.076c-0.721 1.0613-1.683 1.5921-2.884 1.5921-1.025 0-1.883-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3646-1.034-2.2744 0-0.9607 0.363-1.7243 1.09-2.2928 0.728-0.56862 1.698-0.85347 2.913-0.85347 1.036 0 1.89 0.18954 2.56 0.56861V9.46897c0-0.60651-0.24-1.12096-0.72-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M144.269 6.03894l-5.826 13.38116h-1.802l2.163-4.6821-3.833-8.69906h1.898l2.77 6.67166h0.038l2.694-6.67166h1.898z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
6
- </group>
7
- <group>
8
- <path android:pathData="M112.303 8.64473c0-0.5491-0.047-1.07872-0.135-1.58559h-7.362v3.00336h4.217c-0.181 0.9789-0.729 1.8119-1.559 2.3697v1.9506h2.516c1.474-1.3582 2.323-3.3651 2.323-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
- <path android:pathData="M104.806 16.2651c2.107 0 3.881-0.691 5.174-1.8823l-2.516-1.9506c-0.7 0.4711-1.603 0.7462-2.658 0.7462-2.036 0-3.764-1.3711-4.382-3.21884h-2.5924v2.00904c1.2848 2.5474 3.9254 4.2965 6.9744 4.2965" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M100.424 9.95957c-0.158-0.47113-0.245-0.97367-0.245-1.49245s0.087-1.02132 0.245-1.49245V4.96561h-2.5924C97.3003 6.01833 97 7.20753 97 8.46712c0 1.25959 0.3003 2.44888 0.8316 3.50148l2.5924-2.00903z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M104.806 3.75583c1.151 0 2.182 0.39532 2.995 1.1697v0.00108l2.228-2.22567c-1.353-1.25851-3.117-2.031812-5.223-2.031812-3.049 0-5.6896 1.749132-6.9744 4.296472l2.5924 2.00907c0.618-1.84769 2.346-3.21884 4.382-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
12
- </group>
13
- </group>
14
- </vector>
@@ -1,39 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
- xmlns:tools="http://schemas.android.com/tools"
4
- android:clickable="true"
5
- android:focusable="true"
6
- android:layout_width="match_parent"
7
- android:layout_height="48sp"
8
- android:background="@drawable/googlepay_button_background"
9
- android:contentDescription="@string/googlepay_button_content_description">
10
- <LinearLayout
11
- android:duplicateParentState="true"
12
- android:layout_width="match_parent"
13
- android:layout_height="match_parent"
14
- android:weightSum="2"
15
- android:gravity="center_vertical"
16
- android:orientation="vertical">
17
-
18
- <ImageView
19
- android:layout_width="match_parent"
20
- android:layout_height="match_parent"
21
- android:layout_weight="1"
22
- android:contentDescription="@string/text_content_description"
23
- android:duplicateParentState="true"
24
- android:paddingHorizontal="24sp"
25
- android:paddingVertical="11sp"
26
- android:scaleType="fitCenter"
27
- android:src="@drawable/googlepay_button_content"
28
- tools:ignore="RedundantDescriptionCheck" />
29
- </LinearLayout>
30
-
31
- <ImageView
32
- android:layout_width="match_parent"
33
- android:layout_height="match_parent"
34
- android:contentDescription="@string/overlay_content_description"
35
- android:duplicateParentState="true"
36
- android:scaleType="fitXY"
37
- android:src="@drawable/googlepay_button_overlay"
38
- tools:ignore="RedundantDescriptionCheck" />
39
- </RelativeLayout>