@stripe/stripe-react-native 0.32.0 → 0.34.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 (272) hide show
  1. package/CHANGELOG.md +43 -0
  2. package/android/build.gradle +8 -3
  3. package/android/gradle.properties +1 -1
  4. package/android/src/main/java/com/reactnativestripesdk/GooglePayButtonManager.kt +10 -0
  5. package/android/src/main/java/com/reactnativestripesdk/GooglePayButtonView.kt +84 -19
  6. package/android/src/main/java/com/reactnativestripesdk/GooglePayLauncherFragment.kt +6 -2
  7. package/android/src/main/java/com/reactnativestripesdk/GooglePayRequestHelper.kt +2 -0
  8. package/android/src/main/java/com/reactnativestripesdk/PaymentLauncherFragment.kt +3 -0
  9. package/android/src/main/java/com/reactnativestripesdk/PaymentSheetFragment.kt +5 -1
  10. package/android/src/main/java/com/reactnativestripesdk/utils/Mappers.kt +29 -2
  11. package/android/src/main/res/layout/stripe_react_native_google_pay_button.xml +14 -0
  12. package/ios/AddressSheet/AddressSheetView.swift +8 -0
  13. package/ios/ApplePayViewController.swift +13 -2
  14. package/ios/CustomerSheet/CustomerSheetUtils.swift +8 -0
  15. package/ios/Mappers.swift +10 -8
  16. package/ios/StripeSdk.swift +1 -0
  17. package/lib/commonjs/components/AddressSheet.js +1 -1
  18. package/lib/commonjs/components/AddressSheet.js.map +1 -1
  19. package/lib/commonjs/components/PlatformPayButton.js +1 -1
  20. package/lib/commonjs/components/PlatformPayButton.js.map +1 -1
  21. package/lib/commonjs/types/CustomerSheet.js.map +1 -1
  22. package/lib/commonjs/types/NextAction.js.map +1 -1
  23. package/lib/commonjs/types/PaymentSheet.js.map +1 -1
  24. package/lib/commonjs/types/PlatformPay.js.map +1 -1
  25. package/lib/commonjs/types/components/GooglePayButtonComponent.js.map +1 -1
  26. package/lib/module/components/AddressSheet.js +1 -1
  27. package/lib/module/components/AddressSheet.js.map +1 -1
  28. package/lib/module/components/PlatformPayButton.js +1 -1
  29. package/lib/module/components/PlatformPayButton.js.map +1 -1
  30. package/lib/module/types/CustomerSheet.js.map +1 -1
  31. package/lib/module/types/NextAction.js.map +1 -1
  32. package/lib/module/types/PaymentSheet.js.map +1 -1
  33. package/lib/module/types/PlatformPay.js.map +1 -1
  34. package/lib/module/types/components/GooglePayButtonComponent.js.map +1 -1
  35. package/lib/typescript/src/components/AddressSheet.d.ts +2 -2
  36. package/lib/typescript/src/components/PlatformPayButton.d.ts +2 -2
  37. package/lib/typescript/src/types/CustomerSheet.d.ts +2 -2
  38. package/lib/typescript/src/types/NextAction.d.ts +4 -2
  39. package/lib/typescript/src/types/PaymentSheet.d.ts +4 -0
  40. package/lib/typescript/src/types/PlatformPay.d.ts +5 -3
  41. package/lib/typescript/src/types/components/GooglePayButtonComponent.d.ts +2 -0
  42. package/package.json +2 -2
  43. package/src/components/AddressSheet.tsx +8 -2
  44. package/src/components/PlatformPayButton.tsx +4 -2
  45. package/src/types/CustomerSheet.ts +8 -2
  46. package/src/types/NextAction.ts +5 -2
  47. package/src/types/PaymentSheet.ts +4 -0
  48. package/src/types/PlatformPay.ts +5 -3
  49. package/src/types/components/GooglePayButtonComponent.ts +2 -0
  50. package/stripe-react-native.podspec +1 -1
  51. package/android/src/main/res/drawable/book_with_googlepay_button_content.xml +0 -14
  52. package/android/src/main/res/drawable/buy_with_googlepay_button_content.xml +0 -14
  53. package/android/src/main/res/drawable/checkout_with_googlepay_button_content.xml +0 -14
  54. package/android/src/main/res/drawable/donate_with_googlepay_button_content.xml +0 -14
  55. package/android/src/main/res/drawable/googlepay_button_background_shape.xml +0 -5
  56. package/android/src/main/res/drawable/googlepay_button_content.xml +0 -48
  57. package/android/src/main/res/drawable/googlepay_mark_background.xml +0 -12
  58. package/android/src/main/res/drawable/googlepay_mark_content.xml +0 -27
  59. package/android/src/main/res/drawable/order_with_googlepay_button_content.xml +0 -14
  60. package/android/src/main/res/drawable/pay_with_googlepay_button_content.xml +0 -14
  61. package/android/src/main/res/drawable/subscribe_with_googlepay_button_content.xml +0 -14
  62. package/android/src/main/res/drawable-ar/book_with_googlepay_button_content.xml +0 -14
  63. package/android/src/main/res/drawable-ar/buy_with_googlepay_button_content.xml +0 -14
  64. package/android/src/main/res/drawable-ar/checkout_with_googlepay_button_content.xml +0 -14
  65. package/android/src/main/res/drawable-ar/donate_with_googlepay_button_content.xml +0 -14
  66. package/android/src/main/res/drawable-ar/order_with_googlepay_button_content.xml +0 -14
  67. package/android/src/main/res/drawable-ar/pay_with_googlepay_button_content.xml +0 -14
  68. package/android/src/main/res/drawable-ar/subscribe_with_googlepay_button_content.xml +0 -14
  69. package/android/src/main/res/drawable-bg/book_with_googlepay_button_content.xml +0 -14
  70. package/android/src/main/res/drawable-bg/buy_with_googlepay_button_content.xml +0 -14
  71. package/android/src/main/res/drawable-bg/checkout_with_googlepay_button_content.xml +0 -14
  72. package/android/src/main/res/drawable-bg/donate_with_googlepay_button_content.xml +0 -14
  73. package/android/src/main/res/drawable-bg/order_with_googlepay_button_content.xml +0 -14
  74. package/android/src/main/res/drawable-bg/pay_with_googlepay_button_content.xml +0 -14
  75. package/android/src/main/res/drawable-bg/subscribe_with_googlepay_button_content.xml +0 -14
  76. package/android/src/main/res/drawable-ca/book_with_googlepay_button_content.xml +0 -14
  77. package/android/src/main/res/drawable-ca/buy_with_googlepay_button_content.xml +0 -14
  78. package/android/src/main/res/drawable-ca/checkout_with_googlepay_button_content.xml +0 -14
  79. package/android/src/main/res/drawable-ca/donate_with_googlepay_button_content.xml +0 -14
  80. package/android/src/main/res/drawable-ca/order_with_googlepay_button_content.xml +0 -14
  81. package/android/src/main/res/drawable-ca/pay_with_googlepay_button_content.xml +0 -14
  82. package/android/src/main/res/drawable-ca/subscribe_with_googlepay_button_content.xml +0 -14
  83. package/android/src/main/res/drawable-cs/book_with_googlepay_button_content.xml +0 -14
  84. package/android/src/main/res/drawable-cs/buy_with_googlepay_button_content.xml +0 -14
  85. package/android/src/main/res/drawable-cs/checkout_with_googlepay_button_content.xml +0 -14
  86. package/android/src/main/res/drawable-cs/donate_with_googlepay_button_content.xml +0 -14
  87. package/android/src/main/res/drawable-cs/order_with_googlepay_button_content.xml +0 -14
  88. package/android/src/main/res/drawable-cs/pay_with_googlepay_button_content.xml +0 -14
  89. package/android/src/main/res/drawable-cs/subscribe_with_googlepay_button_content.xml +0 -14
  90. package/android/src/main/res/drawable-da/book_with_googlepay_button_content.xml +0 -14
  91. package/android/src/main/res/drawable-da/buy_with_googlepay_button_content.xml +0 -14
  92. package/android/src/main/res/drawable-da/checkout_with_googlepay_button_content.xml +0 -14
  93. package/android/src/main/res/drawable-da/donate_with_googlepay_button_content.xml +0 -14
  94. package/android/src/main/res/drawable-da/order_with_googlepay_button_content.xml +0 -14
  95. package/android/src/main/res/drawable-da/pay_with_googlepay_button_content.xml +0 -14
  96. package/android/src/main/res/drawable-da/subscribe_with_googlepay_button_content.xml +0 -14
  97. package/android/src/main/res/drawable-de/book_with_googlepay_button_content.xml +0 -15
  98. package/android/src/main/res/drawable-de/buy_with_googlepay_button_content.xml +0 -15
  99. package/android/src/main/res/drawable-de/checkout_with_googlepay_button_content.xml +0 -15
  100. package/android/src/main/res/drawable-de/donate_with_googlepay_button_content.xml +0 -15
  101. package/android/src/main/res/drawable-de/order_with_googlepay_button_content.xml +0 -15
  102. package/android/src/main/res/drawable-de/pay_with_googlepay_button_content.xml +0 -15
  103. package/android/src/main/res/drawable-de/subscribe_with_googlepay_button_content.xml +0 -15
  104. package/android/src/main/res/drawable-el/book_with_googlepay_button_content.xml +0 -14
  105. package/android/src/main/res/drawable-el/buy_with_googlepay_button_content.xml +0 -14
  106. package/android/src/main/res/drawable-el/checkout_with_googlepay_button_content.xml +0 -14
  107. package/android/src/main/res/drawable-el/donate_with_googlepay_button_content.xml +0 -14
  108. package/android/src/main/res/drawable-el/order_with_googlepay_button_content.xml +0 -14
  109. package/android/src/main/res/drawable-el/pay_with_googlepay_button_content.xml +0 -14
  110. package/android/src/main/res/drawable-el/subscribe_with_googlepay_button_content.xml +0 -14
  111. package/android/src/main/res/drawable-et/book_with_googlepay_button_content.xml +0 -15
  112. package/android/src/main/res/drawable-et/buy_with_googlepay_button_content.xml +0 -15
  113. package/android/src/main/res/drawable-et/checkout_with_googlepay_button_content.xml +0 -15
  114. package/android/src/main/res/drawable-et/donate_with_googlepay_button_content.xml +0 -15
  115. package/android/src/main/res/drawable-et/order_with_googlepay_button_content.xml +0 -15
  116. package/android/src/main/res/drawable-et/pay_with_googlepay_button_content.xml +0 -15
  117. package/android/src/main/res/drawable-et/subscribe_with_googlepay_button_content.xml +0 -15
  118. package/android/src/main/res/drawable-fi/book_with_googlepay_button_content.xml +0 -15
  119. package/android/src/main/res/drawable-fi/buy_with_googlepay_button_content.xml +0 -15
  120. package/android/src/main/res/drawable-fi/checkout_with_googlepay_button_content.xml +0 -15
  121. package/android/src/main/res/drawable-fi/donate_with_googlepay_button_content.xml +0 -15
  122. package/android/src/main/res/drawable-fi/order_with_googlepay_button_content.xml +0 -15
  123. package/android/src/main/res/drawable-fi/pay_with_googlepay_button_content.xml +0 -15
  124. package/android/src/main/res/drawable-fi/subscribe_with_googlepay_button_content.xml +0 -15
  125. package/android/src/main/res/drawable-fr/book_with_googlepay_button_content.xml +0 -14
  126. package/android/src/main/res/drawable-fr/buy_with_googlepay_button_content.xml +0 -14
  127. package/android/src/main/res/drawable-fr/checkout_with_googlepay_button_content.xml +0 -14
  128. package/android/src/main/res/drawable-fr/donate_with_googlepay_button_content.xml +0 -14
  129. package/android/src/main/res/drawable-fr/order_with_googlepay_button_content.xml +0 -14
  130. package/android/src/main/res/drawable-fr/pay_with_googlepay_button_content.xml +0 -14
  131. package/android/src/main/res/drawable-fr/subscribe_with_googlepay_button_content.xml +0 -14
  132. package/android/src/main/res/drawable-hdpi/googlepay_button_background_image.9.png +0 -0
  133. package/android/src/main/res/drawable-hdpi/googlepay_button_no_shadow_background_image.9.png +0 -0
  134. package/android/src/main/res/drawable-hr/book_with_googlepay_button_content.xml +0 -14
  135. package/android/src/main/res/drawable-hr/buy_with_googlepay_button_content.xml +0 -14
  136. package/android/src/main/res/drawable-hr/checkout_with_googlepay_button_content.xml +0 -14
  137. package/android/src/main/res/drawable-hr/donate_with_googlepay_button_content.xml +0 -14
  138. package/android/src/main/res/drawable-hr/order_with_googlepay_button_content.xml +0 -14
  139. package/android/src/main/res/drawable-hr/pay_with_googlepay_button_content.xml +0 -14
  140. package/android/src/main/res/drawable-hr/subscribe_with_googlepay_button_content.xml +0 -14
  141. package/android/src/main/res/drawable-id/book_with_googlepay_button_content.xml +0 -14
  142. package/android/src/main/res/drawable-id/buy_with_googlepay_button_content.xml +0 -14
  143. package/android/src/main/res/drawable-id/checkout_with_googlepay_button_content.xml +0 -14
  144. package/android/src/main/res/drawable-id/donate_with_googlepay_button_content.xml +0 -14
  145. package/android/src/main/res/drawable-id/order_with_googlepay_button_content.xml +0 -14
  146. package/android/src/main/res/drawable-id/pay_with_googlepay_button_content.xml +0 -14
  147. package/android/src/main/res/drawable-id/subscribe_with_googlepay_button_content.xml +0 -14
  148. package/android/src/main/res/drawable-it/book_with_googlepay_button_content.xml +0 -14
  149. package/android/src/main/res/drawable-it/buy_with_googlepay_button_content.xml +0 -14
  150. package/android/src/main/res/drawable-it/checkout_with_googlepay_button_content.xml +0 -14
  151. package/android/src/main/res/drawable-it/donate_with_googlepay_button_content.xml +0 -14
  152. package/android/src/main/res/drawable-it/order_with_googlepay_button_content.xml +0 -14
  153. package/android/src/main/res/drawable-it/pay_with_googlepay_button_content.xml +0 -14
  154. package/android/src/main/res/drawable-it/subscribe_with_googlepay_button_content.xml +0 -14
  155. package/android/src/main/res/drawable-ja/book_with_googlepay_button_content.xml +0 -14
  156. package/android/src/main/res/drawable-ja/buy_with_googlepay_button_content.xml +0 -14
  157. package/android/src/main/res/drawable-ja/checkout_with_googlepay_button_content.xml +0 -14
  158. package/android/src/main/res/drawable-ja/donate_with_googlepay_button_content.xml +0 -14
  159. package/android/src/main/res/drawable-ja/order_with_googlepay_button_content.xml +0 -14
  160. package/android/src/main/res/drawable-ja/pay_with_googlepay_button_content.xml +0 -14
  161. package/android/src/main/res/drawable-ja/subscribe_with_googlepay_button_content.xml +0 -14
  162. package/android/src/main/res/drawable-ko/book_with_googlepay_button_content.xml +0 -14
  163. package/android/src/main/res/drawable-ko/buy_with_googlepay_button_content.xml +0 -14
  164. package/android/src/main/res/drawable-ko/checkout_with_googlepay_button_content.xml +0 -14
  165. package/android/src/main/res/drawable-ko/donate_with_googlepay_button_content.xml +0 -14
  166. package/android/src/main/res/drawable-ko/order_with_googlepay_button_content.xml +0 -14
  167. package/android/src/main/res/drawable-ko/pay_with_googlepay_button_content.xml +0 -14
  168. package/android/src/main/res/drawable-ko/subscribe_with_googlepay_button_content.xml +0 -14
  169. package/android/src/main/res/drawable-mdpi/googlepay_button_background_image.9.png +0 -0
  170. package/android/src/main/res/drawable-mdpi/googlepay_button_no_shadow_background_image.9.png +0 -0
  171. package/android/src/main/res/drawable-ms/book_with_googlepay_button_content.xml +0 -14
  172. package/android/src/main/res/drawable-ms/buy_with_googlepay_button_content.xml +0 -14
  173. package/android/src/main/res/drawable-ms/checkout_with_googlepay_button_content.xml +0 -14
  174. package/android/src/main/res/drawable-ms/donate_with_googlepay_button_content.xml +0 -14
  175. package/android/src/main/res/drawable-ms/order_with_googlepay_button_content.xml +0 -14
  176. package/android/src/main/res/drawable-ms/pay_with_googlepay_button_content.xml +0 -14
  177. package/android/src/main/res/drawable-ms/subscribe_with_googlepay_button_content.xml +0 -14
  178. package/android/src/main/res/drawable-nl/book_with_googlepay_button_content.xml +0 -14
  179. package/android/src/main/res/drawable-nl/buy_with_googlepay_button_content.xml +0 -14
  180. package/android/src/main/res/drawable-nl/checkout_with_googlepay_button_content.xml +0 -14
  181. package/android/src/main/res/drawable-nl/donate_with_googlepay_button_content.xml +0 -14
  182. package/android/src/main/res/drawable-nl/order_with_googlepay_button_content.xml +0 -14
  183. package/android/src/main/res/drawable-nl/pay_with_googlepay_button_content.xml +0 -14
  184. package/android/src/main/res/drawable-nl/subscribe_with_googlepay_button_content.xml +0 -14
  185. package/android/src/main/res/drawable-no/book_with_googlepay_button_content.xml +0 -14
  186. package/android/src/main/res/drawable-no/buy_with_googlepay_button_content.xml +0 -14
  187. package/android/src/main/res/drawable-no/checkout_with_googlepay_button_content.xml +0 -14
  188. package/android/src/main/res/drawable-no/donate_with_googlepay_button_content.xml +0 -14
  189. package/android/src/main/res/drawable-no/order_with_googlepay_button_content.xml +0 -14
  190. package/android/src/main/res/drawable-no/pay_with_googlepay_button_content.xml +0 -14
  191. package/android/src/main/res/drawable-no/subscribe_with_googlepay_button_content.xml +0 -14
  192. package/android/src/main/res/drawable-pl/book_with_googlepay_button_content.xml +0 -14
  193. package/android/src/main/res/drawable-pl/buy_with_googlepay_button_content.xml +0 -14
  194. package/android/src/main/res/drawable-pl/checkout_with_googlepay_button_content.xml +0 -14
  195. package/android/src/main/res/drawable-pl/donate_with_googlepay_button_content.xml +0 -14
  196. package/android/src/main/res/drawable-pl/order_with_googlepay_button_content.xml +0 -14
  197. package/android/src/main/res/drawable-pl/pay_with_googlepay_button_content.xml +0 -14
  198. package/android/src/main/res/drawable-pl/subscribe_with_googlepay_button_content.xml +0 -14
  199. package/android/src/main/res/drawable-ru/book_with_googlepay_button_content.xml +0 -14
  200. package/android/src/main/res/drawable-ru/buy_with_googlepay_button_content.xml +0 -14
  201. package/android/src/main/res/drawable-ru/checkout_with_googlepay_button_content.xml +0 -14
  202. package/android/src/main/res/drawable-ru/donate_with_googlepay_button_content.xml +0 -14
  203. package/android/src/main/res/drawable-ru/order_with_googlepay_button_content.xml +0 -14
  204. package/android/src/main/res/drawable-ru/pay_with_googlepay_button_content.xml +0 -14
  205. package/android/src/main/res/drawable-ru/subscribe_with_googlepay_button_content.xml +0 -14
  206. package/android/src/main/res/drawable-sk/book_with_googlepay_button_content.xml +0 -14
  207. package/android/src/main/res/drawable-sk/buy_with_googlepay_button_content.xml +0 -14
  208. package/android/src/main/res/drawable-sk/checkout_with_googlepay_button_content.xml +0 -14
  209. package/android/src/main/res/drawable-sk/donate_with_googlepay_button_content.xml +0 -14
  210. package/android/src/main/res/drawable-sk/order_with_googlepay_button_content.xml +0 -14
  211. package/android/src/main/res/drawable-sk/pay_with_googlepay_button_content.xml +0 -14
  212. package/android/src/main/res/drawable-sk/subscribe_with_googlepay_button_content.xml +0 -14
  213. package/android/src/main/res/drawable-sl/book_with_googlepay_button_content.xml +0 -14
  214. package/android/src/main/res/drawable-sl/buy_with_googlepay_button_content.xml +0 -14
  215. package/android/src/main/res/drawable-sl/checkout_with_googlepay_button_content.xml +0 -14
  216. package/android/src/main/res/drawable-sl/donate_with_googlepay_button_content.xml +0 -14
  217. package/android/src/main/res/drawable-sl/order_with_googlepay_button_content.xml +0 -14
  218. package/android/src/main/res/drawable-sl/pay_with_googlepay_button_content.xml +0 -14
  219. package/android/src/main/res/drawable-sl/subscribe_with_googlepay_button_content.xml +0 -14
  220. package/android/src/main/res/drawable-sr/book_with_googlepay_button_content.xml +0 -14
  221. package/android/src/main/res/drawable-sr/buy_with_googlepay_button_content.xml +0 -14
  222. package/android/src/main/res/drawable-sr/checkout_with_googlepay_button_content.xml +0 -14
  223. package/android/src/main/res/drawable-sr/donate_with_googlepay_button_content.xml +0 -14
  224. package/android/src/main/res/drawable-sr/order_with_googlepay_button_content.xml +0 -14
  225. package/android/src/main/res/drawable-sr/pay_with_googlepay_button_content.xml +0 -14
  226. package/android/src/main/res/drawable-sr/subscribe_with_googlepay_button_content.xml +0 -14
  227. package/android/src/main/res/drawable-sv/book_with_googlepay_button_content.xml +0 -14
  228. package/android/src/main/res/drawable-sv/buy_with_googlepay_button_content.xml +0 -14
  229. package/android/src/main/res/drawable-sv/checkout_with_googlepay_button_content.xml +0 -14
  230. package/android/src/main/res/drawable-sv/donate_with_googlepay_button_content.xml +0 -14
  231. package/android/src/main/res/drawable-sv/order_with_googlepay_button_content.xml +0 -14
  232. package/android/src/main/res/drawable-sv/pay_with_googlepay_button_content.xml +0 -14
  233. package/android/src/main/res/drawable-sv/subscribe_with_googlepay_button_content.xml +0 -14
  234. package/android/src/main/res/drawable-th/book_with_googlepay_button_content.xml +0 -14
  235. package/android/src/main/res/drawable-th/buy_with_googlepay_button_content.xml +0 -14
  236. package/android/src/main/res/drawable-th/checkout_with_googlepay_button_content.xml +0 -14
  237. package/android/src/main/res/drawable-th/donate_with_googlepay_button_content.xml +0 -14
  238. package/android/src/main/res/drawable-th/order_with_googlepay_button_content.xml +0 -14
  239. package/android/src/main/res/drawable-th/pay_with_googlepay_button_content.xml +0 -14
  240. package/android/src/main/res/drawable-th/subscribe_with_googlepay_button_content.xml +0 -14
  241. package/android/src/main/res/drawable-tr/book_with_googlepay_button_content.xml +0 -14
  242. package/android/src/main/res/drawable-tr/buy_with_googlepay_button_content.xml +0 -14
  243. package/android/src/main/res/drawable-tr/checkout_with_googlepay_button_content.xml +0 -14
  244. package/android/src/main/res/drawable-tr/donate_with_googlepay_button_content.xml +0 -14
  245. package/android/src/main/res/drawable-tr/order_with_googlepay_button_content.xml +0 -14
  246. package/android/src/main/res/drawable-tr/pay_with_googlepay_button_content.xml +0 -14
  247. package/android/src/main/res/drawable-tr/subscribe_with_googlepay_button_content.xml +0 -14
  248. package/android/src/main/res/drawable-uk/book_with_googlepay_button_content.xml +0 -14
  249. package/android/src/main/res/drawable-uk/buy_with_googlepay_button_content.xml +0 -14
  250. package/android/src/main/res/drawable-uk/checkout_with_googlepay_button_content.xml +0 -14
  251. package/android/src/main/res/drawable-uk/donate_with_googlepay_button_content.xml +0 -14
  252. package/android/src/main/res/drawable-uk/order_with_googlepay_button_content.xml +0 -14
  253. package/android/src/main/res/drawable-uk/pay_with_googlepay_button_content.xml +0 -14
  254. package/android/src/main/res/drawable-uk/subscribe_with_googlepay_button_content.xml +0 -14
  255. package/android/src/main/res/drawable-v21/googlepay_button_background.xml +0 -7
  256. package/android/src/main/res/drawable-v21/googlepay_button_no_shadow_background.xml +0 -7
  257. package/android/src/main/res/drawable-xhdpi/googlepay_button_background_image.9.png +0 -0
  258. package/android/src/main/res/drawable-xhdpi/googlepay_button_no_shadow_background_image.9.png +0 -0
  259. package/android/src/main/res/drawable-xxhdpi/googlepay_button_background_image.9.png +0 -0
  260. package/android/src/main/res/drawable-xxhdpi/googlepay_button_no_shadow_background_image.9.png +0 -0
  261. package/android/src/main/res/drawable-xxxhdpi/googlepay_button_background_image.9.png +0 -0
  262. package/android/src/main/res/drawable-xxxhdpi/googlepay_button_no_shadow_background_image.9.png +0 -0
  263. package/android/src/main/res/layout/book_with_googlepay_button.xml +0 -20
  264. package/android/src/main/res/layout/buy_with_googlepay_button.xml +0 -20
  265. package/android/src/main/res/layout/checkout_with_googlepay_button.xml +0 -20
  266. package/android/src/main/res/layout/donate_with_googlepay_button.xml +0 -20
  267. package/android/src/main/res/layout/googlepay_mark_button.xml +0 -16
  268. package/android/src/main/res/layout/order_with_googlepay_button.xml +0 -20
  269. package/android/src/main/res/layout/pay_with_googlepay_button.xml +0 -20
  270. package/android/src/main/res/layout/plain_googlepay_button.xml +0 -17
  271. package/android/src/main/res/layout/subscribe_with_googlepay_button.xml +0 -20
  272. package/android/src/main/res/values/googlepay_strings.xml +0 -14
@@ -1,14 +0,0 @@
1
- <vector android:width="215dp" android:height="21dp" android:viewportWidth="215" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M5.87138 15.2566c-0.704 0-1.344-0.112-1.92-0.336-0.56533-0.224-1.05067-0.5387-1.456-0.944-0.39467-0.4053-0.68267-0.8747-0.864-1.408l1.488-0.784c0.23467 0.5333 0.576 0.976 1.024 1.328 0.45867 0.3413 1.04 0.512 1.744 0.512 0.42667 0 0.816-0.0693 1.168-0.208 0.36267-0.1387 0.65067-0.352 0.864-0.64 0.21333-0.288 0.32-0.64 0.32-1.056 0-0.544-0.192-0.9973-0.576-1.36-0.37333-0.37332-0.90667-0.55999-1.6-0.55999h-1.552v-1.568h1.552c0.58667 0 1.02933-0.15467 1.328-0.464 0.29867-0.32 0.448-0.72 0.448-1.2 0-0.55467-0.18133-0.976-0.544-1.264-0.36267-0.288-0.864-0.432-1.504-0.432-0.56533 0-1.072 0.11733-1.52 0.352-0.43733 0.23467-0.768 0.56-0.992 0.976l-1.44-0.688c0.23467-0.46933 0.53867-0.86933 0.912-1.2 0.37333-0.33067 0.816-0.58133 1.328-0.752 0.52267-0.18133 1.09333-0.272 1.712-0.272 0.77867 0 1.45067 0.13333 2.016 0.4 0.576 0.256 1.01867 0.61867 1.328 1.088 0.30933 0.46933 0.464 1.008 0.464 1.616 0 0.544-0.13867 1.03467-0.416 1.472-0.26667 0.42667-0.66667 0.768-1.2 1.024v0.096c0.59733 0.24533 1.08267 0.59733 1.456 1.05599 0.37333 0.4587 0.56 1.0293 0.56 1.712 0 0.64-0.16533 1.2267-0.496 1.76-0.33067 0.5333-0.80533 0.96-1.424 1.28-0.61867 0.3093-1.35467 0.464-2.208 0.464zm8.52472 0c-0.5866 0-1.1093-0.1173-1.568-0.352-0.448-0.2347-0.8053-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1494-1.0827 0.448-1.488 0.3094-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0774-0.31999 1.696-0.31999 0.3414 0 0.656 0.02667 0.944 0.08 0.2987 0.04267 0.5547 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.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.8106 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2347-0.33067 0.5174-0.61333 0.848-0.848 0.3414-0.23467 0.72-0.416 1.136-0.544 0.4267-0.128 0.8694-0.192 1.328-0.192 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.1386 0.2133-0.3306 0.416-0.576 0.608-0.2346 0.192-0.5173 0.3467-0.848 0.464-0.32 0.128-0.6773 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2346-0.1387-0.5226-0.2507-0.864-0.336-0.3306-0.096-0.6826-0.144-1.056-0.144-0.704 0-1.2053 0.1387-1.504 0.416-0.2986 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm9.8924 1.408c-0.8 0-1.5093-0.1867-2.128-0.56-0.608-0.3733-1.088-0.9333-1.44-1.68-0.352-0.7467-0.528-1.6907-0.528-2.832 0-0.77866 0.048-1.46666 0.144-2.06399 0.1067-0.59733 0.272-1.11467 0.496-1.552 0.224-0.43733 0.5173-0.81067 0.88-1.12 0.3413-0.288 0.7627-0.528 1.264-0.72 0.512-0.192 1.1467-0.34667 1.904-0.464 0.4053-0.064 0.6933-0.128 0.864-0.192 0.1813-0.064 0.2933-0.13867 0.336-0.224 0.0533-0.08533 0.08-0.18667 0.08-0.304h1.568c0 0.48-0.0747 0.864-0.224 1.152-0.1387 0.27733-0.3947 0.49067-0.768 0.64-0.3627 0.13867-0.88 0.26133-1.552 0.368-0.4693 0.07467-0.864 0.15467-1.184 0.24-0.3093 0.08533-0.5707 0.18667-0.784 0.304-0.2027 0.10667-0.384 0.224-0.544 0.352-0.2773 0.224-0.4907 0.48-0.64 0.768-0.1493 0.288-0.256 0.64-0.32 1.056h0.096c0.16-0.256 0.3733-0.48 0.64-0.672 0.2773-0.20267 0.5973-0.35733 0.96-0.464 0.3627-0.11733 0.7573-0.176 1.184-0.176 0.7573 0 1.424 0.176 2 0.528 0.576 0.34133 1.024 0.81067 1.344 1.408 0.3307 0.58667 0.496 1.26399 0.496 2.03199 0 0.7893-0.176 1.504-0.528 2.144-0.352 0.6293-0.8373 1.1253-1.456 1.488-0.6187 0.3627-1.3387 0.544-2.16 0.544zm0.016-1.552c0.6933 0 1.264-0.2347 1.712-0.704 0.4587-0.4693 0.688-1.12 0.688-1.952 0-0.7573-0.2293-1.34932-0.688-1.77599-0.448-0.42667-1.0187-0.64-1.712-0.64-0.4373 0-0.8373 0.096-1.2 0.288-0.3627 0.192-0.6507 0.46933-0.864 0.832-0.2133 0.35199-0.32 0.78399-0.32 1.29599 0 0.832 0.224 1.4827 0.672 1.952 0.4587 0.4693 1.0293 0.704 1.712 0.704zm5.8398 4.752V6.84061h1.616v1.104h0.096c0.1493-0.23467 0.3466-0.45333 0.592-0.656 0.256-0.21333 0.5546-0.384 0.896-0.512 0.3413-0.128 0.72-0.192 1.136-0.192 0.7466 0 1.4133 0.18667 2 0.56 0.5866 0.37333 1.0506 0.88533 1.392 1.536 0.352 0.65067 0.528 1.39729 0.528 2.23999 0 0.8427-0.176 1.5893-0.528 2.24-0.3414 0.6507-0.8054 1.1627-1.392 1.536-0.5867 0.3733-1.2534 0.56-2 0.56-0.6187 0-1.1574-0.1387-1.616-0.416-0.4587-0.2773-0.7947-0.5867-1.008-0.928h-0.096l0.096 1.136v3.408h-1.712zm4.08-4.784c0.4266 0 0.8266-0.112 1.2-0.336 0.384-0.224 0.688-0.544 0.912-0.96 0.2346-0.416 0.352-0.9013 0.352-1.456 0-0.5653-0.1174-1.05066-0.352-1.45599-0.224-0.416-0.528-0.736-0.912-0.96-0.3734-0.224-0.7734-0.336-1.2-0.336-0.4267 0-0.8267 0.112-1.2 0.336-0.3734 0.224-0.6774 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.2346 0.4053 0.5386 0.72 0.912 0.944 0.3733 0.224 0.7733 0.336 1.2 0.336zm9.7228 1.584c-0.8426 0-1.584-0.192-2.224-0.576-0.64-0.384-1.1413-0.9013-1.504-1.552-0.3626-0.6613-0.544-1.3973-0.544-2.208 0-0.8107 0.1814-1.54132 0.544-2.19199 0.3627-0.66133 0.864-1.184 1.504-1.568 0.64-0.384 1.3814-0.576 2.224-0.576 0.832 0 1.568 0.19733 2.208 0.592 0.64 0.384 1.1414 0.90133 1.504 1.552 0.3627 0.65067 0.544 1.38129 0.544 2.19199 0 0.8107-0.1813 1.5467-0.544 2.208-0.3626 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.6934-0.5387 0.928-0.944 0.2454-0.416 0.368-0.912 0.368-1.488s-0.1226-1.06666-0.368-1.47199c-0.2346-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.6986 0.528-0.944 0.944-0.2346 0.40533-0.352 0.89599-0.352 1.47199s0.1174 1.072 0.352 1.488c0.2454 0.4053 0.5654 0.72 0.96 0.944 0.3947 0.2133 0.8107 0.32 1.248 0.32zm5.8413 1.328V6.84061h1.728v3.27999h3.872V6.84061h1.728v8.15999h-1.728v-3.376h-3.872v3.376h-1.728zm9.4937 0V6.84061h1.728v3.27999h1.472c0.0747-0.51199 0.2294-0.98666 0.464-1.42399 0.352-0.65067 0.8374-1.16267 1.456-1.536 0.6187-0.384 1.328-0.576 2.128-0.576s1.504 0.19733 2.112 0.592c0.6187 0.384 1.104 0.90133 1.456 1.552 0.352 0.65067 0.528 1.38129 0.528 2.19199 0 0.8107-0.176 1.5467-0.528 2.208-0.3413 0.6507-0.8213 1.168-1.44 1.552-0.608 0.384-1.3173 0.576-2.128 0.576-0.8 0-1.5146-0.1867-2.144-0.56-0.6293-0.384-1.1146-0.9067-1.456-1.568-0.2453-0.4587-0.4053-0.96-0.48-1.504h-1.44v3.376h-1.728zm7.248-1.328c0.416 0 0.8054-0.1067 1.168-0.32 0.3627-0.224 0.656-0.5387 0.88-0.944 0.224-0.416 0.336-0.912 0.336-1.488s-0.112-1.06666-0.336-1.47199c-0.224-0.416-0.5173-0.73067-0.88-0.944-0.3626-0.224-0.7573-0.336-1.184-0.336-0.416 0-0.8053 0.112-1.168 0.336-0.3626 0.21333-0.656 0.528-0.88 0.944-0.224 0.40533-0.336 0.89599-0.336 1.47199s0.112 1.072 0.336 1.488c0.224 0.4053 0.5174 0.72 0.88 0.944 0.3627 0.2133 0.7574 0.32 1.184 0.32zm5.6677 1.328V6.84061h4.048c0.48 0 0.9066 0.096 1.28 0.288 0.384 0.18133 0.6826 0.432 0.896 0.752 0.224 0.32 0.336 0.67733 0.336 1.072 0 0.42667-0.096 0.79467-0.288 1.10399-0.1814 0.3093-0.4214 0.5387-0.72 0.688v0.096c0.4053 0.16 0.7253 0.4 0.96 0.72 0.2453 0.32 0.368 0.688 0.368 1.104 0 0.48-0.128 0.896-0.384 1.248-0.2454 0.352-0.5654 0.624-0.96 0.816-0.3947 0.1813-0.816 0.272-1.264 0.272h-4.272zm1.728-3.552v2.112h2.368c0.3093 0 0.5653-0.096 0.768-0.288 0.2133-0.2027 0.32-0.4587 0.32-0.768 0-0.2987-0.1067-0.5493-0.32-0.752-0.2027-0.2027-0.4587-0.304-0.768-0.304h-2.368zm0-3.19999v1.91999h2.112c0.288 0 0.528-0.0907 0.72-0.27199 0.192-0.18133 0.288-0.41067 0.288-0.688 0-0.288-0.096-0.51733-0.288-0.688-0.192-0.18133-0.432-0.272-0.72-0.272h-2.112zm9.4663 7.00799c-0.5866 0-1.1093-0.1173-1.568-0.352-0.448-0.2347-0.8053-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1494-1.0827 0.448-1.488 0.3094-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0774-0.31999 1.696-0.31999 0.3414 0 0.656 0.02667 0.944 0.08 0.2987 0.04267 0.5547 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.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.8106 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2347-0.33067 0.5174-0.61333 0.848-0.848 0.3414-0.23467 0.72-0.416 1.136-0.544 0.4267-0.128 0.8694-0.192 1.328-0.192 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.1386 0.2133-0.3306 0.416-0.576 0.608-0.2346 0.192-0.5173 0.3467-0.848 0.464-0.32 0.128-0.6773 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2346-0.1387-0.5226-0.2507-0.864-0.336-0.3306-0.096-0.6826-0.144-1.056-0.144-0.704 0-1.2053 0.1387-1.504 0.416-0.2986 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm7.8192 1.152V8.34461h-2.688v-1.504h7.088v1.504h-2.688v6.65599h-1.712zm5.9606 0V6.84061h1.728v4.17599l-0.096 1.536h0.096l4.0801-5.71199h1.712v8.15999h-1.712v-4.16l0.096-1.53599h-0.096l-4.0801 5.69599h-1.728zm18.2691 0v-2.944c-0.224 0.16-0.507 0.288-0.848 0.384-0.341 0.0853-0.715 0.128-1.12 0.128-0.939 0-1.691-0.272-2.256-0.816-0.555-0.544-0.832-1.28-0.832-2.20799v-2.704h1.728v2.528c0 0.512 0.144 0.91729 0.432 1.21599 0.299 0.288 0.715 0.432 1.248 0.432 0.32 0 0.629-0.048 0.928-0.144 0.309-0.1067 0.549-0.2453 0.72-0.416V6.84061h1.712v8.15999h-1.712zm7.55 0.256c-0.8 0-1.515-0.1867-2.144-0.56-0.63-0.3733-1.126-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.17-1.49866 0.512-2.15999 0.341-0.66133 0.816-1.18933 1.424-1.584 0.618-0.40533 1.328-0.608 2.128-0.608 0.842 0 1.557 0.18133 2.144 0.544 0.597 0.36267 1.05 0.85867 1.36 1.488 0.309 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.006 0.224-0.016 0.32 0 0.096-0.006 0.1707-0.016 0.224h-6.304c0.042 0.448 0.154 0.8373 0.336 1.168 0.234 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.997-0.1227 1.36-0.368 0.373-0.256 0.666-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.366 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.011-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.235-0.448-0.416-0.64-0.182-0.192-0.411-0.34667-0.688-0.464-0.278-0.128-0.603-0.192-0.976-0.192-0.47 0-0.886 0.12267-1.248 0.368-0.363 0.23467-0.646 0.56533-0.848 0.992-0.086 0.18133-0.15 0.37333-0.192 0.576zm7.977 8.46399V6.84061h1.616v1.104h0.096c0.149-0.23467 0.346-0.45333 0.592-0.656 0.256-0.21333 0.554-0.384 0.896-0.512 0.341-0.128 0.72-0.192 1.136-0.192 0.746 0 1.413 0.18667 2 0.56 0.586 0.37333 1.05 0.88533 1.392 1.536 0.352 0.65067 0.528 1.39729 0.528 2.23999 0 0.8427-0.176 1.5893-0.528 2.24-0.342 0.6507-0.806 1.1627-1.392 1.536-0.587 0.3733-1.254 0.56-2 0.56-0.619 0-1.158-0.1387-1.616-0.416-0.459-0.2773-0.795-0.5867-1.008-0.928h-0.096l0.096 1.136v3.408h-1.712zm4.08-4.784c0.426 0 0.826-0.112 1.2-0.336 0.384-0.224 0.688-0.544 0.912-0.96 0.234-0.416 0.352-0.9013 0.352-1.456 0-0.5653-0.118-1.05066-0.352-1.45599-0.224-0.416-0.528-0.736-0.912-0.96-0.374-0.224-0.774-0.336-1.2-0.336-0.427 0-0.827 0.112-1.2 0.336-0.374 0.224-0.678 0.544-0.912 0.96-0.235 0.40533-0.352 0.89069-0.352 1.45599 0 0.5653 0.117 1.056 0.352 1.472 0.234 0.4053 0.538 0.72 0.912 0.944 0.373 0.224 0.773 0.336 1.2 0.336zm9.611 1.584c-0.8 0-1.515-0.1867-2.144-0.56-0.63-0.3733-1.126-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.17-1.49866 0.512-2.15999 0.341-0.66133 0.816-1.18933 1.424-1.584 0.618-0.40533 1.328-0.608 2.128-0.608 0.842 0 1.557 0.18133 2.144 0.544 0.597 0.36267 1.05 0.85867 1.36 1.488 0.309 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.006 0.224-0.016 0.32 0 0.096-0.006 0.1707-0.016 0.224h-6.304c0.042 0.448 0.154 0.8373 0.336 1.168 0.234 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.997-0.1227 1.36-0.368 0.373-0.256 0.666-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.366 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.011-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.235-0.448-0.416-0.64-0.182-0.192-0.411-0.34667-0.688-0.464-0.278-0.128-0.603-0.192-0.976-0.192-0.47 0-0.886 0.12267-1.248 0.368-0.363 0.23467-0.646 0.56533-0.848 0.992-0.086 0.18133-0.15 0.37333-0.192 0.576zm10.592 5.26399c-0.437 0-0.885-0.0533-1.344-0.16-0.448-0.1067-0.864-0.288-1.248-0.544-0.384-0.2667-0.709-0.6347-0.976-1.104l1.376-0.8c0.299 0.416 0.64 0.704 1.024 0.864 0.395 0.1493 0.784 0.224 1.168 0.224 0.555 0 0.976-0.1067 1.264-0.32 0.288-0.2133 0.432-0.4907 0.432-0.832 0-0.2987-0.133-0.5387-0.4-0.72-0.256-0.192-0.619-0.288-1.088-0.288h-1.328v-1.36h1.328c0.405 0 0.715-0.096 0.928-0.28799 0.224-0.192 0.336-0.43733 0.336-0.736 0-0.352-0.149-0.62933-0.448-0.832-0.299-0.21333-0.677-0.32-1.136-0.32-0.405 0-0.795 0.08533-1.168 0.256-0.373 0.16-0.656 0.37867-0.848 0.656l-1.28-0.848c0.245-0.32 0.539-0.592 0.88-0.816 0.341-0.224 0.715-0.39467 1.12-0.512 0.416-0.128 0.853-0.192 1.312-0.192 0.608 0 1.152 0.10133 1.632 0.304s0.859 0.48533 1.136 0.848c0.288 0.352 0.432 0.76267 0.432 1.232 0 0.40533-0.101 0.768-0.304 1.08799-0.203 0.32-0.469 0.5547-0.8 0.704v0.096c0.416 0.1707 0.752 0.4267 1.008 0.768s0.384 0.7307 0.384 1.168c0 0.48-0.144 0.9067-0.432 1.28-0.277 0.3733-0.672 0.6667-1.184 0.88-0.501 0.2027-1.093 0.304-1.776 0.304z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M183.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.00108zM192.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3647-1.034-2.2744 0-0.9607 0.363-1.7244 1.09-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-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.81953M208.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="M176.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="M168.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.21881h-2.592v2.00911c1.284 2.5473 3.925 4.2964 6.974 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M164.424 9.9596c-0.158-0.47113-0.245-0.97367-0.245-1.49245s0.087-1.02132 0.245-1.49245V4.96564h-2.592C161.3 6.01837 161 7.20756 161 8.46715c0 1.25959 0.3 2.44885 0.832 3.50155l2.592-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M168.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,14 +0,0 @@
1
- <vector android:width="159dp" android:height="21dp" android:viewportWidth="159" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M2.0835 15.0006V3.54461h1.76v5.552h0.096l4.56-5.552h2.208v0.096l-4.832 5.728 5.088 5.53599v0.096h-2.304l-4.72-5.24799h-0.096v5.24799h-1.76zm12.3647 3.056c-0.032 0.0747-0.0693 0.1493-0.112 0.224-0.032 0.0853-0.0533 0.144-0.064 0.176h-1.84c0.0534-0.1173 0.128-0.2827 0.224-0.496 0.1067-0.2133 0.208-0.4267 0.304-0.64 0.064-0.1387 0.128-0.288 0.192-0.448 0.0747-0.16 0.1494-0.3253 0.224-0.496 0.0854-0.1707 0.1654-0.336 0.24-0.496l0.608-1.328-3.408-7.71199h1.92l2.336 5.56799h0.08l2.256-5.56799h1.904l-4.224 9.72799c-0.0746 0.1813-0.16 0.3733-0.256 0.576-0.0853 0.2027-0.1653 0.384-0.24 0.544-0.064 0.1707-0.112 0.2933-0.144 0.368zm6.2567-3.056V6.84061h7.168v8.15999h-1.728V8.34461h-3.712v6.65599h-1.728zm9.3375 0V6.84061h1.728v4.17599l-0.096 1.536h0.096l4.08-5.71199h1.712v8.15999h-1.712v-4.16l0.096-1.53599h-0.096l-4.08 5.69599h-1.728zm11.7768 0V8.34461h-2.688v-1.504h7.088v1.504h-2.688v6.65599h-1.712zm5.9607 0V6.84061h1.728v4.17599l-0.096 1.536h0.096l4.08-5.71199h1.712v8.15999h-1.712v-4.16l0.096-1.53599h-0.096l-4.08 5.69599h-1.728zm18.2692 0v-2.944c-0.224 0.16-0.5066 0.288-0.848 0.384-0.3413 0.0853-0.7146 0.128-1.12 0.128-0.9386 0-1.6906-0.272-2.256-0.816-0.5546-0.544-0.832-1.28-0.832-2.20799v-2.704h1.728v2.528c0 0.512 0.144 0.91729 0.432 1.21599 0.2987 0.288 0.7147 0.432 1.248 0.432 0.32 0 0.6294-0.048 0.928-0.144 0.3094-0.1067 0.5494-0.2453 0.72-0.416V6.84061h1.712v8.15999h-1.712zm7.5494 0.256c-0.8 0-1.5147-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.3413-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.5573 0.18133 2.144 0.544 0.5973 0.36267 1.0507 0.85867 1.36 1.488 0.3093 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.0427 0.448 0.1547 0.8373 0.336 1.168 0.2347 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9973-0.1227 1.36-0.368 0.3733-0.256 0.6667-0.5707 0.88-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-2.368-5.26399h4.528c-0.0107-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2347-0.448-0.416-0.64s-0.4107-0.34667-0.688-0.464c-0.2773-0.128-0.6027-0.192-0.976-0.192-0.4693 0-0.8853 0.12267-1.248 0.368-0.3627 0.23467-0.6453 0.56533-0.848 0.992-0.0853 0.18133-0.1493 0.37333-0.192 0.576zm7.9771 8.46399V6.84061h1.616v1.104h0.096c0.1494-0.23467 0.3467-0.45333 0.592-0.656 0.256-0.21333 0.5547-0.384 0.896-0.512 0.3414-0.128 0.72-0.192 1.136-0.192 0.7467 0 1.4134 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.5893-0.528 2.24-0.3413 0.6507-0.8053 1.1627-1.392 1.536-0.5866 0.3733-1.2533 0.56-2 0.56-0.6186 0-1.1573-0.1387-1.616-0.416-0.4586-0.2773-0.7946-0.5867-1.008-0.928h-0.096l0.096 1.136v3.408h-1.712zm4.08-4.784c0.4267 0 0.8267-0.112 1.2-0.336 0.384-0.224 0.688-0.544 0.912-0.96 0.2347-0.416 0.352-0.9013 0.352-1.456 0-0.5653-0.1173-1.05066-0.352-1.45599-0.224-0.416-0.528-0.736-0.912-0.96-0.3733-0.224-0.7733-0.336-1.2-0.336-0.4266 0-0.8266 0.112-1.2 0.336-0.3733 0.224-0.6773 0.544-0.912 0.96-0.2346 0.40533-0.352 0.89069-0.352 1.45599 0 0.5653 0.1174 1.056 0.352 1.472 0.2347 0.4053 0.5387 0.72 0.912 0.944 0.3734 0.224 0.7734 0.336 1.2 0.336zm9.6109 1.584c-0.8 0-1.5147-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.3413-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.5573 0.18133 2.144 0.544 0.5973 0.36267 1.0507 0.85867 1.36 1.488 0.3093 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.0427 0.448 0.1547 0.8373 0.336 1.168 0.2347 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9973-0.1227 1.36-0.368 0.3733-0.256 0.6667-0.5707 0.88-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-2.368-5.26399h4.528c-0.0107-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2347-0.448-0.416-0.64s-0.4107-0.34667-0.688-0.464c-0.2773-0.128-0.6027-0.192-0.976-0.192-0.4693 0-0.8853 0.12267-1.248 0.368-0.3627 0.23467-0.6453 0.56533-0.848 0.992-0.0853 0.18133-0.1493 0.37333-0.192 0.576zm10.5925 5.26399c-0.437 0-0.885-0.0533-1.3439-0.16-0.448-0.1067-0.864-0.288-1.248-0.544-0.384-0.2667-0.7093-0.6347-0.976-1.104l1.376-0.8c0.2987 0.416 0.64 0.704 1.024 0.864 0.3949 0.1493 0.7839 0.224 1.1679 0.224 0.555 0 0.976-0.1067 1.264-0.32 0.288-0.2133 0.432-0.4907 0.432-0.832 0-0.2987-0.133-0.5387-0.4-0.72-0.256-0.192-0.619-0.288-1.088-0.288h-1.328v-1.36h1.328c0.405 0 0.715-0.096 0.928-0.28799 0.224-0.192 0.336-0.43733 0.336-0.736 0-0.352-0.149-0.62933-0.448-0.832-0.299-0.21333-0.677-0.32-1.136-0.32-0.405 0-0.795 0.08533-1.1679 0.256-0.3733 0.16-0.656 0.37867-0.848 0.656l-1.28-0.848c0.2454-0.32 0.5387-0.592 0.88-0.816 0.3414-0.224 0.7147-0.39467 1.12-0.512 0.4159-0.128 0.8529-0.192 1.3119-0.192 0.608 0 1.152 0.10133 1.632 0.304s0.859 0.48533 1.136 0.848c0.288 0.352 0.432 0.76267 0.432 1.232 0 0.40533-0.101 0.768-0.304 1.08799-0.203 0.32-0.469 0.5547-0.8 0.704v0.096c0.416 0.1707 0.752 0.4267 1.008 0.768s0.384 0.7307 0.384 1.168c0 0.48-0.144 0.9067-0.432 1.28-0.277 0.3733-0.672 0.6667-1.184 0.88-0.501 0.2027-1.093 0.304-1.776 0.304z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M133.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.00108zM142.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3647-1.034-2.2744 0-0.9607 0.363-1.7244 1.09-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-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.81953M158.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="M126.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="M118.806 16.2651c2.107 0 3.881-0.691 5.174-1.8823l-2.516-1.9506c-0.701 0.4711-1.603 0.7462-2.658 0.7462-2.036 0-3.764-1.3711-4.382-3.21881h-2.592v2.00911c1.284 2.5473 3.925 4.2964 6.974 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M114.424 9.9596c-0.158-0.47113-0.245-0.97367-0.245-1.49245s0.087-1.02132 0.245-1.49245V4.96564h-2.592C111.3 6.01837 111 7.20756 111 8.46715c0 1.25959 0.3 2.44885 0.832 3.50155l2.592-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M118.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,14 +0,0 @@
1
- <vector android:width="179dp" android:height="21dp" android:viewportWidth="179" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M6.97163 15.2566c-0.85333 0-1.64267-0.1547-2.368-0.464-0.71467-0.3093-1.33867-0.736-1.872-1.28-0.53334-0.5547-0.94934-1.1893-1.248-1.904-0.29867-0.7253-0.448-1.504-0.448-2.33599 0-0.832 0.14933-1.60533 0.448-2.32 0.29866-0.72533 0.71466-1.36 1.248-1.904 0.53333-0.55467 1.15733-0.98667 1.872-1.296 0.72533-0.30933 1.51467-0.464 2.368-0.464 0.85333 0 1.63733 0.15467 2.352 0.464 0.71467 0.30933 1.33867 0.74133 1.87197 1.296 0.544 0.544 0.96 1.17867 1.248 1.904 0.2987 0.71467 0.448 1.488 0.448 2.32 0 0.83199-0.1493 1.61069-0.448 2.33599-0.288 0.7147-0.704 1.3493-1.248 1.904-0.5333 0.544-1.1573 0.9707-1.87197 1.28-0.71467 0.3093-1.49867 0.464-2.352 0.464zm0-1.664c0.77867 0 1.47733-0.1813 2.096-0.544 0.62933-0.3627 1.13067-0.8693 1.50397-1.52 0.3734-0.6507 0.56-1.4027 0.56-2.25599 0-0.864-0.1866-1.616-0.56-2.256-0.3733-0.65067-0.87464-1.15733-1.50397-1.52-0.61867-0.36267-1.31733-0.544-2.096-0.544-0.768 0-1.46667 0.18133-2.096 0.544-0.62934 0.36267-1.13067 0.86933-1.504 1.52-0.37334 0.64-0.56 1.392-0.56 2.256 0 0.85329 0.18666 1.60529 0.56 2.25599 0.37333 0.6507 0.87466 1.1573 1.504 1.52 0.62933 0.3627 1.328 0.544 2.096 0.544zm7.73637 1.408V6.84061h7.168v8.15999h-1.728V8.34461h-3.712v6.65599h-1.728zm9.4655 0.128c-0.1173 0-0.24-0.0107-0.368-0.032-0.1173-0.0107-0.2293-0.0267-0.336-0.048v-1.6c0.0747 0.032 0.16 0.0587 0.256 0.08s0.176 0.032 0.24 0.032c0.3627 0 0.6187-0.1387 0.768-0.416 0.1493-0.288 0.24-0.6507 0.272-1.088 0.032-0.4373 0.048-0.8907 0.048-1.36V6.84061h6.24v8.15999h-1.712V8.34461h-2.896v2.62399c0 0.544-0.0373 1.0667-0.112 1.568-0.0747 0.5013-0.2027 0.9493-0.384 1.344-0.1707 0.384-0.4213 0.688-0.752 0.912-0.32 0.224-0.7413 0.336-1.264 0.336zm11.7851 0.128c-0.5866 0-1.1093-0.1173-1.568-0.352-0.448-0.2347-0.8053-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1494-1.0827 0.448-1.488 0.3094-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0774-0.31999 1.696-0.31999 0.3414 0 0.656 0.02667 0.944 0.08 0.2987 0.04267 0.5547 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.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.8106 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2347-0.33067 0.5174-0.61333 0.848-0.848 0.3414-0.23467 0.72-0.416 1.136-0.544 0.4267-0.128 0.8694-0.192 1.328-0.192 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.1386 0.2133-0.3306 0.416-0.576 0.608-0.2346 0.192-0.5173 0.3467-0.848 0.464-0.32 0.128-0.6773 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2346-0.1387-0.5226-0.2507-0.864-0.336-0.3306-0.096-0.6826-0.144-1.056-0.144-0.704 0-1.2053 0.1387-1.504 0.416-0.2986 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm7.8192 1.152V8.34461h-2.688v-1.504h7.088v1.504h-2.688v6.65599h-1.712zm5.9606 0V6.84061h1.728v4.17599l-0.096 1.536h0.096l4.08-5.71199h1.712v8.15999h-1.712v-4.16l0.096-1.53599h-0.096l-4.08 5.69599h-1.728zm11.7769 0V8.34461h-2.688v-1.504h7.088v1.504h-2.688v6.65599h-1.712zm5.9606 0V6.84061h1.728v4.17599l-0.096 1.536h0.096l4.08-5.71199h1.712v8.15999h-1.712v-4.16l0.096-1.53599h-0.096l-4.08 5.69599h-1.728zm18.2692 0v-2.944c-0.224 0.16-0.5066 0.288-0.848 0.384-0.3413 0.0853-0.7146 0.128-1.12 0.128-0.9386 0-1.6906-0.272-2.256-0.816-0.5546-0.544-0.832-1.28-0.832-2.20799v-2.704h1.728v2.528c0 0.512 0.144 0.91729 0.432 1.21599 0.2987 0.288 0.7147 0.432 1.248 0.432 0.32 0 0.6294-0.048 0.928-0.144 0.3094-0.1067 0.5494-0.2453 0.72-0.416V6.84061h1.712v8.15999h-1.712zm7.5494 0.256c-0.8 0-1.5147-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.3413-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.5573 0.18133 2.144 0.544 0.5973 0.36267 1.0507 0.85867 1.36 1.488 0.3093 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.0427 0.448 0.1547 0.8373 0.336 1.168 0.2347 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9973-0.1227 1.36-0.368 0.3733-0.256 0.6667-0.5707 0.88-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-2.368-5.26399h4.528c-0.0107-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2347-0.448-0.416-0.64s-0.4107-0.34667-0.688-0.464c-0.2773-0.128-0.6027-0.192-0.976-0.192-0.4693 0-0.8853 0.12267-1.248 0.368-0.3627 0.23467-0.6453 0.56533-0.848 0.992-0.0853 0.18133-0.1493 0.37333-0.192 0.576zm7.9771 8.46399V6.84061h1.6164v1.104h0.096c0.149-0.23467 0.346-0.45333 0.592-0.656 0.256-0.21333 0.554-0.384 0.896-0.512 0.341-0.128 0.72-0.192 1.136-0.192 0.746 0 1.413 0.18667 2 0.56 0.586 0.37333 1.05 0.88533 1.392 1.536 0.352 0.65067 0.528 1.39729 0.528 2.23999 0 0.8427-0.176 1.5893-0.528 2.24-0.342 0.6507-0.806 1.1627-1.392 1.536-0.587 0.3733-1.254 0.56-2 0.56-0.619 0-1.158-0.1387-1.616-0.416-0.459-0.2773-0.795-0.5867-1.008-0.928h-0.096l0.096 1.136v3.408h-1.7124zm4.0804-4.784c0.426 0 0.826-0.112 1.2-0.336 0.384-0.224 0.688-0.544 0.912-0.96 0.234-0.416 0.352-0.9013 0.352-1.456 0-0.5653-0.118-1.05066-0.352-1.45599-0.224-0.416-0.528-0.736-0.912-0.96-0.374-0.224-0.774-0.336-1.2-0.336-0.427 0-0.827 0.112-1.2 0.336-0.374 0.224-0.678 0.544-0.912 0.96-0.235 0.40533-0.352 0.89069-0.352 1.45599 0 0.5653 0.117 1.056 0.352 1.472 0.234 0.4053 0.538 0.72 0.912 0.944 0.373 0.224 0.773 0.336 1.2 0.336zm9.611 1.584c-0.8 0-1.515-0.1867-2.144-0.56-0.63-0.3733-1.126-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.17-1.49866 0.512-2.15999 0.341-0.66133 0.816-1.18933 1.424-1.584 0.618-0.40533 1.328-0.608 2.128-0.608 0.842 0 1.557 0.18133 2.144 0.544 0.597 0.36267 1.05 0.85867 1.36 1.488 0.309 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.006 0.224-0.016 0.32 0 0.096-0.006 0.1707-0.016 0.224h-6.304c0.042 0.448 0.154 0.8373 0.336 1.168 0.234 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.997-0.1227 1.36-0.368 0.373-0.256 0.666-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.366 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.011-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.235-0.448-0.416-0.64-0.182-0.192-0.411-0.34667-0.688-0.464-0.278-0.128-0.603-0.192-0.976-0.192-0.47 0-0.886 0.12267-1.248 0.368-0.363 0.23467-0.646 0.56533-0.848 0.992-0.086 0.18133-0.15 0.37333-0.192 0.576zm10.592 5.26399c-0.437 0-0.885-0.0533-1.344-0.16-0.448-0.1067-0.864-0.288-1.248-0.544-0.384-0.2667-0.709-0.6347-0.976-1.104l1.376-0.8c0.299 0.416 0.64 0.704 1.024 0.864 0.395 0.1493 0.784 0.224 1.168 0.224 0.555 0 0.976-0.1067 1.264-0.32 0.288-0.2133 0.432-0.4907 0.432-0.832 0-0.2987-0.133-0.5387-0.4-0.72-0.256-0.192-0.619-0.288-1.088-0.288h-1.328v-1.36h1.328c0.405 0 0.715-0.096 0.928-0.28799 0.224-0.192 0.336-0.43733 0.336-0.736 0-0.352-0.149-0.62933-0.448-0.832-0.299-0.21333-0.677-0.32-1.136-0.32-0.405 0-0.795 0.08533-1.168 0.256-0.373 0.16-0.656 0.37867-0.848 0.656l-1.28-0.848c0.245-0.32 0.539-0.592 0.88-0.816 0.341-0.224 0.715-0.39467 1.12-0.512 0.416-0.128 0.853-0.192 1.312-0.192 0.608 0 1.152 0.10133 1.632 0.304s0.859 0.48533 1.136 0.848c0.288 0.352 0.432 0.76267 0.432 1.232 0 0.40533-0.101 0.768-0.304 1.08799-0.203 0.32-0.469 0.5547-0.8 0.704v0.096c0.416 0.1707 0.752 0.4267 1.008 0.768s0.384 0.7307 0.384 1.168c0 0.48-0.144 0.9067-0.432 1.28-0.277 0.3733-0.672 0.6667-1.184 0.88-0.501 0.2027-1.093 0.304-1.776 0.304z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M153.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.00108zM162.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3647-1.034-2.2744 0-0.9607 0.363-1.7244 1.09-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-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.81953M178.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="M146.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="M138.806 16.2651c2.107 0 3.881-0.691 5.174-1.8823l-2.516-1.9506c-0.701 0.4711-1.603 0.7462-2.658 0.7462-2.036 0-3.764-1.3711-4.382-3.21881h-2.592v2.00911c1.284 2.5473 3.925 4.2964 6.974 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M134.424 9.9596c-0.158-0.47113-0.245-0.97367-0.245-1.49245s0.087-1.02132 0.245-1.49245V4.96564h-2.592C131.3 6.01837 131 7.20756 131 8.46715c0 1.25959 0.3 2.44885 0.832 3.50155l2.592-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M138.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,14 +0,0 @@
1
- <vector android:width="216dp" android:height="21dp" android:viewportWidth="216" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M2.02725 15.0006V3.54461h8.63995V15.0006H8.90725V5.20861h-5.12v9.79199h-1.76zm14.93635 0.256c-0.8426 0-1.584-0.192-2.224-0.576-0.64-0.384-1.1413-0.9013-1.504-1.552-0.3626-0.6613-0.544-1.3973-0.544-2.208 0-0.8107 0.1814-1.54132 0.544-2.19199 0.3627-0.66133 0.864-1.184 1.504-1.568 0.64-0.384 1.3814-0.576 2.224-0.576 0.832 0 1.568 0.19733 2.208 0.592 0.64 0.384 1.1414 0.90133 1.504 1.552 0.3627 0.65067 0.544 1.38129 0.544 2.19199 0 0.8107-0.1813 1.5467-0.544 2.208-0.3626 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.6934-0.5387 0.928-0.944 0.2454-0.416 0.368-0.912 0.368-1.488s-0.1226-1.06666-0.368-1.47199c-0.2346-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.6986 0.528-0.944 0.944-0.2346 0.40533-0.352 0.89599-0.352 1.47199s0.1174 1.072 0.352 1.488c0.2454 0.4053 0.5654 0.72 0.96 0.944 0.3947 0.2133 0.8107 0.32 1.248 0.32zm4.8191 1.328v-0.096l3.328-4.224-3.152-3.74399v-0.096h2.016l2.832 3.61599h0.096V6.84061h1.728v3.61599h0.096l2.848-3.61599h2.032v0.096l-3.168 3.74399 3.328 4.224v0.096h-2.032l-3.008-4.016h-0.096v4.016h-1.728v-4.016h-0.096l-2.992 4.016h-2.032zm16.7752 0.256c-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.0426 0.448 0.1546 0.8373 0.336 1.168 0.2346 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9973-0.1227 1.36-0.368 0.3733-0.256 0.6666-0.5707 0.88-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-2.368-5.26399h4.528c-0.0107-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2347-0.448-0.416-0.64-0.1814-0.192-0.4107-0.34667-0.688-0.464-0.2774-0.128-0.6027-0.192-0.976-0.192-0.4694 0-0.8854 0.12267-1.248 0.368-0.3627 0.23467-0.6454 0.56533-0.848 0.992-0.0854 0.18133-0.1494 0.37333-0.192 0.576zm7.9771 8.46399V6.84061h1.616v1.104h0.096c0.1493-0.23467 0.3467-0.45333 0.592-0.656 0.256-0.21333 0.5547-0.384 0.896-0.512 0.3413-0.128 0.72-0.192 1.136-0.192 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.5893-0.528 2.24-0.3413 0.6507-0.8053 1.1627-1.392 1.536-0.5867 0.3733-1.2533 0.56-2 0.56-0.6187 0-1.1573-0.1387-1.616-0.416-0.4587-0.2773-0.7947-0.5867-1.008-0.928h-0.096l0.096 1.136v3.408h-1.712zm4.08-4.784c0.4267 0 0.8267-0.112 1.2-0.336 0.384-0.224 0.688-0.544 0.912-0.96 0.2347-0.416 0.352-0.9013 0.352-1.456 0-0.5653-0.1173-1.05066-0.352-1.45599-0.224-0.416-0.528-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.336zm7.8847 1.328V8.34461h-2.688v-1.504h7.088v1.504h-2.688v6.65599h-1.712zm5.9607 0V6.84061h4.048c0.48 0 0.9066 0.096 1.28 0.288 0.384 0.18133 0.6826 0.432 0.896 0.752 0.224 0.32 0.336 0.67733 0.336 1.072 0 0.42667-0.096 0.79467-0.288 1.10399-0.1814 0.3093-0.4214 0.5387-0.72 0.688v0.096c0.4053 0.16 0.7253 0.4 0.96 0.72 0.2453 0.32 0.368 0.688 0.368 1.104 0 0.48-0.128 0.896-0.384 1.248-0.2454 0.352-0.5654 0.624-0.96 0.816-0.3947 0.1813-0.816 0.272-1.264 0.272h-4.272zm1.728-3.552v2.112h2.368c0.3093 0 0.5653-0.096 0.768-0.288 0.2133-0.2027 0.32-0.4587 0.32-0.768 0-0.2987-0.1067-0.5493-0.32-0.752-0.2027-0.2027-0.4587-0.304-0.768-0.304h-2.368zm0-3.19999v1.91999h2.112c0.288 0 0.528-0.0907 0.72-0.27199 0.192-0.18133 0.288-0.41067 0.288-0.688 0-0.288-0.096-0.51733-0.288-0.688-0.192-0.18133-0.432-0.272-0.72-0.272h-2.112zm9.4247 9.80799c-0.032 0.0747-0.0693 0.1493-0.112 0.224-0.032 0.0853-0.0533 0.144-0.064 0.176h-1.84c0.0534-0.1173 0.128-0.2827 0.224-0.496 0.1067-0.2133 0.208-0.4267 0.304-0.64 0.064-0.1387 0.128-0.288 0.192-0.448 0.0747-0.16 0.1494-0.3253 0.224-0.496 0.0854-0.1707 0.1654-0.336 0.24-0.496l0.608-1.328-3.408-7.71199h1.92l2.336 5.56799h0.08l2.256-5.56799h1.904l-4.224 9.72799c-0.0746 0.1813-0.16 0.3733-0.256 0.576-0.0853 0.2027-0.1653 0.384-0.24 0.544-0.064 0.1707-0.112 0.2933-0.144 0.368zm6.2566-3.056V6.84061h4.048c0.48 0 0.9067 0.096 1.28 0.288 0.384 0.18133 0.6827 0.432 0.896 0.752 0.224 0.32 0.336 0.67733 0.336 1.072 0 0.42667-0.096 0.79467-0.288 1.10399-0.1813 0.3093-0.4213 0.5387-0.72 0.688v0.096c0.4054 0.16 0.7254 0.4 0.96 0.72 0.2454 0.32 0.368 0.688 0.368 1.104 0 0.48-0.128 0.896-0.384 1.248-0.2453 0.352-0.5653 0.624-0.96 0.816-0.3946 0.1813-0.816 0.272-1.264 0.272h-4.272zm1.728-3.552v2.112h2.368c0.3094 0 0.5654-0.096 0.768-0.288 0.2134-0.2027 0.32-0.4587 0.32-0.768 0-0.2987-0.1066-0.5493-0.32-0.752-0.2026-0.2027-0.4586-0.304-0.768-0.304h-2.368zm0-3.19999v1.91999h2.112c0.288 0 0.528-0.0907 0.72-0.27199 0.192-0.18133 0.288-0.41067 0.288-0.688 0-0.288-0.096-0.51733-0.288-0.688-0.192-0.18133-0.432-0.272-0.72-0.272h-2.112zm9.4664 7.00799c-0.5866 0-1.1093-0.1173-1.568-0.352-0.448-0.2347-0.8053-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1494-1.0827 0.448-1.488 0.3094-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0774-0.31999 1.696-0.31999 0.3414 0 0.656 0.02667 0.944 0.08 0.2987 0.04267 0.5547 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.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.8106 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2347-0.33067 0.5174-0.61333 0.848-0.848 0.3414-0.23467 0.72-0.416 1.136-0.544 0.4267-0.128 0.8694-0.192 1.328-0.192 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.1386 0.2133-0.3306 0.416-0.576 0.608-0.2346 0.192-0.5173 0.3467-0.848 0.464-0.32 0.128-0.6773 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2346-0.1387-0.5226-0.2507-0.864-0.336-0.3306-0.096-0.6826-0.144-1.056-0.144-0.704 0-1.2053 0.1387-1.504 0.416-0.2986 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm7.8191 1.152V8.34461h-2.688v-1.504h7.0878v1.504h-2.688v6.65599h-1.7118zm5.9608 0V6.84061h1.728v4.17599l-0.096 1.536h0.096l4.08-5.71199h1.712v8.15999h-1.712v-4.16l0.096-1.53599h-0.096l-4.08 5.69599h-1.728zm18.269 0v-2.944c-0.224 0.16-0.507 0.288-0.848 0.384-0.341 0.0853-0.715 0.128-1.12 0.128-0.939 0-1.691-0.272-2.256-0.816-0.555-0.544-0.832-1.28-0.832-2.20799v-2.704h1.728v2.528c0 0.512 0.144 0.91729 0.432 1.21599 0.299 0.288 0.715 0.432 1.248 0.432 0.32 0 0.629-0.048 0.928-0.144 0.309-0.1067 0.549-0.2453 0.72-0.416V6.84061h1.712v8.15999h-1.712zm7.549 0.256c-0.8 0-1.514-0.1867-2.144-0.56-0.629-0.3733-1.125-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.171-1.49866 0.512-2.15999 0.342-0.66133 0.816-1.18933 1.424-1.584 0.619-0.40533 1.328-0.608 2.128-0.608 0.843 0 1.558 0.18133 2.144 0.544 0.598 0.36267 1.051 0.85867 1.36 1.488 0.31 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.005 0.224-0.016 0.32 0 0.096-0.005 0.1707-0.016 0.224h-6.304c0.043 0.448 0.155 0.8373 0.336 1.168 0.235 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.998-0.1227 1.36-0.368 0.374-0.256 0.667-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.365 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.01-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.234-0.448-0.416-0.64-0.181-0.192-0.41-0.34667-0.688-0.464-0.277-0.128-0.602-0.192-0.976-0.192-0.469 0-0.885 0.12267-1.248 0.368-0.362 0.23467-0.645 0.56533-0.848 0.992-0.085 0.18133-0.149 0.37333-0.192 0.576zm7.978 8.46399V6.84061h1.616v1.104h0.096c0.149-0.23467 0.346-0.45333 0.592-0.656 0.256-0.21333 0.554-0.384 0.896-0.512 0.341-0.128 0.72-0.192 1.136-0.192 0.746 0 1.413 0.18667 2 0.56 0.586 0.37333 1.05 0.88533 1.392 1.536 0.352 0.65067 0.528 1.39729 0.528 2.23999 0 0.8427-0.176 1.5893-0.528 2.24-0.342 0.6507-0.806 1.1627-1.392 1.536-0.587 0.3733-1.254 0.56-2 0.56-0.619 0-1.158-0.1387-1.616-0.416-0.459-0.2773-0.795-0.5867-1.008-0.928h-0.096l0.096 1.136v3.408h-1.712zm4.08-4.784c0.426 0 0.826-0.112 1.2-0.336 0.384-0.224 0.688-0.544 0.912-0.96 0.234-0.416 0.352-0.9013 0.352-1.456 0-0.5653-0.118-1.05066-0.352-1.45599-0.224-0.416-0.528-0.736-0.912-0.96-0.374-0.224-0.774-0.336-1.2-0.336-0.427 0-0.827 0.112-1.2 0.336-0.374 0.224-0.678 0.544-0.912 0.96-0.235 0.40533-0.352 0.89069-0.352 1.45599 0 0.5653 0.117 1.056 0.352 1.472 0.234 0.4053 0.538 0.72 0.912 0.944 0.373 0.224 0.773 0.336 1.2 0.336zm9.61 1.584c-0.8 0-1.514-0.1867-2.144-0.56-0.629-0.3733-1.125-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.171-1.49866 0.512-2.15999 0.342-0.66133 0.816-1.18933 1.424-1.584 0.619-0.40533 1.328-0.608 2.128-0.608 0.843 0 1.558 0.18133 2.144 0.544 0.598 0.36267 1.051 0.85867 1.36 1.488 0.31 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.005 0.224-0.016 0.32 0 0.096-0.005 0.1707-0.016 0.224h-6.304c0.043 0.448 0.155 0.8373 0.336 1.168 0.235 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.998-0.1227 1.36-0.368 0.374-0.256 0.667-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.365 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.01-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.234-0.448-0.416-0.64-0.181-0.192-0.41-0.34667-0.688-0.464-0.277-0.128-0.602-0.192-0.976-0.192-0.469 0-0.885 0.12267-1.248 0.368-0.362 0.23467-0.645 0.56533-0.848 0.992-0.085 0.18133-0.149 0.37333-0.192 0.576zm10.593 5.26399c-0.437 0-0.885-0.0533-1.344-0.16-0.448-0.1067-0.864-0.288-1.248-0.544-0.384-0.2667-0.709-0.6347-0.976-1.104l1.376-0.8c0.299 0.416 0.64 0.704 1.024 0.864 0.395 0.1493 0.784 0.224 1.168 0.224 0.555 0 0.976-0.1067 1.264-0.32 0.288-0.2133 0.432-0.4907 0.432-0.832 0-0.2987-0.133-0.5387-0.4-0.72-0.256-0.192-0.619-0.288-1.088-0.288h-1.328v-1.36h1.328c0.405 0 0.715-0.096 0.928-0.28799 0.224-0.192 0.336-0.43733 0.336-0.736 0-0.352-0.149-0.62933-0.448-0.832-0.299-0.21333-0.677-0.32-1.136-0.32-0.405 0-0.795 0.08533-1.168 0.256-0.373 0.16-0.656 0.37867-0.848 0.656l-1.28-0.848c0.245-0.32 0.539-0.592 0.88-0.816 0.341-0.224 0.715-0.39467 1.12-0.512 0.416-0.128 0.853-0.192 1.312-0.192 0.608 0 1.152 0.10133 1.632 0.304s0.859 0.48533 1.136 0.848c0.288 0.352 0.432 0.76267 0.432 1.232 0 0.40533-0.101 0.768-0.304 1.08799-0.203 0.32-0.469 0.5547-0.8 0.704v0.096c0.416 0.1707 0.752 0.4267 1.008 0.768s0.384 0.7307 0.384 1.168c0 0.48-0.144 0.9067-0.432 1.28-0.277 0.3733-0.672 0.6667-1.184 0.88-0.501 0.2027-1.093 0.304-1.776 0.304z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M190.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.00108zM199.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3647-1.034-2.2744 0-0.9607 0.363-1.7244 1.09-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-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.81953M215.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="M183.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="M175.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.21881h-2.592v2.00911c1.284 2.5473 3.925 4.2964 6.974 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M171.424 9.9596c-0.158-0.47113-0.245-0.97367-0.245-1.49245s0.087-1.02132 0.245-1.49245V4.96564h-2.592C168.3 6.01837 168 7.20756 168 8.46715c0 1.25959 0.3 2.44885 0.832 3.50155l2.592-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M175.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,14 +0,0 @@
1
- <vector android:width="179dp" android:height="21dp" android:viewportWidth="179" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M5.61825 15.2566c-0.704 0-1.344-0.112-1.92-0.336-0.56533-0.224-1.05066-0.5387-1.456-0.944-0.39466-0.4053-0.68266-0.8747-0.864-1.408l1.488-0.784c0.23467 0.5333 0.576 0.976 1.024 1.328 0.45867 0.3413 1.04 0.512 1.744 0.512 0.42667 0 0.816-0.0693 1.168-0.208 0.36267-0.1387 0.65067-0.352 0.864-0.64 0.21334-0.288 0.32-0.64 0.32-1.056 0-0.544-0.192-0.9973-0.576-1.36-0.37333-0.37332-0.90666-0.55999-1.6-0.55999h-1.552v-1.568h1.552c0.58667 0 1.02934-0.15467 1.328-0.464 0.29867-0.32 0.448-0.72 0.448-1.2 0-0.55467-0.18133-0.976-0.544-1.264-0.36266-0.288-0.864-0.432-1.504-0.432-0.56533 0-1.072 0.11733-1.52 0.352-0.43733 0.23467-0.768 0.56-0.992 0.976l-1.44-0.688c0.23467-0.46933 0.53867-0.86933 0.912-1.2 0.37334-0.33067 0.816-0.58133 1.328-0.752 0.52267-0.18133 1.09334-0.272 1.712-0.272 0.77867 0 1.45067 0.13333 2.016 0.4 0.576 0.256 1.01867 0.61867 1.328 1.088 0.30934 0.46933 0.464 1.008 0.464 1.616 0 0.544-0.13866 1.03467-0.416 1.472-0.26666 0.42667-0.66666 0.768-1.2 1.024v0.096c0.59734 0.24533 1.08267 0.59733 1.456 1.05599 0.37334 0.4587 0.56 1.0293 0.56 1.712 0 0.64-0.16533 1.2267-0.496 1.76-0.33066 0.5333-0.80533 0.96-1.424 1.28-0.61866 0.3093-1.35466 0.464-2.208 0.464zm8.52475 0c-0.5867 0-1.1093-0.1173-1.568-0.352-0.448-0.2347-0.8053-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1493-1.0827 0.448-1.488 0.3093-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.3413 0 0.656 0.02667 0.944 0.08 0.2987 0.04267 0.5547 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.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.2347-0.33067 0.5173-0.61333 0.848-0.848 0.3413-0.23467 0.72-0.416 1.136-0.544 0.4267-0.128 0.8693-0.192 1.328-0.192 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.1387 0.2133-0.3307 0.416-0.576 0.608-0.2347 0.192-0.5173 0.3467-0.848 0.464-0.32 0.128-0.6773 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2347-0.1387-0.5227-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2053 0.1387-1.504 0.416-0.2987 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm6.0204 1.152V6.84061h2.048l2.512 4.99199h0.08l2.528-4.99199h2v8.15999h-1.648v-3.968l0.08-1.56799h-0.096l-2.352 4.49599h-1.136l-2.352-4.49599h-0.096l0.08 1.56799v3.968h-1.648zm15.0994 0.256c-0.8427 0-1.584-0.192-2.224-0.576-0.64-0.384-1.1414-0.9013-1.504-1.552-0.3627-0.6613-0.544-1.3973-0.544-2.208 0-0.8107 0.1813-1.54132 0.544-2.19199 0.3626-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.19733 2.208 0.592 0.64 0.384 1.1413 0.90133 1.504 1.552 0.3626 0.65067 0.544 1.38129 0.544 2.19199 0 0.8107-0.1814 1.5467-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.8694 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.5653 0.72 0.96 0.944 0.3946 0.2133 0.8106 0.32 1.248 0.32zm5.8412 1.328V6.84061h4.048c0.48 0 0.9067 0.096 1.28 0.288 0.384 0.18133 0.6827 0.432 0.896 0.752 0.224 0.32 0.336 0.67733 0.336 1.072 0 0.42667-0.096 0.79467-0.288 1.10399-0.1813 0.3093-0.4213 0.5387-0.72 0.688v0.096c0.4053 0.16 0.7253 0.4 0.96 0.72 0.2453 0.32 0.368 0.688 0.368 1.104 0 0.48-0.128 0.896-0.384 1.248-0.2453 0.352-0.5653 0.624-0.96 0.816-0.3947 0.1813-0.816 0.272-1.264 0.272h-4.272zm1.728-3.552v2.112h2.368c0.3093 0 0.5653-0.096 0.768-0.288 0.2133-0.2027 0.32-0.4587 0.32-0.768 0-0.2987-0.1067-0.5493-0.32-0.752-0.2027-0.2027-0.4587-0.304-0.768-0.304h-2.368zm0-3.19999v1.91999h2.112c0.288 0 0.528-0.0907 0.72-0.27199 0.192-0.18133 0.288-0.41067 0.288-0.688 0-0.288-0.096-0.51733-0.288-0.688-0.192-0.18133-0.432-0.272-0.72-0.272h-2.112zm6.9064 6.75199V6.84061h1.728v4.17599l-0.096 1.536h0.096l4.08-5.71199h1.712v8.15999h-1.712v-4.16l0.096-1.53599h-0.096l-4.08 5.69599h-1.728zm11.7769 0V8.34461h-2.688v-1.504h7.088v1.504h-2.688v6.65599h-1.712zm5.9606 0V6.84061h1.728v4.17599l-0.096 1.536h0.096l4.08-5.71199h1.712v8.15999h-1.712v-4.16l0.096-1.53599h-0.096l-4.08 5.69599h-1.728zm18.2692 0v-2.944c-0.224 0.16-0.5066 0.288-0.848 0.384-0.3413 0.0853-0.7146 0.128-1.12 0.128-0.9386 0-1.6906-0.272-2.256-0.816-0.5546-0.544-0.832-1.28-0.832-2.20799v-2.704h1.728v2.528c0 0.512 0.144 0.91729 0.432 1.21599 0.2987 0.288 0.7147 0.432 1.248 0.432 0.32 0 0.6294-0.048 0.928-0.144 0.3094-0.1067 0.5494-0.2453 0.72-0.416V6.84061h1.712v8.15999h-1.712zm7.5494 0.256c-0.8 0-1.5147-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.3413-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.5573 0.18133 2.144 0.544 0.5973 0.36267 1.0507 0.85867 1.36 1.488 0.3093 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.0427 0.448 0.1547 0.8373 0.336 1.168 0.2347 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9973-0.1227 1.36-0.368 0.3733-0.256 0.6667-0.5707 0.88-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-2.368-5.26399h4.528c-0.0107-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2347-0.448-0.416-0.64s-0.4107-0.34667-0.688-0.464c-0.2773-0.128-0.6027-0.192-0.976-0.192-0.4693 0-0.8853 0.12267-1.248 0.368-0.3627 0.23467-0.6453 0.56533-0.848 0.992-0.0853 0.18133-0.1493 0.37333-0.192 0.576zm7.9771 8.46399V6.84061h1.6164v1.104h0.096c0.149-0.23467 0.346-0.45333 0.592-0.656 0.256-0.21333 0.554-0.384 0.896-0.512 0.341-0.128 0.72-0.192 1.136-0.192 0.746 0 1.413 0.18667 2 0.56 0.586 0.37333 1.05 0.88533 1.392 1.536 0.352 0.65067 0.528 1.39729 0.528 2.23999 0 0.8427-0.176 1.5893-0.528 2.24-0.342 0.6507-0.806 1.1627-1.392 1.536-0.587 0.3733-1.254 0.56-2 0.56-0.619 0-1.158-0.1387-1.616-0.416-0.459-0.2773-0.795-0.5867-1.008-0.928h-0.096l0.096 1.136v3.408h-1.7124zm4.0804-4.784c0.426 0 0.826-0.112 1.2-0.336 0.384-0.224 0.688-0.544 0.912-0.96 0.234-0.416 0.352-0.9013 0.352-1.456 0-0.5653-0.118-1.05066-0.352-1.45599-0.224-0.416-0.528-0.736-0.912-0.96-0.374-0.224-0.774-0.336-1.2-0.336-0.427 0-0.827 0.112-1.2 0.336-0.374 0.224-0.678 0.544-0.912 0.96-0.235 0.40533-0.352 0.89069-0.352 1.45599 0 0.5653 0.117 1.056 0.352 1.472 0.234 0.4053 0.538 0.72 0.912 0.944 0.373 0.224 0.773 0.336 1.2 0.336zm9.611 1.584c-0.8 0-1.515-0.1867-2.144-0.56-0.63-0.3733-1.126-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.17-1.49866 0.512-2.15999 0.341-0.66133 0.816-1.18933 1.424-1.584 0.618-0.40533 1.328-0.608 2.128-0.608 0.842 0 1.557 0.18133 2.144 0.544 0.597 0.36267 1.05 0.85867 1.36 1.488 0.309 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.006 0.224-0.016 0.32 0 0.096-0.006 0.1707-0.016 0.224h-6.304c0.042 0.448 0.154 0.8373 0.336 1.168 0.234 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.997-0.1227 1.36-0.368 0.373-0.256 0.666-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.366 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.011-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.235-0.448-0.416-0.64-0.182-0.192-0.411-0.34667-0.688-0.464-0.278-0.128-0.603-0.192-0.976-0.192-0.47 0-0.886 0.12267-1.248 0.368-0.363 0.23467-0.646 0.56533-0.848 0.992-0.086 0.18133-0.15 0.37333-0.192 0.576zm10.592 5.26399c-0.437 0-0.885-0.0533-1.344-0.16-0.448-0.1067-0.864-0.288-1.248-0.544-0.384-0.2667-0.709-0.6347-0.976-1.104l1.376-0.8c0.299 0.416 0.64 0.704 1.024 0.864 0.395 0.1493 0.784 0.224 1.168 0.224 0.555 0 0.976-0.1067 1.264-0.32 0.288-0.2133 0.432-0.4907 0.432-0.832 0-0.2987-0.133-0.5387-0.4-0.72-0.256-0.192-0.619-0.288-1.088-0.288h-1.328v-1.36h1.328c0.405 0 0.715-0.096 0.928-0.28799 0.224-0.192 0.336-0.43733 0.336-0.736 0-0.352-0.149-0.62933-0.448-0.832-0.299-0.21333-0.677-0.32-1.136-0.32-0.405 0-0.795 0.08533-1.168 0.256-0.373 0.16-0.656 0.37867-0.848 0.656l-1.28-0.848c0.245-0.32 0.539-0.592 0.88-0.816 0.341-0.224 0.715-0.39467 1.12-0.512 0.416-0.128 0.853-0.192 1.312-0.192 0.608 0 1.152 0.10133 1.632 0.304s0.859 0.48533 1.136 0.848c0.288 0.352 0.432 0.76267 0.432 1.232 0 0.40533-0.101 0.768-0.304 1.08799-0.203 0.32-0.469 0.5547-0.8 0.704v0.096c0.416 0.1707 0.752 0.4267 1.008 0.768s0.384 0.7307 0.384 1.168c0 0.48-0.144 0.9067-0.432 1.28-0.277 0.3733-0.672 0.6667-1.184 0.88-0.501 0.2027-1.093 0.304-1.776 0.304z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M153.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.00108zM162.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3647-1.034-2.2744 0-0.9607 0.363-1.7244 1.09-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-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.81953M178.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="M146.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="M138.806 16.2651c2.107 0 3.881-0.691 5.174-1.8823l-2.516-1.9506c-0.701 0.4711-1.603 0.7462-2.658 0.7462-2.036 0-3.764-1.3711-4.382-3.21881h-2.592v2.00911c1.284 2.5473 3.925 4.2964 6.974 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M134.424 9.9596c-0.158-0.47113-0.245-0.97367-0.245-1.49245s0.087-1.02132 0.245-1.49245V4.96564h-2.592C131.3 6.01837 131 7.20756 131 8.46715c0 1.25959 0.3 2.44885 0.832 3.50155l2.592-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M138.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,14 +0,0 @@
1
- <vector android:width="184dp" android:height="21dp" android:viewportWidth="184" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M7.47238 15.2566c-0.84267 0-1.62667-0.1493-2.352-0.448-0.72534-0.3093-1.36-0.7307-1.904-1.264-0.53334-0.544-0.95467-1.1787-1.264-1.904-0.29867-0.736-0.448-1.5253-0.448-2.36799 0-0.85333 0.14933-1.64267 0.448-2.368 0.30933-0.72533 0.73066-1.35467 1.264-1.888 0.544-0.544 1.17866-0.96533 1.904-1.264 0.72533-0.30933 1.50933-0.464 2.352-0.464 0.59733 0 1.152 0.07467 1.664 0.224 0.512 0.14933 0.98132 0.36267 1.40802 0.64 0.4266 0.27733 0.816 0.61333 1.168 1.008l-1.232 1.2c-0.256-0.30933-0.53335-0.56533-0.83202-0.768-0.29867-0.21333-0.62933-0.37333-0.992-0.48-0.352-0.10667-0.74133-0.16-1.168-0.16-0.768 0-1.472 0.18133-2.112 0.544-0.64 0.352-1.152 0.848-1.536 1.488-0.37334 0.64-0.56 1.40267-0.56 2.288 0 0.87469 0.18666 1.63729 0.56 2.28799 0.384 0.64 0.896 1.1413 1.536 1.504 0.64 0.352 1.344 0.528 2.112 0.528 0.46933 0 0.896-0.064 1.28-0.192 0.39466-0.128 0.75733-0.3147 1.088-0.56 0.33062-0.2453 0.63462-0.5333 0.91202-0.864l1.264 1.216c-0.352 0.416-0.7627 0.7787-1.232 1.088-0.4694 0.3093-0.98135 0.5493-1.53602 0.72-0.55467 0.1707-1.152 0.256-1.792 0.256zm6.23562-0.256V6.84061h7.168v8.15999h-1.728V8.34461h-3.712v6.65599h-1.728zm9.4655 0.128c-0.1173 0-0.24-0.0107-0.368-0.032-0.1173-0.0107-0.2293-0.0267-0.336-0.048v-1.6c0.0747 0.032 0.16 0.0587 0.256 0.08s0.176 0.032 0.24 0.032c0.3627 0 0.6187-0.1387 0.768-0.416 0.1493-0.288 0.24-0.6507 0.272-1.088 0.032-0.4373 0.048-0.8907 0.048-1.36V6.84061h6.24v8.15999h-1.712V8.34461h-2.896v2.62399c0 0.544-0.0373 1.0667-0.112 1.568-0.0747 0.5013-0.2027 0.9493-0.384 1.344-0.1707 0.384-0.4213 0.688-0.752 0.912-0.32 0.224-0.7413 0.336-1.264 0.336zm11.7851 0.128c-0.5866 0-1.1093-0.1173-1.568-0.352-0.448-0.2347-0.8053-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1494-1.0827 0.448-1.488 0.3094-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0774-0.31999 1.696-0.31999 0.3414 0 0.656 0.02667 0.944 0.08 0.2987 0.04267 0.5547 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.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.8106 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2347-0.33067 0.5174-0.61333 0.848-0.848 0.3414-0.23467 0.72-0.416 1.136-0.544 0.4267-0.128 0.8694-0.192 1.328-0.192 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.1386 0.2133-0.3306 0.416-0.576 0.608-0.2346 0.192-0.5173 0.3467-0.848 0.464-0.32 0.128-0.6773 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2346-0.1387-0.5226-0.2507-0.864-0.336-0.3306-0.096-0.6826-0.144-1.056-0.144-0.704 0-1.2053 0.1387-1.504 0.416-0.2986 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm7.8192 1.152V8.34461h-2.688v-1.504h7.088v1.504h-2.688v6.65599h-1.712zm5.9606 0V6.84061h1.728v4.17599l-0.096 1.536h0.096l4.08-5.71199h1.712v8.15999h-1.712v-4.16l0.096-1.53599h-0.096l-4.08 5.69599h-1.728zm11.7769 0V8.34461h-2.688v-1.504h7.088v1.504h-2.688v6.65599h-1.712zm5.9606 0V6.84061h1.728v4.17599l-0.096 1.536h0.096l4.08-5.71199h1.712v8.15999h-1.712v-4.16l0.096-1.53599h-0.096l-4.08 5.69599h-1.728zm18.2692 0v-2.944c-0.224 0.16-0.5066 0.288-0.848 0.384-0.3413 0.0853-0.7146 0.128-1.12 0.128-0.9386 0-1.6906-0.272-2.256-0.816-0.5546-0.544-0.832-1.28-0.832-2.20799v-2.704h1.728v2.528c0 0.512 0.144 0.91729 0.432 1.21599 0.2987 0.288 0.7147 0.432 1.248 0.432 0.32 0 0.6294-0.048 0.928-0.144 0.3094-0.1067 0.5494-0.2453 0.72-0.416V6.84061h1.712v8.15999h-1.712zm7.5494 0.256c-0.8 0-1.5147-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.3413-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.5573 0.18133 2.144 0.544 0.5973 0.36267 1.0507 0.85867 1.36 1.488 0.3093 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.0427 0.448 0.1547 0.8373 0.336 1.168 0.2347 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9973-0.1227 1.36-0.368 0.3733-0.256 0.6667-0.5707 0.88-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-2.368-5.26399h4.528c-0.0107-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2347-0.448-0.416-0.64s-0.4107-0.34667-0.688-0.464c-0.2773-0.128-0.6027-0.192-0.976-0.192-0.4693 0-0.8853 0.12267-1.248 0.368-0.3627 0.23467-0.6453 0.56533-0.848 0.992-0.0853 0.18133-0.1493 0.37333-0.192 0.576zm7.9771 8.46399V6.84061h1.616v1.104h0.096c0.1494-0.23467 0.3464-0.45333 0.5924-0.656 0.256-0.21333 0.554-0.384 0.896-0.512 0.341-0.128 0.72-0.192 1.136-0.192 0.746 0 1.413 0.18667 2 0.56 0.586 0.37333 1.05 0.88533 1.392 1.536 0.352 0.65067 0.528 1.39729 0.528 2.23999 0 0.8427-0.176 1.5893-0.528 2.24-0.342 0.6507-0.806 1.1627-1.392 1.536-0.587 0.3733-1.254 0.56-2 0.56-0.619 0-1.158-0.1387-1.616-0.416-0.459-0.2773-0.795-0.5867-1.0084-0.928h-0.096l0.096 1.136v3.408h-1.712zm4.0804-4.784c0.426 0 0.826-0.112 1.2-0.336 0.384-0.224 0.688-0.544 0.912-0.96 0.234-0.416 0.352-0.9013 0.352-1.456 0-0.5653-0.118-1.05066-0.352-1.45599-0.224-0.416-0.528-0.736-0.912-0.96-0.374-0.224-0.774-0.336-1.2-0.336-0.427 0-0.827 0.112-1.2 0.336-0.374 0.224-0.678 0.544-0.912 0.96-0.235 0.40533-0.3524 0.89069-0.3524 1.45599 0 0.5653 0.1174 1.056 0.3524 1.472 0.234 0.4053 0.538 0.72 0.912 0.944 0.373 0.224 0.773 0.336 1.2 0.336zm9.611 1.584c-0.8 0-1.515-0.1867-2.144-0.56-0.63-0.3733-1.126-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.17-1.49866 0.512-2.15999 0.341-0.66133 0.816-1.18933 1.424-1.584 0.618-0.40533 1.328-0.608 2.128-0.608 0.842 0 1.557 0.18133 2.144 0.544 0.597 0.36267 1.05 0.85867 1.36 1.488 0.309 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.006 0.224-0.016 0.32 0 0.096-0.006 0.1707-0.016 0.224h-6.304c0.042 0.448 0.154 0.8373 0.336 1.168 0.234 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.997-0.1227 1.36-0.368 0.373-0.256 0.666-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.366 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.011-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.235-0.448-0.416-0.64-0.182-0.192-0.411-0.34667-0.688-0.464-0.278-0.128-0.603-0.192-0.976-0.192-0.47 0-0.886 0.12267-1.248 0.368-0.363 0.23467-0.646 0.56533-0.848 0.992-0.086 0.18133-0.15 0.37333-0.192 0.576zm10.592 5.26399c-0.437 0-0.885-0.0533-1.344-0.16-0.448-0.1067-0.864-0.288-1.248-0.544-0.384-0.2667-0.709-0.6347-0.976-1.104l1.376-0.8c0.299 0.416 0.64 0.704 1.024 0.864 0.395 0.1493 0.784 0.224 1.168 0.224 0.555 0 0.976-0.1067 1.264-0.32 0.288-0.2133 0.432-0.4907 0.432-0.832 0-0.2987-0.133-0.5387-0.4-0.72-0.256-0.192-0.619-0.288-1.088-0.288h-1.328v-1.36h1.328c0.405 0 0.715-0.096 0.928-0.28799 0.224-0.192 0.336-0.43733 0.336-0.736 0-0.352-0.149-0.62933-0.448-0.832-0.299-0.21333-0.677-0.32-1.136-0.32-0.405 0-0.795 0.08533-1.168 0.256-0.373 0.16-0.656 0.37867-0.848 0.656l-1.28-0.848c0.245-0.32 0.539-0.592 0.88-0.816 0.341-0.224 0.715-0.39467 1.12-0.512 0.416-0.128 0.853-0.192 1.312-0.192 0.608 0 1.152 0.10133 1.632 0.304s0.859 0.48533 1.136 0.848c0.288 0.352 0.432 0.76267 0.432 1.232 0 0.40533-0.101 0.768-0.304 1.08799-0.203 0.32-0.469 0.5547-0.8 0.704v0.096c0.416 0.1707 0.752 0.4267 1.008 0.768s0.384 0.7307 0.384 1.168c0 0.48-0.144 0.9067-0.432 1.28-0.277 0.3733-0.672 0.6667-1.184 0.88-0.501 0.2027-1.093 0.304-1.776 0.304z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M152.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.00108zM161.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3647-1.034-2.2744 0-0.9607 0.363-1.7244 1.09-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-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.81953M177.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="M145.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="M137.806 16.2651c2.107 0 3.881-0.691 5.174-1.8823l-2.516-1.9506c-0.701 0.4711-1.603 0.7462-2.658 0.7462-2.036 0-3.764-1.3711-4.382-3.21881h-2.592v2.00911c1.284 2.5473 3.925 4.2964 6.974 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M133.424 9.9596c-0.158-0.47113-0.245-0.97367-0.245-1.49245s0.087-1.02132 0.245-1.49245V4.96564h-2.592C130.3 6.01837 130 7.20756 130 8.46715c0 1.25959 0.3 2.44885 0.832 3.50155l2.592-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M137.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,14 +0,0 @@
1
- <vector android:width="260dp" android:height="21dp" android:viewportWidth="260" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M7.32475 15.2566c-0.85334 0-1.64267-0.1547-2.368-0.464-0.71467-0.3093-1.33867-0.736-1.872-1.28-0.53334-0.5547-0.94934-1.1893-1.248-1.904-0.29867-0.7253-0.448-1.504-0.448-2.33599 0-0.832 0.14933-1.60533 0.448-2.32 0.29866-0.72533 0.71466-1.36 1.248-1.904 0.53333-0.55467 1.15733-0.98667 1.872-1.296 0.72533-0.30933 1.51466-0.464 2.368-0.464 0.85333 0 1.63733 0.15467 2.352 0.464 0.71465 0.30933 1.33865 0.74133 1.87195 1.296 0.544 0.544 0.96 1.17867 1.248 1.904 0.2987 0.71467 0.448 1.488 0.448 2.32 0 0.83199-0.1493 1.61069-0.448 2.33599-0.288 0.7147-0.704 1.3493-1.248 1.904-0.5333 0.544-1.1573 0.9707-1.87195 1.28-0.71467 0.3093-1.49867 0.464-2.352 0.464zm0-1.664c0.77866 0 1.47733-0.1813 2.096-0.544 0.62935-0.3627 1.13065-0.8693 1.50395-1.52 0.3734-0.6507 0.56-1.4027 0.56-2.25599 0-0.864-0.1866-1.616-0.56-2.256-0.3733-0.65067-0.8746-1.15733-1.50395-1.52-0.61867-0.36267-1.31734-0.544-2.096-0.544-0.768 0-1.46667 0.18133-2.096 0.544-0.62934 0.36267-1.13067 0.86933-1.504 1.52-0.37334 0.64-0.56 1.392-0.56 2.256 0 0.85329 0.18666 1.60529 0.56 2.25599 0.37333 0.6507 0.87466 1.1573 1.504 1.52 0.62933 0.3627 1.328 0.544 2.096 0.544zm11.70625 4.864v-3.296c-0.576-0.0533-1.088-0.1547-1.536-0.304-0.6827-0.224-1.2427-0.5333-1.68-0.928-0.4373-0.4053-0.7573-0.864-0.96-1.376-0.2027-0.512-0.304-1.056-0.304-1.632 0-0.608 0.1013-1.16799 0.304-1.67999s0.5173-0.96 0.944-1.344c0.4373-0.384 0.9973-0.68267 1.68-0.896 0.4587-0.14933 0.976-0.24533 1.552-0.288v-3.168h1.712v3.152c0.5867 0.05333 1.1093 0.15467 1.568 0.304 0.672 0.21333 1.2213 0.512 1.648 0.896 0.4267 0.384 0.7413 0.832 0.944 1.344 0.2133 0.512 0.32 1.07199 0.32 1.67999 0 0.576-0.1067 1.12-0.32 1.632-0.2027 0.512-0.5173 0.9707-0.944 1.376-0.4267 0.3947-0.976 0.704-1.648 0.928-0.4587 0.1493-0.9813 0.2507-1.568 0.304v3.296h-1.712zm1.712-10.27199v5.50399c0.48-0.0533 0.8907-0.16 1.232-0.32 0.5227-0.2453 0.9067-0.576 1.152-0.992 0.256-0.4267 0.384-0.912 0.384-1.456 0-0.8747-0.2827-1.55199-0.848-2.03199-0.4373-0.37333-1.0773-0.608-1.92-0.704zm-1.712 5.50399V8.20061c-0.4693 0.04267-0.8747 0.13333-1.216 0.272-0.544 0.224-0.9387 0.544-1.184 0.96-0.2453 0.40533-0.368 0.90129-0.368 1.48799 0 0.544 0.1227 1.0293 0.368 1.456 0.2453 0.416 0.64 0.7467 1.184 0.992 0.3307 0.1493 0.736 0.256 1.216 0.32zm11.7701 1.568c-0.8426 0-1.584-0.192-2.224-0.576-0.64-0.384-1.1413-0.9013-1.504-1.552-0.3626-0.6613-0.544-1.3973-0.544-2.208 0-0.8107 0.1814-1.54132 0.544-2.19199 0.3627-0.66133 0.864-1.184 1.504-1.568 0.64-0.384 1.3814-0.576 2.224-0.576 0.832 0 1.568 0.19733 2.208 0.592 0.64 0.384 1.1414 0.90133 1.504 1.552 0.3627 0.65067 0.544 1.38129 0.544 2.19199 0 0.8107-0.1813 1.5467-0.544 2.208-0.3626 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.6934-0.5387 0.928-0.944 0.2454-0.416 0.368-0.912 0.368-1.488s-0.1226-1.06666-0.368-1.47199c-0.2346-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.6986 0.528-0.944 0.944-0.2346 0.40533-0.352 0.89599-0.352 1.47199s0.1174 1.072 0.352 1.488c0.2454 0.4053 0.5654 0.72 0.96 0.944 0.3947 0.2133 0.8107 0.32 1.248 0.32zm5.9034 4.784V6.84061h1.616v1.104h0.096c0.1493-0.23467 0.3467-0.45333 0.592-0.656 0.256-0.21333 0.5547-0.384 0.896-0.512 0.3413-0.128 0.72-0.192 1.136-0.192 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.5893-0.528 2.24-0.3413 0.6507-0.8053 1.1627-1.392 1.536-0.5867 0.3733-1.2533 0.56-2 0.56-0.6187 0-1.1573-0.1387-1.616-0.416-0.4587-0.2773-0.7947-0.5867-1.008-0.928h-0.096l0.096 1.136v3.408h-1.712zm4.08-4.784c0.4267 0 0.8267-0.112 1.2-0.336 0.384-0.224 0.688-0.544 0.912-0.96 0.2347-0.416 0.352-0.9013 0.352-1.456 0-0.5653-0.1173-1.05066-0.352-1.45599-0.224-0.416-0.528-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.336zm5.8047 1.328V6.84061h2.048l2.512 4.99199h0.08l2.528-4.99199h2v8.15999h-1.648v-3.968l0.08-1.56799h-0.096l-2.352 4.49599h-1.136l-2.352-4.49599h-0.096l0.08 1.56799v3.968h-1.648zm11.3375 0V6.84061h1.728v4.17599l-0.096 1.536h0.096l4.08-5.71199h1.712v8.15999h-1.712v-4.16l0.096-1.53599h-0.096l-4.08 5.69599h-1.728zm11.7769 0V8.34461h-2.688v-1.504h7.088v1.504h-2.688v6.65599h-1.712zm5.9607 0V6.84061h1.728v4.17599l-0.096 1.536h0.096l4.08-5.71199h1.712v8.15999h-1.712v-4.16l0.096-1.53599h-0.096l-4.08 5.69599h-1.728zm13.5812 0V6.84061h7.168v8.15999h-1.728V8.34461h-3.712v6.65599h-1.728zm9.4655 0V6.84061h1.728v8.15999h-1.728zm0.864-9.35999c-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.33067 0.112-0.60267 0.336-0.816 0.2347-0.224 0.512-0.336 0.832-0.336 0.3307 0 0.608 0.112 0.832 0.336 0.224 0.21333 0.336 0.48533 0.336 0.816 0 0.32-0.112 0.59733-0.336 0.832-0.224 0.224-0.5013 0.336-0.832 0.336zm2.534 11.79199v-3.936h0.896c0.171-0.2133 0.325-0.5067 0.464-0.88 0.139-0.3733 0.245-0.8 0.32-1.28 0.075-0.48 0.112-0.9653 0.112-1.45599v-3.04h6.112v6.65599h1.184v3.936h-1.584v-2.432h-5.904v2.432h-1.6zm2.752-3.936h3.44V8.34461h-2.768v1.67999c0 0.4907-0.027 0.9387-0.08 1.344-0.043 0.4053-0.117 0.7733-0.224 1.104-0.096 0.3307-0.219 0.64-0.368 0.928v0.096zm8.022 1.504V6.84061h7.168v8.15999h-1.728V8.34461h-3.712v6.65599h-1.728zm9.337 0V6.84061h1.728v4.17599l-0.096 1.536h0.096l4.08-5.71199h1.712v8.15999h-1.712v-4.16l0.096-1.53599h-0.096l-4.08 5.69599h-1.728zm13.395 0.256c-0.821 0-1.552-0.1867-2.192-0.56-0.629-0.3733-1.125-0.8853-1.488-1.536-0.352-0.6613-0.528-1.408-0.528-2.24 0-0.832 0.176-1.57332 0.528-2.22399 0.363-0.65067 0.859-1.16267 1.488-1.536 0.64-0.384 1.371-0.576 2.192-0.576 0.907 0 1.67 0.20267 2.288 0.608 0.63 0.40533 1.078 0.95467 1.344 1.648l-1.568 0.64c-0.192-0.43733-0.469-0.76267-0.832-0.976-0.352-0.224-0.773-0.336-1.264-0.336-0.448 0-0.858 0.11733-1.232 0.352-0.373 0.224-0.672 0.53867-0.896 0.944-0.224 0.40533-0.336 0.89069-0.336 1.45599 0 0.5547 0.112 1.04 0.336 1.456 0.224 0.416 0.523 0.736 0.896 0.96 0.374 0.224 0.784 0.336 1.232 0.336 0.523 0 0.966-0.1173 1.328-0.352 0.363-0.2347 0.646-0.5653 0.848-0.992l1.536 0.672c-0.298 0.6507-0.762 1.1893-1.392 1.616-0.618 0.4267-1.381 0.64-2.288 0.64zm5.312-0.256V6.84061h1.728v3.61599h0.096l3.2-3.61599h1.984v0.096l-3.408 3.72799 3.536 4.24v0.096h-2.048l-3.264-4.016h-0.096v4.016h-1.728zm11.293 3.056c-0.032 0.0747-0.069 0.1493-0.112 0.224-0.032 0.0853-0.053 0.144-0.064 0.176h-1.84c0.053-0.1173 0.128-0.2827 0.224-0.496 0.107-0.2133 0.208-0.4267 0.304-0.64 0.064-0.1387 0.128-0.288 0.192-0.448 0.075-0.16 0.149-0.3253 0.224-0.496 0.085-0.1707 0.165-0.336 0.24-0.496l0.608-1.328-3.408-7.71199h1.92l2.336 5.56799h0.08l2.256-5.56799h1.904l-4.224 9.72799c-0.075 0.1813-0.16 0.3733-0.256 0.576-0.085 0.2027-0.165 0.384-0.24 0.544-0.064 0.1707-0.112 0.2933-0.144 0.368zm14.829-3.056v-2.944c-0.224 0.16-0.507 0.288-0.848 0.384-0.341 0.0853-0.715 0.128-1.12 0.128-0.939 0-1.691-0.272-2.256-0.816-0.555-0.544-0.832-1.28-0.832-2.20799v-2.704h1.728v2.528c0 0.512 0.144 0.91729 0.432 1.21599 0.299 0.288 0.715 0.432 1.248 0.432 0.32 0 0.629-0.048 0.928-0.144 0.309-0.1067 0.549-0.2453 0.72-0.416V6.84061h1.712v8.15999h-1.712zm7.55 0.256c-0.8 0-1.515-0.1867-2.144-0.56-0.63-0.3733-1.126-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.17-1.49866 0.512-2.15999 0.341-0.66133 0.816-1.18933 1.424-1.584 0.618-0.40533 1.328-0.608 2.128-0.608 0.842 0 1.557 0.18133 2.144 0.544 0.597 0.36267 1.05 0.85867 1.36 1.488 0.309 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.006 0.224-0.016 0.32 0 0.096-0.006 0.1707-0.016 0.224h-6.304c0.042 0.448 0.154 0.8373 0.336 1.168 0.234 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.997-0.1227 1.36-0.368 0.373-0.256 0.666-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.366 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.011-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.235-0.448-0.416-0.64-0.182-0.192-0.411-0.34667-0.688-0.464-0.278-0.128-0.603-0.192-0.976-0.192-0.47 0-0.886 0.12267-1.248 0.368-0.363 0.23467-0.646 0.56533-0.848 0.992-0.086 0.18133-0.15 0.37333-0.192 0.576zm7.977 8.46399V6.84061h1.616v1.104h0.096c0.149-0.23467 0.346-0.45333 0.592-0.656 0.256-0.21333 0.554-0.384 0.896-0.512 0.341-0.128 0.72-0.192 1.136-0.192 0.746 0 1.413 0.18667 2 0.56 0.586 0.37333 1.05 0.88533 1.392 1.536 0.352 0.65067 0.528 1.39729 0.528 2.23999 0 0.8427-0.176 1.5893-0.528 2.24-0.342 0.6507-0.806 1.1627-1.392 1.536-0.587 0.3733-1.254 0.56-2 0.56-0.619 0-1.158-0.1387-1.616-0.416-0.459-0.2773-0.795-0.5867-1.008-0.928h-0.096l0.096 1.136v3.408h-1.712zm4.08-4.784c0.426 0 0.826-0.112 1.2-0.336 0.384-0.224 0.688-0.544 0.912-0.96 0.234-0.416 0.352-0.9013 0.352-1.456 0-0.5653-0.118-1.05066-0.352-1.45599-0.224-0.416-0.528-0.736-0.912-0.96-0.374-0.224-0.774-0.336-1.2-0.336-0.427 0-0.827 0.112-1.2 0.336-0.374 0.224-0.678 0.544-0.912 0.96-0.235 0.40533-0.352 0.89069-0.352 1.45599 0 0.5653 0.117 1.056 0.352 1.472 0.234 0.4053 0.538 0.72 0.912 0.944 0.373 0.224 0.773 0.336 1.2 0.336zm9.61 1.584c-0.8 0-1.514-0.1867-2.144-0.56-0.629-0.3733-1.125-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.171-1.49866 0.512-2.15999 0.342-0.66133 0.816-1.18933 1.424-1.584 0.619-0.40533 1.328-0.608 2.128-0.608 0.843 0 1.558 0.18133 2.144 0.544 0.598 0.36267 1.051 0.85867 1.36 1.488 0.31 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.005 0.224-0.016 0.32 0 0.096-0.005 0.1707-0.016 0.224h-6.304c0.043 0.448 0.155 0.8373 0.336 1.168 0.235 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.998-0.1227 1.36-0.368 0.374-0.256 0.667-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.365 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.01-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.234-0.448-0.416-0.64-0.181-0.192-0.41-0.34667-0.688-0.464-0.277-0.128-0.602-0.192-0.976-0.192-0.469 0-0.885 0.12267-1.248 0.368-0.362 0.23467-0.645 0.56533-0.848 0.992-0.085 0.18133-0.149 0.37333-0.192 0.576zm10.593 5.26399c-0.437 0-0.885-0.0533-1.344-0.16-0.448-0.1067-0.864-0.288-1.248-0.544-0.384-0.2667-0.709-0.6347-0.976-1.104l1.376-0.8c0.299 0.416 0.64 0.704 1.024 0.864 0.395 0.1493 0.784 0.224 1.168 0.224 0.555 0 0.976-0.1067 1.264-0.32 0.288-0.2133 0.432-0.4907 0.432-0.832 0-0.2987-0.133-0.5387-0.4-0.72-0.256-0.192-0.619-0.288-1.088-0.288h-1.328v-1.36h1.328c0.405 0 0.715-0.096 0.928-0.28799 0.224-0.192 0.336-0.43733 0.336-0.736 0-0.352-0.149-0.62933-0.448-0.832-0.299-0.21333-0.677-0.32-1.136-0.32-0.405 0-0.795 0.08533-1.168 0.256-0.373 0.16-0.656 0.37867-0.848 0.656l-1.28-0.848c0.245-0.32 0.539-0.592 0.88-0.816 0.341-0.224 0.715-0.39467 1.12-0.512 0.416-0.128 0.853-0.192 1.312-0.192 0.608 0 1.152 0.10133 1.632 0.304s0.859 0.48533 1.136 0.848c0.288 0.352 0.432 0.76267 0.432 1.232 0 0.40533-0.101 0.768-0.304 1.08799-0.203 0.32-0.469 0.5547-0.8 0.704v0.096c0.416 0.1707 0.752 0.4267 1.008 0.768s0.384 0.7307 0.384 1.168c0 0.48-0.144 0.9067-0.432 1.28-0.277 0.3733-0.672 0.6667-1.184 0.88-0.501 0.2027-1.093 0.304-1.776 0.304z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M234.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.00108zM243.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3647-1.034-2.2744 0-0.9607 0.363-1.7244 1.09-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-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.81953M259.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="M227.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="M219.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.21881h-2.592v2.00911c1.284 2.5473 3.925 4.2964 6.974 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M215.424 9.9596c-0.158-0.47113-0.245-0.97367-0.245-1.49245s0.087-1.02132 0.245-1.49245V4.96564h-2.592C212.3 6.01837 212 7.20756 212 8.46715c0 1.25959 0.3 2.44885 0.832 3.50155l2.592-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M219.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,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,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_no_shadow_background_image" />
6
- </ripple>
7
-
@@ -1,20 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
- android:clickable="true"
4
- android:focusable="true"
5
- android:layout_width="match_parent"
6
- android:minWidth="267dp"
7
- android:layout_height="48dp"
8
- android:background="@drawable/googlepay_button_background_shape"
9
- android:contentDescription="@string/book_with_googlepay_button_content_description">
10
- <ImageView
11
- android:contentDescription="@string/text_content_description"
12
- android:paddingHorizontal="24dp"
13
- android:paddingVertical="11dp"
14
- android:layout_weight="1"
15
- android:layout_width="match_parent"
16
- android:layout_height="match_parent"
17
- android:scaleType="fitCenter"
18
- android:duplicateParentState="true"
19
- android:src="@drawable/book_with_googlepay_button_content"/>
20
- </FrameLayout>
@@ -1,20 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
- android:clickable="true"
4
- android:focusable="true"
5
- android:layout_width="match_parent"
6
- android:minWidth="267dp"
7
- android:layout_height="48dp"
8
- android:background="@drawable/googlepay_button_background_shape"
9
- android:contentDescription="@string/buy_with_googlepay_button_content_description">
10
- <ImageView
11
- android:contentDescription="@string/text_content_description"
12
- android:paddingHorizontal="24dp"
13
- android:paddingVertical="11dp"
14
- android:layout_weight="1"
15
- android:layout_width="match_parent"
16
- android:layout_height="match_parent"
17
- android:scaleType="fitCenter"
18
- android:duplicateParentState="true"
19
- android:src="@drawable/buy_with_googlepay_button_content"/>
20
- </FrameLayout>
@@ -1,20 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
- android:clickable="true"
4
- android:focusable="true"
5
- android:layout_width="match_parent"
6
- android:minWidth="267dp"
7
- android:layout_height="48dp"
8
- android:background="@drawable/googlepay_button_background_shape"
9
- android:contentDescription="@string/checkout_with_googlepay_button_content_description">
10
- <ImageView
11
- android:contentDescription="@string/text_content_description"
12
- android:paddingHorizontal="24dp"
13
- android:paddingVertical="11dp"
14
- android:layout_weight="1"
15
- android:layout_width="match_parent"
16
- android:layout_height="match_parent"
17
- android:scaleType="fitCenter"
18
- android:duplicateParentState="true"
19
- android:src="@drawable/checkout_with_googlepay_button_content"/>
20
- </FrameLayout>
@@ -1,20 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
- android:clickable="true"
4
- android:focusable="true"
5
- android:layout_width="match_parent"
6
- android:minWidth="267dp"
7
- android:layout_height="48dp"
8
- android:background="@drawable/googlepay_button_background_shape"
9
- android:contentDescription="@string/donate_with_googlepay_button_content_description">
10
- <ImageView
11
- android:contentDescription="@string/text_content_description"
12
- android:paddingHorizontal="24dp"
13
- android:paddingVertical="11dp"
14
- android:layout_weight="1"
15
- android:layout_width="match_parent"
16
- android:layout_height="match_parent"
17
- android:scaleType="fitCenter"
18
- android:duplicateParentState="true"
19
- android:src="@drawable/donate_with_googlepay_button_content"/>
20
- </FrameLayout>
@@ -1,16 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
- xmlns:app="http://schemas.android.com/apk/res-auto"
4
- android:layout_width="match_parent"
5
- android:layout_height="48dp"
6
- android:clickable="true"
7
- android:focusable="true"
8
- android:minWidth="1dp"
9
- android:background="@drawable/googlepay_mark_background">
10
- <ImageView
11
- android:layout_width="wrap_content"
12
- android:layout_height="wrap_content"
13
- android:cropToPadding="true"
14
- android:scaleType="centerCrop"
15
- app:srcCompat="@drawable/googlepay_mark_content" />
16
- </FrameLayout>
@@ -1,20 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
- android:clickable="true"
4
- android:focusable="true"
5
- android:layout_width="match_parent"
6
- android:minWidth="267dp"
7
- android:layout_height="48dp"
8
- android:background="@drawable/googlepay_button_background_shape"
9
- android:contentDescription="@string/order_with_googlepay_button_content_description">
10
- <ImageView
11
- android:contentDescription="@string/text_content_description"
12
- android:paddingHorizontal="24dp"
13
- android:paddingVertical="11dp"
14
- android:layout_weight="1"
15
- android:layout_width="match_parent"
16
- android:layout_height="match_parent"
17
- android:scaleType="fitCenter"
18
- android:duplicateParentState="true"
19
- android:src="@drawable/order_with_googlepay_button_content"/>
20
- </FrameLayout>
@@ -1,20 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
- android:clickable="true"
4
- android:focusable="true"
5
- android:layout_width="match_parent"
6
- android:minWidth="267dp"
7
- android:layout_height="48dp"
8
- android:background="@drawable/googlepay_button_background_shape"
9
- android:contentDescription="@string/pay_with_googlepay_button_content_description">
10
- <ImageView
11
- android:contentDescription="@string/text_content_description"
12
- android:paddingHorizontal="24dp"
13
- android:paddingVertical="11dp"
14
- android:layout_weight="1"
15
- android:layout_width="match_parent"
16
- android:layout_height="match_parent"
17
- android:scaleType="fitCenter"
18
- android:duplicateParentState="true"
19
- android:src="@drawable/pay_with_googlepay_button_content"/>
20
- </FrameLayout>
@@ -1,17 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
- android:clickable="true"
4
- android:focusable="true"
5
- android:layout_width="match_parent"
6
- android:minWidth="267dp"
7
- android:layout_height="48dp"
8
- android:background="@drawable/googlepay_button_background_shape"
9
- android:contentDescription="@string/googlepay_button_content_description">
10
- <ImageView
11
- android:contentDescription="@string/text_content_description"
12
- android:layout_width="227dp"
13
- android:layout_height="26dp"
14
- android:layout_gravity="center"
15
- android:duplicateParentState="true"
16
- android:src="@drawable/googlepay_button_content"/>
17
- </FrameLayout>
@@ -1,20 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
- android:clickable="true"
4
- android:focusable="true"
5
- android:layout_width="match_parent"
6
- android:minWidth="267dp"
7
- android:layout_height="48dp"
8
- android:background="@drawable/googlepay_button_background_shape"
9
- android:contentDescription="@string/subscribe_with_googlepay_button_content_description">
10
- <ImageView
11
- android:contentDescription="@string/text_content_description"
12
- android:paddingHorizontal="24dp"
13
- android:paddingVertical="11dp"
14
- android:layout_weight="1"
15
- android:layout_width="match_parent"
16
- android:layout_height="match_parent"
17
- android:scaleType="fitCenter"
18
- android:duplicateParentState="true"
19
- android:src="@drawable/subscribe_with_googlepay_button_content"/>
20
- </FrameLayout>
@@ -1,14 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <resources>
3
- <string name="googlepay_button_content_description">Google Pay</string>
4
- <string name="add_to_googlepay_button_content_description">Add To Google Pay</string>
5
- <string name="buy_with_googlepay_button_content_description">Buy With Google Pay</string>
6
- <string name="checkout_with_googlepay_button_content_description">Checkout With Google Pay</string>
7
- <string name="donate_with_googlepay_button_content_description">Donate With Google Pay</string>
8
- <string name="order_with_googlepay_button_content_description">Order With Google Pay</string>
9
- <string name="pay_with_googlepay_button_content_description">Pay With Google Pay</string>
10
- <string name="book_with_googlepay_button_content_description">Book With Google Pay</string>
11
- <string name="subscribe_with_googlepay_button_content_description">Subscribe With Google Pay</string>
12
- <string name="text_content_description">Text for the Google Pay button</string>
13
- <string name="overlay_content_description">Overlay for the Google Pay button</string>
14
- </resources>