Updated on 2026-08-14
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_enabled="true" android:alpha="@dimen/material_emphasis_high_type" android:color="?attr/colorOnSurface"/>
|
||||
<item android:alpha="@dimen/material_emphasis_disabled" android:color="?attr/colorOnSurface"/>
|
||||
</selector>
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- 24% opacity -->
|
||||
<item android:alpha="0.1" android:color="?attr/colorSecondary" android:state_enabled="true" android:state_selected="true" />
|
||||
<item android:alpha="0.1" android:color="?attr/colorSecondary" android:state_checked="true" android:state_enabled="true" />
|
||||
|
||||
<item android:color="@color/background_secondary" android:state_enabled="true" />
|
||||
<item android:color="@color/background_secondary" />
|
||||
|
||||
</selector>
|
||||
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 138 KiB |
|
Before Width: | Height: | Size: 926 B |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 67 KiB |
|
Before Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 230 KiB |
|
Before Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 450 KiB |
|
Before Width: | Height: | Size: 5.3 KiB |
|
Before Width: | Height: | Size: 748 KiB |
|
Before Width: | Height: | Size: 136 KiB |
|
|
@ -1,10 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:pathData="M11,18L11,13L6,13C5.45,13 5,12.55 5,12C5,11.45 5.45,11 6,11L11,11L11,6C11,5.45 11.45,5 12,5C12.55,5 13,5.45 13,6L13,11L18,11C18.55,11 19,11.45 19,12C19,12.55 18.55,13 18,13L13,13L13,18C13,18.55 12.55,19 12,19C11.45,19 11,18.55 11,18Z"
|
||||
android:fillColor="#ffffff"
|
||||
android:fillType="evenOdd"/>
|
||||
</vector>
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="6dp"
|
||||
android:height="11dp"
|
||||
android:viewportWidth="6"
|
||||
android:viewportHeight="11">
|
||||
<path
|
||||
android:fillColor="#1C1C1E"
|
||||
android:pathData="M1.1232,10.8334C0.9471,10.8337 0.7765,10.7724 0.641,10.6601C0.5647,10.5968 0.5016,10.5191 0.4554,10.4315C0.4092,10.3438 0.3807,10.2479 0.3716,10.1492C0.3625,10.0505 0.373,9.951 0.4024,9.8564C0.4318,9.7618 0.4796,9.6739 0.543,9.5977L3.9184,5.5593L0.6636,1.5133C0.601,1.4362 0.5543,1.3476 0.5261,1.2524C0.4978,1.1572 0.4887,1.0574 0.4992,0.9586C0.5097,0.8599 0.5397,0.7643 0.5872,0.6771C0.6348,0.59 0.6992,0.5131 0.7766,0.451C0.8545,0.3824 0.9458,0.3306 1.0447,0.299C1.1436,0.2674 1.248,0.2565 1.3513,0.2671C1.4546,0.2777 1.5546,0.3096 1.645,0.3607C1.7354,0.4118 1.8142,0.481 1.8766,0.564L5.5157,5.0846C5.6266,5.2194 5.6871,5.3885 5.6871,5.5631C5.6871,5.7376 5.6266,5.9067 5.5157,6.0415L1.7485,10.5621C1.673,10.6533 1.5769,10.7254 1.4683,10.7725C1.3596,10.8196 1.2414,10.8405 1.1232,10.8334Z" />
|
||||
</vector>
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
<vector android:autoMirrored="true" android:height="24dp"
|
||||
android:tint="#1C1C1E" android:viewportHeight="24"
|
||||
android:viewportWidth="24" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="@android:color/white" android:pathData="M7.41,8.59L12,13.17l4.59,-4.58L18,10l-6,6 -6,-6 1.41,-1.41z"/>
|
||||
</vector>
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:autoMirrored="true"
|
||||
android:tint="#1C1C1E"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M8.59,16.59L13.17,12 8.59,7.41 10,6l6,6 -6,6 -1.41,-1.41z" />
|
||||
</vector>
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="14dp"
|
||||
android:height="14dp"
|
||||
android:viewportWidth="10"
|
||||
android:viewportHeight="12">
|
||||
<group
|
||||
android:scaleX="0.8"
|
||||
android:pivotX="3"
|
||||
>
|
||||
<path
|
||||
android:pathData="M5.853,11.6645L9.7814,8.075C10.0495,7.8439 10.0734,7.3871 9.84,7.1191C9.6067,6.8511 9.1615,6.824 8.9084,7.0724L6.0712,9.6665L6.0712,0.8398C6.0712,0.468 5.7781,0.1667 5.4165,0.1667C5.0549,0.1667 4.7618,0.468 4.7618,0.8398L4.7618,9.6665L1.9246,7.0724C1.6715,6.824 1.2271,6.8576 0.9937,7.1256C0.7604,7.3936 0.7835,7.8439 1.0516,8.075L4.98,11.6645C5.2976,11.8989 5.5827,11.8802 5.853,11.6645L5.853,11.6645Z"
|
||||
android:fillColor="#1C1C1E"/>
|
||||
</group>
|
||||
</vector>
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="20dp"
|
||||
android:height="20dp"
|
||||
android:viewportWidth="20"
|
||||
android:viewportHeight="20">
|
||||
<path
|
||||
android:pathData="M4.3355,10.853L7.925,14.7814C8.1561,15.0495 8.6129,15.0734 8.8809,14.84C9.1489,14.6067 9.176,14.1615 8.9276,13.9084L6.3335,11.0712L15.1602,11.0712C15.532,11.0712 15.8333,10.7781 15.8333,10.4165C15.8333,10.0549 15.532,9.7618 15.1602,9.7618L6.3335,9.7618L8.9276,6.9246C9.176,6.6715 9.1424,6.2271 8.8744,5.9937C8.6064,5.7604 8.1561,5.7835 7.925,6.0515L4.3355,9.98C4.1011,10.2976 4.1198,10.5827 4.3355,10.853L4.3355,10.853Z"
|
||||
android:fillColor="#1C1C1E"/>
|
||||
</vector>
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="20dp"
|
||||
android:height="20dp"
|
||||
android:viewportWidth="20"
|
||||
android:viewportHeight="20">
|
||||
<path
|
||||
android:pathData="M15.6645,9.147L12.075,5.2186C11.8439,4.9505 11.3871,4.9266 11.1191,5.16C10.8511,5.3933 10.824,5.8385 11.0724,6.0916L13.6665,8.9288L4.8398,8.9288C4.4681,8.9288 4.1667,9.2219 4.1667,9.5835C4.1667,9.9451 4.4681,10.2382 4.8398,10.2382L13.6665,10.2382L11.0724,13.0754C10.824,13.3285 10.8576,13.7729 11.1256,14.0063C11.3936,14.2396 11.8439,14.2165 12.075,13.9484L15.6645,10.02C15.8989,9.7024 15.8802,9.4172 15.6645,9.147L15.6645,9.147Z"
|
||||
android:fillColor="#1C1C1E"/>
|
||||
</vector>
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="14dp"
|
||||
android:height="14dp"
|
||||
android:viewportWidth="10"
|
||||
android:viewportHeight="12">
|
||||
<group
|
||||
android:scaleX="0.8"
|
||||
android:pivotX="5.3"
|
||||
android:pivotY="6"
|
||||
android:rotation="180"
|
||||
>
|
||||
<path
|
||||
android:pathData="M5.853,11.6645L9.7814,8.075C10.0495,7.8439 10.0734,7.3871 9.84,7.1191C9.6067,6.8511 9.1615,6.824 8.9084,7.0724L6.0712,9.6665L6.0712,0.8398C6.0712,0.468 5.7781,0.1667 5.4165,0.1667C5.0549,0.1667 4.7618,0.468 4.7618,0.8398L4.7618,9.6665L1.9246,7.0724C1.6715,6.824 1.2271,6.8576 0.9937,7.1256C0.7604,7.3936 0.7835,7.8439 1.0516,8.075L4.98,11.6645C5.2976,11.8989 5.5827,11.8802 5.853,11.6645L5.853,11.6645Z"
|
||||
android:fillColor="#1C1C1E"
|
||||
/>
|
||||
</group>
|
||||
</vector>
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="18dp"
|
||||
android:height="18dp"
|
||||
android:viewportWidth="18"
|
||||
android:viewportHeight="18">
|
||||
<path
|
||||
android:fillColor="#000"
|
||||
android:pathData="M9,1.5C4.9,1.5 1.5,4.9 1.5,9C1.5,13.1 4.9,16.5 9,16.5C13.1,16.5 16.5,13.1 16.5,9C16.5,4.9 13.1,1.5 9,1.5ZM7.5,12.8L3.8,9L4.8,7.9L7.5,10.6L13.2,4.9L14.3,6L7.5,12.8Z" />
|
||||
</vector>
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="66dp"
|
||||
android:height="65dp"
|
||||
android:viewportWidth="66"
|
||||
android:viewportHeight="65">
|
||||
<path
|
||||
android:pathData="M33.43,36.488L24.961,44.957L22.97,42.967L20.924,40.935L29.392,32.465C30.285,31.573 30.634,30.272 30.307,29.053C29.98,27.834 29.028,26.881 27.809,26.554C26.59,26.228 25.288,26.576 24.396,27.469L15.927,35.938L13.937,33.948C13.681,33.649 13.312,33.47 12.919,33.455C12.526,33.44 12.145,33.589 11.867,33.868C11.588,34.146 11.439,34.527 11.454,34.92C11.469,35.313 11.648,35.682 11.946,35.938L5.961,41.979C4.639,43.303 3.895,45.097 3.895,46.969C3.895,48.84 4.639,50.635 5.961,51.958L6.964,52.961L3.957,55.953C3.41,56.503 3.41,57.392 3.957,57.943L4.96,58.945L1.374,62.516C1.076,62.772 0.897,63.141 0.882,63.534C0.867,63.927 1.016,64.309 1.294,64.587C1.572,64.865 1.954,65.014 2.347,64.999C2.74,64.984 3.109,64.805 3.364,64.507L6.95,60.921L7.952,61.924C8.503,62.471 9.392,62.471 9.942,61.924L12.935,58.931L13.937,59.934H13.936C15.26,61.257 17.055,62 18.926,62C20.798,62 22.592,61.256 23.916,59.934L29.9,53.949V53.949C30.157,54.247 30.525,54.426 30.919,54.441C31.311,54.456 31.693,54.307 31.971,54.028C32.249,53.751 32.398,53.369 32.383,52.976C32.368,52.583 32.19,52.214 31.891,51.958L29.886,49.954L38.355,41.485V41.485C39.096,40.578 39.339,39.364 39.003,38.242C38.668,37.12 37.798,36.238 36.681,35.887C35.565,35.535 34.347,35.761 33.43,36.488L33.43,36.488ZM26.372,29.501C26.649,29.224 27.098,29.224 27.374,29.501C27.651,29.778 27.651,30.227 27.374,30.504L18.905,38.973L17.903,37.985L26.372,29.501ZM10.846,56.956L8.954,58.946L6.95,56.941L8.94,54.951L10.846,56.956ZM21.827,57.958V57.957C21.033,58.75 19.957,59.196 18.835,59.196C17.712,59.196 16.636,58.75 15.842,57.957L7.952,49.954C7.159,49.16 6.714,48.084 6.714,46.962C6.714,45.84 7.159,44.763 7.952,43.97L13.937,37.985L27.911,51.959L21.827,57.958ZM36.394,39.523L27.925,47.992L26.923,46.99L35.392,38.521V38.521C35.669,38.244 36.117,38.244 36.394,38.521C36.671,38.798 36.671,39.247 36.394,39.523V39.523Z"
|
||||
android:fillColor="#919191"/>
|
||||
<path
|
||||
android:pathData="M65.485,0.41C64.934,-0.137 64.045,-0.137 63.494,0.41L56.014,7.891L55.011,6.889V6.889C54.461,6.342 53.572,6.342 53.021,6.889L49.789,10.122L48.786,9.119L48.787,9.12C47.463,7.796 45.668,7.053 43.797,7.053C41.925,7.053 40.131,7.796 38.807,9.12L31.312,16.615C30.752,16.135 29.918,16.167 29.396,16.688C28.875,17.21 28.843,18.045 29.322,18.605L30.325,19.607L46.274,35.586L47.277,36.588L47.276,36.588C47.836,37.067 48.671,37.035 49.193,36.513C49.714,35.992 49.746,35.158 49.266,34.597L56.761,27.103H56.762C58.084,25.779 58.828,23.984 58.828,22.113C58.828,20.241 58.084,18.446 56.762,17.123L55.759,16.121L58.991,12.889H58.992C59.539,12.338 59.539,11.449 58.992,10.898L58.004,9.882L65.47,2.415C65.74,2.152 65.892,1.792 65.895,1.416C65.897,1.04 65.75,0.678 65.484,0.411L65.485,0.41ZM54.771,25.098L47.276,32.593L33.302,18.619L40.797,11.124C41.604,10.354 42.675,9.924 43.79,9.924C44.904,9.924 45.976,10.354 46.782,11.124L54.772,19.113L54.771,19.113C55.564,19.906 56.01,20.983 56.01,22.105C56.01,23.227 55.564,24.304 54.771,25.097L54.771,25.098ZM53.769,14.116L51.779,12.126L54.023,9.881L56.014,11.872L53.769,14.116Z"
|
||||
android:fillColor="#919191"/>
|
||||
</vector>
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="17dp"
|
||||
android:height="20dp"
|
||||
android:viewportWidth="17"
|
||||
android:viewportHeight="20">
|
||||
<path
|
||||
android:pathData="M12.3334,0.8333H2.3334C1.4167,0.8333 0.6667,1.5833 0.6667,2.5V14.1667H2.3334V2.5H12.3334V0.8333ZM11.5001,4.1667L16.5001,9.1667V17.5C16.5001,18.4167 15.7501,19.1667 14.8334,19.1667H5.6584C4.7417,19.1667 4.0001,18.4167 4.0001,17.5L4.0084,5.8333C4.0084,4.9167 4.7501,4.1667 5.6667,4.1667H11.5001ZM10.6667,10H15.2501L10.6667,5.4167V10Z"
|
||||
android:fillColor="#1C1C1E"/>
|
||||
</vector>
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="16dp"
|
||||
android:height="17dp"
|
||||
android:viewportWidth="16"
|
||||
android:viewportHeight="17">
|
||||
<path
|
||||
android:pathData="M10.6666,1.1667H2.6667C1.9333,1.1667 1.3333,1.7667 1.3333,2.5001V11.8334H2.6667V2.5001H10.6666V1.1667ZM10,3.8334L14,7.8334V14.5001C14,15.2334 13.4,15.8334 12.6666,15.8334H5.3267C4.5933,15.8334 4,15.2334 4,14.5001L4.0066,5.1667C4.0066,4.4334 4.6,3.8334 5.3333,3.8334H10ZM9.3333,8.5001H13L9.3333,4.8334V8.5001Z"
|
||||
android:fillColor="#0022D4"/>
|
||||
</vector>
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:autoMirrored="true"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="#656565"
|
||||
android:pathData="M7,15H9C9,16.08 10.37,17 12,17C13.63,17 15,16.08 15,15C15,13.9 13.96,13.5 11.76,12.97C9.64,12.44 7,11.78 7,9C7,7.21 8.47,5.69 10.5,5.18V3H13.5V5.18C15.53,5.69 17,7.21 17,9H15C15,7.92 13.63,7 12,7C10.37,7 9,7.92 9,9C9,10.1 10.04,10.5 12.24,11.03C14.36,11.56 17,12.22 17,15C17,16.79 15.53,18.31 13.5,18.82V21H10.5V18.82C8.47,18.31 7,16.79 7,15Z" />
|
||||
</vector>
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="142dp"
|
||||
android:height="142dp"
|
||||
android:viewportWidth="142"
|
||||
android:viewportHeight="142">
|
||||
<path
|
||||
android:pathData="M71,0L71,0A71,71 0,0 1,142 71L142,71A71,71 0,0 1,71 142L71,142A71,71 0,0 1,0 71L0,71A71,71 0,0 1,71 0z"
|
||||
android:fillColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M71,142C110.21,142 142,110.21 142,71C142,31.79 110.21,0 71,0C31.79,0 0,31.79 0,71C0,110.21 31.79,142 71,142Z"
|
||||
android:strokeAlpha="0.2"
|
||||
android:fillColor="#FFB71B"
|
||||
android:fillType="evenOdd"
|
||||
android:fillAlpha="0.2"/>
|
||||
<path
|
||||
android:pathData="M70.66,117.31C96.43,117.31 117.31,96.43 117.31,70.66C117.31,44.89 96.43,24 70.66,24C44.89,24 24,44.89 24,70.66C24,96.43 44.89,117.31 70.66,117.31Z"
|
||||
android:fillColor="#FFB71B"
|
||||
android:fillType="evenOdd"/>
|
||||
<path
|
||||
android:pathData="M70.53,88.08C80.16,88.08 88.06,80.16 88.06,70.53C88.06,60.92 80.14,53 70.53,53C60.9,53 53,60.92 53,70.53C53,80.16 60.92,88.08 70.53,88.08ZM70.53,83.71C63.24,83.71 57.38,77.84 57.38,70.53C57.38,63.24 63.23,57.37 70.53,57.37C77.82,57.37 83.7,63.24 83.7,70.53C83.7,77.84 77.84,83.71 70.53,83.71ZM62.65,73.07H70.53C71.43,73.07 72.13,72.36 72.13,71.46V61.13C72.13,60.24 71.43,59.54 70.53,59.54C69.63,59.54 68.92,60.24 68.92,61.13V69.87H62.65C61.75,69.87 61.05,70.56 61.05,71.46C61.05,72.36 61.75,73.07 62.65,73.07Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
</vector>
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="102dp"
|
||||
android:height="32dp"
|
||||
android:viewportWidth="102"
|
||||
android:viewportHeight="32">
|
||||
|
||||
<path
|
||||
android:pathData="M15.5,1.5H86.5V-0.5H15.5V1.5ZM86.5,30.5H15.5V32.5H86.5V30.5ZM15.5,30.5C7.492,30.5 1,24.008 1,16H-1C-1,25.113 6.387,32.5 15.5,32.5V30.5ZM101,16C101,24.008 94.508,30.5 86.5,30.5V32.5C95.613,32.5 103,25.113 103,16H101ZM86.5,1.5C94.508,1.5 101,7.992 101,16H103C103,6.887 95.613,-0.5 86.5,-0.5V1.5ZM15.5,-0.5C6.387,-0.5 -1,6.887 -1,16H1C1,7.992 7.492,1.5 15.5,1.5V-0.5Z"
|
||||
android:fillColor="#8E8E93"/>
|
||||
</vector>
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="22dp"
|
||||
android:height="22dp"
|
||||
android:viewportWidth="22"
|
||||
android:viewportHeight="22">
|
||||
<path
|
||||
android:pathData="M15.721,5C15.277,5 14.864,5.23 14.632,5.609L12.123,9.333C12.042,9.456 12.075,9.622 12.197,9.703C12.297,9.77 12.429,9.761 12.519,9.683L14.988,7.542C15.029,7.505 15.092,7.509 15.129,7.55C15.146,7.569 15.155,7.593 15.155,7.618V14.323C15.155,14.378 15.11,14.423 15.055,14.423C15.025,14.423 14.997,14.41 14.978,14.387L7.515,5.453C7.272,5.166 6.915,5 6.539,5H6.278C5.572,5 5,5.572 5,6.278V15.722C5,16.428 5.572,17 6.278,17C6.723,17 7.135,16.77 7.368,16.391L9.876,12.667C9.958,12.544 9.925,12.378 9.802,12.297C9.703,12.23 9.571,12.239 9.481,12.317L7.012,14.458C6.971,14.495 6.907,14.491 6.87,14.45C6.854,14.432 6.845,14.407 6.845,14.382V7.676C6.845,7.62 6.89,7.576 6.945,7.576C6.975,7.576 7.003,7.589 7.022,7.612L14.484,16.547C14.727,16.834 15.084,17 15.46,17H15.721C16.427,17 16.999,16.428 17,15.722V6.278C17,5.572 16.428,5 15.722,5H15.721Z"
|
||||
android:fillColor="#909090"/>
|
||||
</vector>
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="10dp"
|
||||
android:height="10dp"
|
||||
android:viewportWidth="10"
|
||||
android:viewportHeight="10">
|
||||
<path
|
||||
android:pathData="M7.295,2.79L4,6.085L2.205,4.295L1.5,5L4,7.5L8,3.5L7.295,2.79ZM5,0C2.24,0 0,2.24 0,5C0,7.76 2.24,10 5,10C7.76,10 10,7.76 10,5C10,2.24 7.76,0 5,0ZM5,9C2.79,9 1,7.21 1,5C1,2.79 2.79,1 5,1C7.21,1 9,2.79 9,5C9,7.21 7.21,9 5,9Z"
|
||||
android:fillColor="#1ACE80"
|
||||
android:fillType="evenOdd"/>
|
||||
</vector>
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
<vector android:autoMirrored="true" android:height="720dp"
|
||||
android:viewportHeight="720" android:viewportWidth="360"
|
||||
android:width="360dp" xmlns:aapt="http://schemas.android.com/aapt" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#F8F9F9" android:pathData="M0,0h360v720h-360z"/>
|
||||
<path android:fillAlpha="0.2" android:pathData="M0,0h360v720h-360z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:endX="179.591"
|
||||
android:endY="120.4634"
|
||||
android:startX="180"
|
||||
android:startY="0"
|
||||
android:type="linear">
|
||||
<item
|
||||
android:color="#FF090E13"
|
||||
android:offset="0" />
|
||||
<item
|
||||
android:color="#00000000"
|
||||
android:offset="1" />
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
</vector>
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="67dp"
|
||||
android:height="66dp"
|
||||
android:viewportWidth="67"
|
||||
android:viewportHeight="66">
|
||||
<path
|
||||
android:pathData="M11.5,9.75L55.5,9.75A6.75,6.75 0,0 1,62.25 16.5L62.25,49.5A6.75,6.75 0,0 1,55.5 56.25L11.5,56.25A6.75,6.75 0,0 1,4.75 49.5L4.75,16.5A6.75,6.75 0,0 1,11.5 9.75z"
|
||||
android:strokeWidth="3"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#919191"/>
|
||||
<path
|
||||
android:pathData="M28.068,26.775C28.068,30.44 25.458,33.183 22.188,33.183C18.945,33.183 16.335,30.44 16.335,26.775C16.335,23.348 18.945,20.5 22.188,20.5C25.458,20.5 28.068,23.348 28.068,26.775Z"
|
||||
android:fillColor="#919191"/>
|
||||
<path
|
||||
android:pathData="M54.515,23.875H39.67C38.905,23.875 38.352,23.295 38.352,22.557C38.352,21.845 38.905,21.291 39.67,21.291H54.515C55.253,21.291 55.833,21.845 55.833,22.557C55.833,23.295 55.253,23.875 54.515,23.875Z"
|
||||
android:fillColor="#919191"/>
|
||||
<path
|
||||
android:pathData="M54.515,34.686H39.67C38.905,34.686 38.352,34.105 38.352,33.367C38.352,32.655 38.905,32.075 39.67,32.075H54.515C55.253,32.075 55.833,32.655 55.833,33.367C55.833,34.105 55.253,34.686 54.515,34.686Z"
|
||||
android:fillColor="#919191"/>
|
||||
<path
|
||||
android:pathData="M32.894,45.496H11.51C10.745,45.496 10.402,44.995 10.402,44.31C10.402,41.752 14.173,35.055 22.188,35.055C30.204,35.055 34.001,41.752 34.001,44.31C34.001,44.995 33.658,45.496 32.894,45.496Z"
|
||||
android:fillColor="#919191"/>
|
||||
<path
|
||||
android:pathData="M54.515,45.496H39.67C38.905,45.496 38.352,44.916 38.352,44.204C38.352,43.466 38.905,42.886 39.67,42.886H54.515C55.253,42.886 55.833,43.466 55.833,44.204C55.833,44.916 55.253,45.496 54.515,45.496Z"
|
||||
android:fillColor="#919191"/>
|
||||
</vector>
|
||||
|
|
@ -1,101 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:aapt="http://schemas.android.com/aapt"
|
||||
android:width="97dp"
|
||||
android:height="19dp"
|
||||
android:viewportWidth="97"
|
||||
android:viewportHeight="19">
|
||||
<group>
|
||||
<clip-path
|
||||
android:pathData="M0,0h96.5903v19h-96.5903z"/>
|
||||
<path
|
||||
android:pathData="M29.8167,8.4838C29.5066,9.0359 29.0376,9.482 28.4707,9.7641C27.8598,10.0888 27.0902,10.2507 26.1619,10.2496H24.2677V14.5925H21.9986V3.2826H26.1629C27.038,3.2826 27.7836,3.4337 28.3997,3.7358C28.9765,4.003 29.4594,4.4378 29.7853,4.9836C30.0983,5.5309 30.2581,6.1524 30.2479,6.7828C30.2488,7.377 30.1006,7.9619 29.8167,8.4838ZM27.4588,7.9899C27.7606,7.7038 27.9117,7.3014 27.912,6.7828C27.912,5.6812 27.2963,5.1302 26.0648,5.1298H24.2677V8.4191H26.0669C26.6924,8.4191 27.1563,8.276 27.4588,7.9899Z"
|
||||
android:fillColor="#000E33"/>
|
||||
<path
|
||||
android:pathData="M31.2345,7.6391C31.5649,6.9717 32.0757,6.4102 32.709,6.0185C33.3364,5.6386 34.0577,5.4422 34.7911,5.4515C35.4019,5.438 36.0064,5.5772 36.5496,5.8566C37.0231,6.1024 37.4355,6.451 37.7567,6.8768V5.5977H40.0415V14.5738H37.7567V13.2612C37.4438,13.7012 37.0299,14.0597 36.5496,14.3064C36.002,14.5902 35.3921,14.7324 34.7755,14.72C34.0454,14.7274 33.3286,14.5252 32.71,14.1373C32.0765,13.7349 31.5661,13.1659 31.2345,12.4926C30.861,11.7351 30.6748,10.8989 30.6915,10.0544C30.6747,9.2172 30.861,8.3885 31.2345,7.6391ZM37.432,8.6687C37.2309,8.2903 36.9278,7.9759 36.5569,7.7613C36.1977,7.5525 35.7893,7.4433 35.3738,7.4449C34.9569,7.4408 34.5469,7.5512 34.1884,7.7641C33.83,7.9769 33.5367,8.284 33.3407,8.652C33.1106,9.0825 32.9961,9.5653 33.0087,10.0533C32.9974,10.5465 33.1116,11.0345 33.3407,11.4714C33.5423,11.8556 33.8449,12.1776 34.2158,12.4028C34.565,12.6153 34.9661,12.7273 35.3749,12.7265C35.79,12.7281 36.1981,12.6189 36.5569,12.4101C36.9275,12.1952 37.2306,11.8809 37.432,11.5027C37.6582,11.0651 37.7696,10.5771 37.7557,10.0847C37.7688,9.5929 37.6575,9.1059 37.432,8.6687Z"
|
||||
android:fillColor="#000E33"/>
|
||||
<path
|
||||
android:pathData="M53.7502,14.3074C53.1525,14.0645 52.6338,13.6608 52.2517,13.141C51.8784,12.6157 51.68,11.9862 51.6847,11.3418H54.1157C54.1212,11.549 54.1678,11.7531 54.2528,11.9422C54.3378,12.1313 54.4594,12.3016 54.6106,12.4434C54.9082,12.7128 55.3162,12.8479 55.8344,12.8486C56.3639,12.8486 56.7798,12.7215 57.0824,12.4675C57.2294,12.3474 57.3467,12.1951 57.4253,12.0223C57.5039,11.8495 57.5416,11.661 57.5355,11.4713C57.5409,11.3201 57.5165,11.1693 57.4637,11.0276C57.4108,10.8859 57.3305,10.756 57.2274,10.6453C57.0105,10.4219 56.748,10.2477 56.4578,10.1347C56.0412,9.9752 55.6167,9.8372 55.186,9.7212C54.575,9.5494 53.9766,9.3355 53.3951,9.081C52.9285,8.8646 52.5225,8.5365 52.2131,8.1256C51.8831,7.6985 51.7181,7.1287 51.7181,6.4162C51.7043,5.7954 51.8795,5.1851 52.2204,4.6661C52.5705,4.1571 53.0604,3.7603 53.6311,3.5237C54.2873,3.2483 54.9936,3.1128 55.7051,3.1259C56.8715,3.1259 57.8196,3.4095 58.5494,3.9769C59.2783,4.5439 59.6807,5.3351 59.7565,6.3504H57.2608C57.2529,6.1635 57.2046,5.9806 57.1191,5.8142C57.0337,5.6478 56.9132,5.5019 56.7659,5.3866C56.4578,5.1339 56.0507,5.0054 55.5422,5.0054C55.0994,5.0054 54.7457,5.1189 54.4811,5.3459C54.2159,5.5725 54.0833,5.9017 54.0833,6.3337C54.0794,6.4731 54.104,6.6119 54.1555,6.7415C54.207,6.8712 54.2844,6.9889 54.383,7.0876C54.5969,7.2973 54.8503,7.4623 55.1286,7.5732C55.4262,7.6975 55.8438,7.8405 56.3847,8.0034C56.9991,8.1762 57.6003,8.3926 58.1839,8.6508C58.6562,8.8733 59.0675,9.2069 59.3827,9.623C59.7179,10.0553 59.8853,10.6227 59.885,11.3251C59.8879,11.9196 59.7252,12.5032 59.4151,13.0104C59.0826,13.5461 58.6045,13.976 58.0367,14.2499C57.4311,14.558 56.7127,14.7122 55.8815,14.7125C55.151,14.7234 54.4258,14.5856 53.7502,14.3074Z"
|
||||
android:fillColor="#000E33"/>
|
||||
<path
|
||||
android:pathData="M64.0253,7.4426V11.7856C64.0253,12.0873 64.098,12.3063 64.2435,12.4424C64.3896,12.5781 64.635,12.6449 64.9807,12.6449H66.0333V14.5569H64.6069C62.695,14.5569 61.7388,13.6279 61.7385,11.7699V7.4426H60.6692V5.5798H61.7385V3.3597H64.0232V5.5798H66.0323V7.4437L64.0253,7.4426Z"
|
||||
android:fillColor="#000E33"/>
|
||||
<path
|
||||
android:pathData="M70.9747,5.8565C71.4667,5.5809 72.0231,5.4411 72.5869,5.4513V7.8332H71.9877C71.2745,7.8332 70.737,8.0006 70.3754,8.3355C70.013,8.6696 69.8323,9.2544 69.8323,10.0856V14.558H67.5633V5.5819H69.8323V6.9759C70.1126,6.5124 70.5056,6.1273 70.9747,5.8565Z"
|
||||
android:fillColor="#000E33"/>
|
||||
<path
|
||||
android:pathData="M74.0811,4.1648C73.9516,4.0437 73.8492,3.8967 73.7807,3.7333C73.7121,3.5699 73.6789,3.3938 73.6832,3.2166C73.6792,3.0395 73.7125,2.8635 73.7811,2.7001C73.8496,2.5368 73.9519,2.3897 74.0811,2.2685C74.3549,2.0231 74.7096,1.8873 75.0773,1.8873C75.4449,1.8873 75.7997,2.0231 76.0735,2.2685C76.2028,2.3896 76.305,2.5367 76.3736,2.7001C76.4421,2.8635 76.4754,3.0395 76.4713,3.2166C76.4753,3.3937 76.442,3.5697 76.3734,3.7331C76.3049,3.8965 76.2027,4.0436 76.0735,4.1648C75.7997,4.4102 75.4449,4.5459 75.0773,4.5459C74.7096,4.5459 74.3549,4.4102 74.0811,4.1648ZM76.1956,5.6152V14.5913H73.9265V5.6152H76.1956Z"
|
||||
android:fillColor="#000E33"/>
|
||||
<path
|
||||
android:pathData="M85.3568,6.4643C86.0157,7.1399 86.345,8.0825 86.3446,9.2921V14.5581H84.0755V9.6001C84.0755,8.8869 83.8973,8.3387 83.5409,7.9555C83.1848,7.5722 82.6989,7.3804 82.0831,7.3801C81.4566,7.3801 80.9623,7.5719 80.6004,7.9555C80.238,8.3387 80.057,8.8869 80.0574,9.6001V14.5591H77.7883V5.5809H80.0574V6.6982C80.3655,6.3053 80.7629,5.9914 81.2164,5.7825C81.7013,5.5583 82.2299,5.4449 82.764,5.4504C83.8343,5.4514 84.6986,5.7894 85.3568,6.4643Z"
|
||||
android:fillColor="#000E33"/>
|
||||
<path
|
||||
android:pathData="M93.1069,5.8503C93.5848,6.0896 93.9965,6.4429 94.3057,6.8788V5.5986H96.5904V14.6405C96.6038,15.4125 96.4315,16.1763 96.0882,16.8678C95.7505,17.5238 95.2262,18.0652 94.5814,18.4237C93.911,18.808 93.1006,18.9998 92.1504,18.9991C90.8754,18.9991 89.8302,18.7022 89.0146,18.1084C88.6198,17.8293 88.2911,17.4669 88.0516,17.0469C87.8122,16.6268 87.6679,16.1593 87.6289,15.6774H89.8813C90.0024,16.091 90.278,16.4421 90.6509,16.6579C91.0852,16.9115 91.582,17.0377 92.0846,17.0224C92.7435,17.0224 93.2785,16.825 93.6896,16.4303C94.1,16.0356 94.305,15.439 94.3046,14.6405V13.2465C93.9909,13.6877 93.5773,14.0484 93.0975,14.2991C92.5566,14.5865 91.9514,14.7313 91.3391,14.7199C90.6065,14.7266 89.8871,14.5245 89.2652,14.1372C88.6284,13.7367 88.1151,13.1674 87.7824,12.4926C87.4089,11.735 87.2227,10.8988 87.2394,10.0543C87.2231,9.2175 87.4094,8.3892 87.7824,7.6401C88.1128,6.9724 88.6241,6.4109 89.2579,6.0194C89.8854,5.6396 90.6067,5.4432 91.3401,5.4524C91.9526,5.4391 92.5592,5.5757 93.1069,5.8503ZM93.982,8.6697C93.7812,8.2911 93.478,7.9766 93.1069,7.7622C92.7477,7.5534 92.3393,7.4442 91.9238,7.4458C91.5069,7.4418 91.0969,7.5522 90.7384,7.765C90.3799,7.9779 90.0867,8.285 89.8907,8.653C89.6606,9.0834 89.5461,9.5663 89.5587,10.0543C89.5473,10.5475 89.6616,11.0355 89.8907,11.4724C90.0923,11.8566 90.3949,12.1786 90.7658,12.4038C91.115,12.6163 91.5161,12.7283 91.9249,12.7275C92.3403,12.729 92.7487,12.6198 93.108,12.4111C93.4788,12.1965 93.782,11.8821 93.983,11.5037C94.2092,11.066 94.3206,10.5781 94.3067,10.0856C94.3197,9.5938 94.208,9.1067 93.982,8.6697Z"
|
||||
android:fillColor="#000E33"/>
|
||||
<path
|
||||
android:pathData="M47.8324,10.708H47.8378V10.6212C47.8367,10.6512 47.8356,10.6802 47.8324,10.708Z"
|
||||
android:fillColor="#000E33"/>
|
||||
<path
|
||||
android:pathData="M50.1111,5.5996V14.6426C50.1242,15.4145 49.9519,16.1783 49.6088,16.8699C49.2713,17.526 48.7465,18.0672 48.101,18.4247C47.4316,18.809 46.6217,19.0008 45.6711,19.0001C45.1433,19.0051 44.617,18.9455 44.1037,18.8226C43.5408,18.6893 43.0091,18.4478 42.5384,18.1115C42.5374,18.1104 42.5363,18.1104 42.5353,18.1094C42.1406,17.8301 41.812,17.4677 41.5726,17.0477C41.3332,16.6277 41.1888,16.1603 41.1496,15.6784H43.402C43.4252,15.7605 43.4552,15.8405 43.4918,15.9175C43.6381,16.2278 43.8751,16.4864 44.1716,16.6589C44.5451,16.8805 44.9686,17.004 45.4027,17.0182C45.4685,17.0213 45.5374,17.0234 45.6063,17.0234C46.2652,17.0234 46.7999,16.8264 47.2103,16.4323C47.6206,16.0376 47.826,15.441 47.8263,14.6426V13.2485C47.573,13.6081 47.2507,13.9137 46.8782,14.1476C46.7957,14.2019 46.708,14.252 46.6192,14.3011C46.5879,14.3188 46.5555,14.3356 46.5232,14.3523H46.5221C46.127,14.5484 45.6982,14.6678 45.2586,14.7042C45.2189,14.7052 45.1772,14.7063 45.1364,14.7063C44.0661,14.7063 43.2018,14.369 42.5436,13.6944C42.0247,13.1598 41.7103,12.4601 41.6007,11.5955C41.5696,11.3535 41.5542,11.1097 41.5548,10.8656V5.5996H43.8228V10.5586C43.8228,11.2708 44.0014,11.82 44.3585,12.2022C44.6057,12.4686 44.9298,12.6511 45.2858,12.7243C45.4601,12.7612 45.638,12.7794 45.8162,12.7786C46.4438,12.7786 46.9381,12.5865 47.299,12.2022C47.6175,11.866 47.7954,11.402 47.8326,10.8103H47.8378V5.5996H50.1111Z"
|
||||
android:fillColor="#000E33"/>
|
||||
<path
|
||||
android:pathData="M10.0944,15.0026C11.369,14.8333 12.5495,14.2395 13.4453,13.3172L18.6633,7.9687C18.3313,7.9145 17.9952,7.8893 17.6588,7.8935C16.9109,7.8953 16.171,8.0465 15.4824,8.3382C14.7938,8.63 14.1704,9.0564 13.649,9.5925L11.7245,11.564C11.713,11.5765 11.7004,11.589 11.6879,11.6026C11.0831,12.223 10.2581,12.5798 9.3918,12.5957C8.5256,12.6115 7.688,12.285 7.061,11.6872L9.0711,13.6482C9.4784,14.0456 9.8234,14.5022 10.0944,15.0026Z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:startY="6.23136"
|
||||
android:startX="19.5904"
|
||||
android:endY="12.3056"
|
||||
android:endX="10.6475"
|
||||
android:type="linear">
|
||||
<item android:offset="0" android:color="#FFC906F9"/>
|
||||
<item android:offset="0.4483" android:color="#FFA803FC"/>
|
||||
<item android:offset="0.8625" android:color="#FF8700FF"/>
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:pathData="M5.3465,13.4445L10.695,18.6624C10.8987,17.4088 10.6875,16.123 10.0935,15.0004C9.8231,14.4999 9.478,14.0436 9.0702,13.647L7.0601,11.686C6.7446,11.3857 6.492,11.0258 6.3167,10.6271C6.1414,10.2284 6.047,9.7989 6.0389,9.3635C6.0308,8.9281 6.1093,8.4953 6.2697,8.0905C6.4301,7.6856 6.6693,7.3165 6.9734,7.0048L5.0144,9.0149C4.6106,9.4301 4.145,9.7802 3.634,10.0528C3.8012,11.3456 4.4055,12.5423 5.3465,13.4445Z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:startY="10.1089"
|
||||
android:startX="8.29132"
|
||||
android:endY="18.3078"
|
||||
android:endX="6.11687"
|
||||
android:type="linear">
|
||||
<item android:offset="0" android:color="#FF0044FF"/>
|
||||
<item android:offset="0.4896" android:color="#FF0087FF"/>
|
||||
<item android:offset="1" android:color="#FF00CAFF"/>
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:pathData="M0,10.6417C0.332,10.6961 0.6682,10.7209 1.0045,10.7158C1.9213,10.7097 2.8232,10.483 3.6339,10.0548C4.145,9.7825 4.6108,9.4323 5.0143,9.0169L6.9764,7.0068C7.278,6.6968 7.6377,6.4494 8.035,6.2787C8.4322,6.108 8.8593,6.0172 9.2917,6.0117C9.724,6.0062 10.1533,6.0859 10.5548,6.2465C10.9563,6.407 11.3222,6.6451 11.6316,6.9472L9.6475,5.0123C9.2244,4.6011 8.8689,4.1257 8.5939,3.6036C7.3104,3.7688 6.1208,4.364 5.219,5.2921L0,10.6417Z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:startY="6.24054"
|
||||
android:startX="1.39411"
|
||||
android:endY="7.59302"
|
||||
android:endX="5.84485"
|
||||
android:type="linear">
|
||||
<item android:offset="0" android:color="#FFB0FF33"/>
|
||||
<item android:offset="0.4948" android:color="#FF55DF20"/>
|
||||
<item android:offset="1" android:color="#FF0AC222"/>
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:pathData="M11.7245,11.5658L13.649,9.5943C14.0528,9.1791 14.5185,8.829 15.0295,8.5563C14.8655,7.29 14.2821,6.115 13.3723,5.219L8.0239,0C7.9696,0.332 7.9445,0.6681 7.9487,1.0045C7.9549,1.9106 8.1764,2.8022 8.5951,3.6057C8.87,4.1277 9.2256,4.6031 9.6487,5.0143L11.6317,6.9493C12.2506,7.5522 12.6073,8.3746 12.6247,9.2385C12.6421,10.1024 12.3187,10.9384 11.7246,11.5658H11.7245Z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:startY="6.51626"
|
||||
android:startX="6.78645"
|
||||
android:endY="4.72844"
|
||||
android:endX="14.3139"
|
||||
android:type="linear">
|
||||
<item android:offset="0" android:color="#FFFF8100"/>
|
||||
<item android:offset="0.5" android:color="#FFFF5D00"/>
|
||||
<item android:offset="1" android:color="#FFFF3600"/>
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
</group>
|
||||
</vector>
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="#000000"
|
||||
android:pathData="M14.1,9L15,9.9L5.9,19H5V18.1L14.1,9ZM17.7,3C17.4,3 17.2,3.1 17,3.3L15.1,5.1L18.9,8.9L20.7,7C21.1,6.7 21.1,6 20.7,5.6L18.4,3.3C18.2,3.1 17.9,3 17.7,3ZM14.1,6.2L3,17.3V21H6.8L17.8,9.9L14.1,6.2Z" />
|
||||
</vector>
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
<vector android:autoMirrored="true" android:height="20dp"
|
||||
android:viewportHeight="20" android:viewportWidth="20"
|
||||
android:width="20dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<group>
|
||||
<clip-path android:pathData="M0,0h20v20h-20z"/>
|
||||
<path android:fillColor="#00000000"
|
||||
android:pathData="M17.2412,14.1916L17.2412,11.7284C16.8163,11.6812 16.4151,11.516 16.0847,11.1855C15.3295,10.4303 15.3531,9.2266 16.0847,8.495C16.4151,8.1646 16.8163,7.9994 17.2412,7.9522L17.2412,5.4889C17.2412,5.1585 16.958,4.8753 16.6275,4.8753L3.4197,4.8281C3.0893,4.8281 2.806,5.1113 2.806,5.4417L2.806,7.905C3.2309,7.9522 3.6793,8.1174 4.0097,8.4478C4.7649,9.203 4.7413,10.4067 4.0097,11.1383C3.6793,11.4688 3.2545,11.6576 2.806,11.6812L2.806,14.1444C2.806,14.4748 3.0893,14.7581 3.4197,14.7581L16.6275,14.7581C16.958,14.8053 17.2412,14.522 17.2412,14.1916Z"
|
||||
android:strokeColor="#090E13" android:strokeLineCap="round"
|
||||
android:strokeLineJoin="round" android:strokeWidth="1.1"/>
|
||||
</group>
|
||||
</vector>
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="142dp"
|
||||
android:height="142dp"
|
||||
android:viewportWidth="142"
|
||||
android:viewportHeight="142">
|
||||
<path
|
||||
android:pathData="M71,0L71,0A71,71 0,0 1,142 71L142,71A71,71 0,0 1,71 142L71,142A71,71 0,0 1,0 71L0,71A71,71 0,0 1,71 0z"
|
||||
android:fillColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M71,142C110.21,142 142,110.21 142,71C142,31.79 110.21,0 71,0C31.79,0 0,31.79 0,71C0,110.21 31.79,142 71,142Z"
|
||||
android:strokeAlpha="0.2"
|
||||
android:fillColor="#DE1010"
|
||||
android:fillType="evenOdd"
|
||||
android:fillAlpha="0.2"/>
|
||||
<path
|
||||
android:pathData="M70.66,117.31C96.43,117.31 117.31,96.43 117.31,70.66C117.31,44.89 96.43,24 70.66,24C44.89,24 24,44.89 24,70.66C24,96.43 44.89,117.31 70.66,117.31Z"
|
||||
android:fillColor="#DE1010"
|
||||
android:fillType="evenOdd"/>
|
||||
<path
|
||||
android:pathData="M57.22,85.36H84.34C85.38,85.36 86.29,85.13 87.05,84.66C87.82,84.2 88.42,83.58 88.84,82.79C89.26,82.02 89.47,81.16 89.47,80.23C89.47,79.79 89.42,79.36 89.3,78.93C89.18,78.48 89.01,78.05 88.77,77.64L75.18,53.95C74.69,53.09 74.05,52.45 73.27,52.01C72.48,51.58 71.66,51.36 70.79,51.36C69.91,51.36 69.07,51.58 68.28,52.01C67.49,52.45 66.86,53.09 66.38,53.95L52.79,77.64C52.32,78.46 52.09,79.32 52.09,80.23C52.09,81.16 52.3,82.02 52.72,82.79C53.14,83.58 53.73,84.2 54.49,84.66C55.27,85.13 56.18,85.36 57.22,85.36ZM57.73,81.63C57.24,81.63 56.84,81.46 56.55,81.12C56.26,80.78 56.11,80.39 56.11,79.95C56.11,79.8 56.12,79.65 56.15,79.49C56.18,79.32 56.24,79.17 56.32,79.01L69.38,56.14C69.54,55.88 69.74,55.68 70,55.56C70.26,55.45 70.52,55.39 70.79,55.39C71.06,55.39 71.32,55.45 71.56,55.56C71.82,55.68 72.02,55.88 72.16,56.14L85.24,79.05C85.39,79.34 85.47,79.64 85.47,79.95C85.47,80.39 85.31,80.78 85.01,81.12C84.72,81.46 84.32,81.63 83.81,81.63H57.73ZM70.81,72.95C71.87,72.95 72.43,72.39 72.48,71.28L72.74,63.3C72.76,62.74 72.59,62.28 72.21,61.93C71.85,61.56 71.38,61.38 70.79,61.38C70.19,61.38 69.71,61.56 69.35,61.93C68.98,62.28 68.81,62.73 68.84,63.28L69.08,71.3C69.13,72.4 69.71,72.95 70.81,72.95ZM70.81,78.86C71.4,78.86 71.91,78.67 72.34,78.31C72.76,77.94 72.97,77.46 72.97,76.87C72.97,76.27 72.76,75.79 72.34,75.41C71.93,75.04 71.42,74.85 70.81,74.85C70.2,74.85 69.68,75.04 69.24,75.43C68.82,75.8 68.61,76.28 68.61,76.87C68.61,77.44 68.82,77.92 69.24,78.29C69.68,78.67 70.2,78.86 70.81,78.86Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
</vector>
|
||||
|
|
@ -1,31 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<group>
|
||||
<clip-path
|
||||
android:pathData="M0,0h24v24h-24z"/>
|
||||
<path
|
||||
android:pathData="M12,7m-1.25,0a1.25,1.25 0,1 1,2.5 0a1.25,1.25 0,1 1,-2.5 0"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M14.5,9.5C15.881,8.119 15.881,5.881 14.5,4.5M9.5,9.5C8.119,8.119 8.119,5.881 9.5,4.5"
|
||||
android:strokeWidth="1.5"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M17,12C19.761,9.239 19.761,4.761 17,2M7,12C4.239,9.239 4.239,4.761 7,2"
|
||||
android:strokeWidth="1.5"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M12.662,11.945L22.754,22.036A1.25,1.25 0,0 1,22.754 23.804L17.804,28.753A1.25,1.25 0,0 1,16.036 28.753L5.945,18.662A1.25,1.25 0,0 1,5.945 16.894L10.894,11.945A1.25,1.25 0,0 1,12.662 11.945z"
|
||||
android:strokeWidth="1.5"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M7.354,15.475L9.475,13.354A0.5,0.5 119.055,0 1,10.182 13.354L10.889,14.061A0.5,0.5 81.905,0 1,10.889 14.768L8.768,16.889A0.5,0.5 51.198,0 1,8.061 16.889L7.354,16.182A0.5,0.5 98.144,0 1,7.354 15.475z"
|
||||
android:fillColor="#000000"/>
|
||||
</group>
|
||||
</vector>
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="40dp"
|
||||
android:height="40dp"
|
||||
android:viewportWidth="40"
|
||||
android:viewportHeight="40">
|
||||
<group>
|
||||
<clip-path
|
||||
android:pathData="M17.5,11C19.2239,11 20.8772,11.6848 22.0962,12.9038C23.3152,14.1228 24,15.7761 24,17.5C24,19.11 23.41,20.59 22.44,21.73L22.71,22H23.5L28.5,27L27,28.5L22,23.5V22.71L21.73,22.44C20.59,23.41 19.11,24 17.5,24C15.7761,24 14.1228,23.3152 12.9038,22.0962C11.6848,20.8772 11,19.2239 11,17.5C11,15.7761 11.6848,14.1228 12.9038,12.9038C14.1228,11.6848 15.7761,11 17.5,11ZM17.5,13C15,13 13,15 13,17.5C13,20 15,22 17.5,22C20,22 22,20 22,17.5C22,15 20,13 17.5,13Z"/>
|
||||
<path
|
||||
android:pathData="M0,0h40v40h-40z"
|
||||
android:fillColor="#636366"/>
|
||||
</group>
|
||||
</vector>
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="14dp"
|
||||
android:height="11dp"
|
||||
android:viewportWidth="14"
|
||||
android:viewportHeight="11">
|
||||
<path
|
||||
android:pathData="M13.7974,4.9765L9.4899,0.2623C9.2126,-0.0594 8.6644,-0.088 8.3428,0.192C8.0212,0.472 7.9888,1.0063 8.2869,1.3099L11.3997,4.7146L0.8077,4.7146C0.3616,4.7146 0,5.0664 0,5.5003C0,5.9342 0.3616,6.2859 0.8077,6.2859L11.3997,6.2859L8.2869,9.6906C7.9888,9.9942 8.0291,10.5275 8.3507,10.8076C8.6723,11.0876 9.2126,11.0599 9.4899,10.7382L13.7974,6.0241C14.0786,5.6429 14.0562,5.3008 13.7974,4.9765L13.7974,4.9765Z"
|
||||
android:fillColor="#F9F9FA"/>
|
||||
</vector>
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
<vector android:autoMirrored="true" android:height="20dp"
|
||||
android:viewportHeight="20" android:viewportWidth="20"
|
||||
android:width="20dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#00000000"
|
||||
android:pathData="M2.4,6H14.4V17.2H2.4V6ZM17.6,2.8L14.4,6H2.4L6.5852,2.8H17.6Z"
|
||||
android:strokeColor="#000000" android:strokeLineJoin="round" android:strokeWidth="1.1"/>
|
||||
<path android:fillColor="#00000000"
|
||||
android:pathData="M8.4,6L12,2.8M17.6,13.2L14.4,17.2V6L17.6,2.8V13.2ZM6.4,8.4H10.4H6.4Z"
|
||||
android:strokeColor="#000000" android:strokeLineCap="round"
|
||||
android:strokeLineJoin="round" android:strokeWidth="1.1"/>
|
||||
</vector>
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="44dp"
|
||||
android:height="44dp"
|
||||
android:autoMirrored="true"
|
||||
android:viewportWidth="44"
|
||||
android:viewportHeight="44">
|
||||
<path
|
||||
android:fillColor="#F5F5F5"
|
||||
android:pathData="M20,24m-20,0a20,20 0,1 1,40 0a20,20 0,1 1,-40 0" />
|
||||
<path
|
||||
android:fillColor="#000000"
|
||||
android:pathData="M13.333,17.25C13.333,16.836 13.684,16.5 14.118,16.5H25.882C26.316,16.5 26.667,16.836 26.667,17.25V21H13.333V17.25Z" />
|
||||
<path
|
||||
android:fillColor="#000000"
|
||||
android:pathData="M13.333,24H18.039V31.5H14.118C13.684,31.5 13.333,31.164 13.333,30.75V24Z" />
|
||||
<path
|
||||
android:fillColor="#000000"
|
||||
android:pathData="M26.667,24H21.961V31.5H25.882C26.316,31.5 26.667,31.164 26.667,30.75V24Z" />
|
||||
<path
|
||||
android:fillColor="#FFB71B"
|
||||
android:pathData="M36,8m-6,0a6,6 0,1 1,12 0a6,6 0,1 1,-12 0"
|
||||
android:strokeWidth="4"
|
||||
android:strokeColor="#ffffff" />
|
||||
</vector>
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
<vector android:autoMirrored="true" android:height="24dp"
|
||||
android:viewportHeight="24" android:viewportWidth="24"
|
||||
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#000000" android:pathData="M6,19C6,19.53 6.211,20.039 6.586,20.414C6.961,20.789 7.47,21 8,21H16C16.53,21 17.039,20.789 17.414,20.414C17.789,20.039 18,19.53 18,19V7H6V19ZM8,9H16V19H8V9ZM15.5,4L14.5,3H9.5L8.5,4H5V6H19V4H15.5Z"/>
|
||||
</vector>
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="18dp"
|
||||
android:height="18dp"
|
||||
android:viewportWidth="18"
|
||||
android:viewportHeight="18">
|
||||
<path
|
||||
android:pathData="M4.833,13.167L7.5,7.5L13.167,4.833L10.5,10.5L4.833,13.167ZM9,8.25C8.801,8.25 8.61,8.329 8.47,8.47C8.329,8.61 8.25,8.801 8.25,9C8.25,9.199 8.329,9.39 8.47,9.53C8.61,9.671 8.801,9.75 9,9.75C9.199,9.75 9.39,9.671 9.53,9.53C9.671,9.39 9.75,9.199 9.75,9C9.75,8.801 9.671,8.61 9.53,8.47C9.39,8.329 9.199,8.25 9,8.25ZM9,0.667C10.094,0.667 11.178,0.882 12.189,1.301C13.2,1.72 14.119,2.334 14.892,3.107C15.666,3.881 16.28,4.8 16.699,5.811C17.118,6.822 17.333,7.906 17.333,9C17.333,11.21 16.455,13.33 14.892,14.892C13.33,16.455 11.21,17.333 9,17.333C7.906,17.333 6.822,17.118 5.811,16.699C4.8,16.28 3.881,15.666 3.107,14.892C1.545,13.33 0.667,11.21 0.667,9C0.667,6.79 1.545,4.67 3.107,3.107C4.67,1.545 6.79,0.667 9,0.667ZM9,2.333C7.232,2.333 5.536,3.036 4.286,4.286C3.036,5.536 2.333,7.232 2.333,9C2.333,10.768 3.036,12.464 4.286,13.714C5.536,14.964 7.232,15.667 9,15.667C10.768,15.667 12.464,14.964 13.714,13.714C14.964,12.464 15.667,10.768 15.667,9C15.667,7.232 14.964,5.536 13.714,4.286C12.464,3.036 10.768,2.333 9,2.333Z"
|
||||
android:fillColor="#B0B0B0"/>
|
||||
</vector>
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="40dp"
|
||||
android:height="40dp"
|
||||
android:viewportWidth="40"
|
||||
android:viewportHeight="40">
|
||||
<path
|
||||
android:pathData="M20,20m-20,0a20,20 0,1 1,40 0a20,20 0,1 1,-40 0"
|
||||
android:strokeAlpha="0.12"
|
||||
android:fillColor="#B0B0B0"
|
||||
android:fillAlpha="0.12"/>
|
||||
<path
|
||||
android:pathData="M19.08,12.08L21.08,12.08V24.08L26.58,18.58L28,20L20.08,27.92L12.16,20L13.58,18.58L19.08,24.08L19.08,12.08Z"
|
||||
android:fillColor="#C9C9C9"/>
|
||||
</vector>
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="40dp"
|
||||
android:height="40dp"
|
||||
android:viewportWidth="40"
|
||||
android:viewportHeight="40">
|
||||
<path
|
||||
android:pathData="M20,20m-20,0a20,20 0,1 1,40 0a20,20 0,1 1,-40 0"
|
||||
android:strokeAlpha="0.12"
|
||||
android:fillColor="#B0B0B0"
|
||||
android:fillAlpha="0.12"/>
|
||||
<path
|
||||
android:pathData="M21.08,27.92H19.08L19.08,15.92L13.58,21.42L12.16,20L20.08,12.08L28,20L26.58,21.42L21.08,15.92V27.92Z"
|
||||
android:fillColor="#C9C9C9"/>
|
||||
</vector>
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:pathData="M4.2,4.4C3.5,4.4 2.8,5 2.8,6V6.1C3.2,5.9 3.7,5.8 4.2,5.8H19.8C20.3,5.8 20.8,5.9 21.2,6.1V6C21.2,5 20.5,4.4 19.8,4.4H4.2ZM4.2,7.4C3.4,7.4 2.8,8 2.8,8.6V9.2C3.2,8.9 3.7,8.8 4.2,8.8H8.7C9.6,8.8 10.3,9.6 10.5,10.4L10.5,10.4C10.7,11.3 11.4,11.8 12,11.8C12.6,11.8 13.3,11.3 13.5,10.4C13.7,9.6 14.4,8.8 15.3,8.8H19.8C20.4,8.8 20.8,8.9 21.2,9.2V8.6C21.2,8 20.7,7.4 19.8,7.4H4.2ZM21.2,12.3C21.2,11.1 20.4,10.4 19.8,10.4H15.3C15.3,10.4 15.3,10.4 15.3,10.5C15.2,10.5 15.1,10.6 15.1,10.8L15.1,10.8C14.7,12.2 13.5,13.4 12,13.4C10.5,13.4 9.3,12.2 8.9,10.8C8.9,10.6 8.8,10.5 8.8,10.5C8.7,10.4 8.7,10.4 8.7,10.4H4.2C3.6,10.4 2.8,11.1 2.8,12.3V18.3C2.8,19.2 3.5,19.8 4.2,19.8H19.8C20.5,19.8 21.2,19.2 21.2,18.3V12.3ZM1.2,12.3V18.3C1.2,19.9 2.5,21.4 4.2,21.4H19.8C21.5,21.4 22.8,19.9 22.8,18.3V12.3V8.6V6C22.8,4.3 21.5,2.8 19.8,2.8H4.2C2.5,2.8 1.2,4.3 1.2,6V8.6V12.3Z"
|
||||
android:fillColor="#000000"
|
||||
android:fillType="evenOdd" />
|
||||
</vector>
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="30dp"
|
||||
android:height="30dp"
|
||||
android:viewportWidth="30"
|
||||
android:viewportHeight="30">
|
||||
<path
|
||||
android:pathData="M15,1.875C12.4041,1.875 9.8665,2.6448 7.7081,4.087C5.5497,5.5292 3.8675,7.579 2.8741,9.9773C1.8807,12.3756 1.6208,15.0146 2.1272,17.5606C2.6336,20.1066 3.8837,22.4452 5.7192,24.2808C7.5548,26.1163 9.8934,27.3664 12.4394,27.8728C14.9854,28.3792 17.6244,28.1193 20.0227,27.1259C22.421,26.1325 24.4709,24.4503 25.913,22.2919C27.3552,20.1335 28.125,17.5959 28.125,15C28.125,11.519 26.7422,8.1806 24.2808,5.7192C21.8194,3.2578 18.481,1.875 15,1.875ZM15,26.25C12.775,26.25 10.5999,25.5902 8.7498,24.354C6.8998,23.1179 5.4578,21.3609 4.6064,19.3052C3.7549,17.2495 3.5321,14.9875 3.9662,12.8052C4.4003,10.6229 5.4717,8.6184 7.0451,7.0451C8.6184,5.4717 10.623,4.4002 12.8052,3.9662C14.9875,3.5321 17.2495,3.7549 19.3052,4.6064C21.3609,5.4578 23.1179,6.8998 24.354,8.7498C25.5902,10.5999 26.25,12.775 26.25,15C26.25,17.9837 25.0647,20.8452 22.955,22.955C20.8452,25.0647 17.9837,26.25 15,26.25Z"
|
||||
android:fillColor="#FFB71B"/>
|
||||
<path
|
||||
android:pathData="M14.0625,7.5H15.9375V17.8125H14.0625V7.5Z"
|
||||
android:fillColor="#FFB71B"/>
|
||||
<path
|
||||
android:pathData="M15,20.625C14.7219,20.625 14.45,20.7075 14.2187,20.862C13.9875,21.0165 13.8072,21.2361 13.7008,21.4931C13.5944,21.7501 13.5665,22.0328 13.6208,22.3056C13.675,22.5784 13.809,22.829 14.0056,23.0256C14.2023,23.2223 14.4529,23.3562 14.7257,23.4105C14.9984,23.4647 15.2812,23.4369 15.5381,23.3305C15.7951,23.224 16.0147,23.0438 16.1693,22.8125C16.3238,22.5813 16.4062,22.3094 16.4062,22.0312C16.4062,21.6583 16.2581,21.3006 15.9944,21.0369C15.7306,20.7732 15.373,20.625 15,20.625Z"
|
||||
android:fillColor="#FFB71B"/>
|
||||
</vector>
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="14dp"
|
||||
android:height="14dp"
|
||||
android:viewportWidth="30"
|
||||
android:viewportHeight="30">
|
||||
<path
|
||||
android:pathData="M15,1.875C12.4041,1.875 9.8665,2.6448 7.7081,4.087C5.5497,5.5292 3.8675,7.579 2.8741,9.9773C1.8807,12.3756 1.6208,15.0146 2.1272,17.5606C2.6336,20.1066 3.8837,22.4452 5.7192,24.2808C7.5548,26.1163 9.8934,27.3664 12.4394,27.8728C14.9854,28.3792 17.6244,28.1193 20.0227,27.1259C22.421,26.1325 24.4709,24.4503 25.913,22.2919C27.3552,20.1335 28.125,17.5959 28.125,15C28.125,11.519 26.7422,8.1806 24.2808,5.7192C21.8194,3.2578 18.481,1.875 15,1.875ZM15,26.25C12.775,26.25 10.5999,25.5902 8.7498,24.354C6.8998,23.1179 5.4578,21.3609 4.6064,19.3052C3.7549,17.2495 3.5321,14.9875 3.9662,12.8052C4.4003,10.6229 5.4717,8.6184 7.0451,7.0451C8.6184,5.4717 10.623,4.4002 12.8052,3.9662C14.9875,3.5321 17.2495,3.7549 19.3052,4.6064C21.3609,5.4578 23.1179,6.8998 24.354,8.7498C25.5902,10.5999 26.25,12.775 26.25,15C26.25,17.9837 25.0647,20.8452 22.955,22.955C20.8452,25.0647 17.9837,26.25 15,26.25Z"
|
||||
android:fillColor="#FFB71B"/>
|
||||
<path
|
||||
android:pathData="M14.0625,7.5H15.9375V17.8125H14.0625V7.5Z"
|
||||
android:fillColor="#FFB71B"/>
|
||||
<path
|
||||
android:pathData="M15,20.625C14.7219,20.625 14.45,20.7075 14.2187,20.862C13.9875,21.0165 13.8072,21.2361 13.7008,21.4931C13.5944,21.7501 13.5665,22.0328 13.6208,22.3056C13.675,22.5784 13.809,22.829 14.0056,23.0256C14.2023,23.2223 14.4529,23.3562 14.7257,23.4105C14.9984,23.4647 15.2812,23.4369 15.5381,23.3305C15.7951,23.224 16.0147,23.0438 16.1693,22.8125C16.3238,22.5813 16.4062,22.3094 16.4062,22.0312C16.4062,21.6583 16.2581,21.3006 15.9944,21.0369C15.7306,20.7732 15.373,20.625 15,20.625Z"
|
||||
android:fillColor="#FFB71B"/>
|
||||
</vector>
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:pathData="M22.83,22.15H1.17C0.97,22.16 0.77,22.11 0.59,22.02C0.41,21.92 0.26,21.78 0.15,21.61C0.05,21.44 0,21.24 0,21.05C0,20.85 0.06,20.65 0.17,20.49L11.01,2.4C11.11,2.23 11.26,2.09 11.43,1.99C11.6,1.9 11.8,1.85 12,1.85C12.2,1.85 12.4,1.9 12.57,1.99C12.75,2.09 12.89,2.23 12.99,2.4L23.83,20.49C23.94,20.65 24,20.85 24,21.05C24,21.24 23.95,21.44 23.85,21.61C23.74,21.78 23.59,21.92 23.42,22.02C23.24,22.11 23.03,22.16 22.83,22.15V22.15Z"
|
||||
android:fillColor="#FFB71B" />
|
||||
<path
|
||||
android:pathData="M13.14,18.3C13.14,18.52 13.08,18.73 12.95,18.91C12.82,19.09 12.65,19.23 12.44,19.32C12.23,19.4 12,19.42 11.78,19.38C11.55,19.34 11.35,19.23 11.19,19.08C11.03,18.93 10.92,18.73 10.88,18.52C10.83,18.3 10.86,18.08 10.94,17.88C11.03,17.68 11.18,17.51 11.36,17.39C11.55,17.26 11.77,17.2 12,17.2C12.3,17.2 12.59,17.32 12.81,17.52C13.02,17.73 13.14,18.01 13.14,18.3ZM12.53,8.4H11.47C11.39,8.39 11.31,8.41 11.24,8.44C11.17,8.47 11.1,8.51 11.05,8.57C11,8.63 10.96,8.69 10.93,8.76C10.9,8.83 10.89,8.91 10.9,8.98L11.39,15.59C11.4,15.73 11.46,15.86 11.57,15.95C11.68,16.05 11.82,16.1 11.96,16.1H12.04C12.18,16.1 12.32,16.05 12.43,15.95C12.54,15.86 12.6,15.73 12.61,15.59L13.1,8.98C13.11,8.91 13.1,8.83 13.07,8.76C13.04,8.69 13,8.63 12.95,8.57C12.89,8.51 12.83,8.47 12.76,8.44C12.69,8.41 12.61,8.39 12.53,8.4V8.4Z"
|
||||
android:fillColor="#1C1C1E" />
|
||||
</vector>
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
|
||||
<size
|
||||
android:width="12dp"
|
||||
android:height="12dp" />
|
||||
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="@color/white" />
|
||||
|
||||
<solid android:color="@color/darkGray1" />
|
||||
|
||||
</shape>
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape android:shape="rectangle"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/darkGray1" />
|
||||
<corners
|
||||
android:bottomLeftRadius="30dp"
|
||||
android:bottomRightRadius="30dp"
|
||||
android:topLeftRadius="30dp"
|
||||
android:topRightRadius="30dp" />
|
||||
</shape>
|
||||
|
|
@ -31,7 +31,6 @@
|
|||
tools:text="One wallet. Two cards." />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_body"
|
||||
style="@style/TextViewOnboarding.Body"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
@ -48,7 +47,6 @@
|
|||
</androidx.appcompat.widget.LinearLayoutCompat>
|
||||
|
||||
<androidx.appcompat.widget.AppCompatCheckBox
|
||||
android:id="@+id/chb_understand"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/common_understand"
|
||||
|
|
@ -73,7 +71,6 @@
|
|||
app:layout_constraintStart_toStartOf="parent">
|
||||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/btn_main_action"
|
||||
style="@style/TapPrimaryIconButton"
|
||||
tools:icon="@drawable/ic_tangem_24"
|
||||
tools:text="@string/welcome_unlock_card" />
|
||||
|
|
@ -91,7 +88,6 @@
|
|||
</FrameLayout>
|
||||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/btn_alternative_action"
|
||||
style="@style/TapTextButton"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_marginStart="@dimen/dimen16"
|
||||
|
|
|
|||
|
|
@ -1,31 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/fl_balance"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:minWidth="300dp">
|
||||
|
||||
<com.google.android.material.card.MaterialCardView
|
||||
android:id="@+id/card_balance"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@android:color/white"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:layout_marginBottom="4dp"
|
||||
android:elevation="3dp">
|
||||
|
||||
<include
|
||||
android:id="@+id/l_balance"
|
||||
layout="@layout/layout_balance"
|
||||
/>
|
||||
|
||||
<include
|
||||
android:id="@+id/l_balance_error"
|
||||
layout="@layout/layout_balance_error"
|
||||
android:visibility="gone" />
|
||||
|
||||
</com.google.android.material.card.MaterialCardView>
|
||||
|
||||
</FrameLayout>
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<View
|
||||
android:layout_width="124dp"
|
||||
android:layout_height="22dp"
|
||||
android:layout_marginTop="8dp"
|
||||
tools:background="@color/background_secondary" />
|
||||
|
||||
</FrameLayout>
|
||||
|
|
@ -129,4 +129,4 @@
|
|||
app:layout_constraintBaseline_toBaselineOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/btn_fl_copy_address" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
|
|
|||
|
|
@ -1,22 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:padding="16dp"
|
||||
android:layout_marginBottom="60dp">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingBottom="16dp"
|
||||
android:text="@string/wallet_choice_wallet_option_title"
|
||||
android:textSize="14sp"
|
||||
android:textStyle="bold" />
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/rv_amounts_to_send"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
</LinearLayout>
|
||||
|
|
@ -1,62 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="60dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="56dp"
|
||||
android:padding="16dp"
|
||||
android:text="@string/wallet_choose_trade_action"
|
||||
android:textColor="@color/text_secondary"
|
||||
android:textSize="14sp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/dialog_btn_buy"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="56dp"
|
||||
android:clickable="true"
|
||||
android:drawablePadding="32dp"
|
||||
android:focusable="true"
|
||||
android:gravity="center_vertical"
|
||||
android:padding="16dp"
|
||||
android:text="@string/common_buy"
|
||||
android:textColor="@color/text_primary_1"
|
||||
android:textSize="14sp"
|
||||
android:textStyle="bold"
|
||||
app:drawableStartCompat="@drawable/ic_arrow_up_24" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/dialog_btn_sell"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="56dp"
|
||||
android:clickable="true"
|
||||
android:drawablePadding="32dp"
|
||||
android:focusable="true"
|
||||
android:gravity="center_vertical"
|
||||
android:padding="16dp"
|
||||
android:text="@string/common_sell"
|
||||
android:textColor="@color/text_primary_1"
|
||||
android:textSize="14sp"
|
||||
android:textStyle="bold"
|
||||
app:drawableStartCompat="@drawable/ic_arrow_down_24" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/dialog_btn_swap"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="56dp"
|
||||
android:clickable="true"
|
||||
android:drawablePadding="32dp"
|
||||
android:focusable="true"
|
||||
android:gravity="center_vertical"
|
||||
android:padding="16dp"
|
||||
android:text="@string/swapping_swap_action"
|
||||
android:textColor="@color/text_primary_1"
|
||||
android:textSize="14sp"
|
||||
android:textStyle="bold"
|
||||
app:drawableStartCompat="@drawable/ic_exchange_vertical_24" />
|
||||
|
||||
</LinearLayout>
|
||||
|
|
@ -1,250 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/coordinator_wallet"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@color/background_secondary"
|
||||
android:orientation="vertical">
|
||||
|
||||
<com.google.android.material.appbar.AppBarLayout
|
||||
android:id="@+id/app_bar"
|
||||
style="@style/Widget.MaterialComponents.Toolbar.Surface"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@color/background_secondary"
|
||||
android:fitsSystemWindows="true"
|
||||
app:liftOnScroll="true">
|
||||
|
||||
<com.google.android.material.appbar.MaterialToolbar
|
||||
android:id="@+id/toolbar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="?attr/actionBarSize"
|
||||
app:menu="@menu/menu_wallet"
|
||||
app:navigationIcon="@drawable/ic_scan_card"
|
||||
app:navigationIconTint="@color/darkGray6"
|
||||
app:title="@string/wallet_title"
|
||||
app:titleCentered="true" />
|
||||
|
||||
</com.google.android.material.appbar.AppBarLayout>
|
||||
|
||||
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
|
||||
android:id="@+id/pull_to_refresh_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
app:layout_behavior="@string/appbar_scrolling_view_behavior">
|
||||
|
||||
<androidx.core.widget.NestedScrollView
|
||||
android:id="@+id/sv_wallet"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:fillViewport="true"
|
||||
android:overScrollMode="never">
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:id="@+id/cl_wallet"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:clipChildren="false"
|
||||
android:clipToPadding="false"
|
||||
android:paddingBottom="92dp">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_card"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:layout_marginBottom="12dp"
|
||||
android:adjustViewBounds="true"
|
||||
android:contentDescription="@null"
|
||||
android:elevation="3dp"
|
||||
android:scaleType="fitCenter"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
tools:src="@drawable/card_placeholder_black" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_twin_card_number"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="25dp"
|
||||
android:background="@drawable/shape_chip"
|
||||
android:elevation="3dp"
|
||||
android:gravity="center"
|
||||
android:minHeight="30dp"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingTop="4dp"
|
||||
android:paddingEnd="16dp"
|
||||
android:paddingBottom="4dp"
|
||||
android:textColor="@color/buttonGray"
|
||||
android:textSize="14sp"
|
||||
android:textStyle="bold"
|
||||
app:layout_constraintBottom_toBottomOf="@id/iv_card"
|
||||
app:layout_constraintStart_toStartOf="@id/iv_card"
|
||||
app:layout_constraintTop_toBottomOf="@id/iv_card"
|
||||
tools:text="Card 2 of 2" />
|
||||
|
||||
<androidx.constraintlayout.widget.Barrier
|
||||
android:id="@+id/barrier"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
app:barrierDirection="bottom"
|
||||
app:constraint_referenced_ids="iv_card,tv_twin_card_number" />
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/rv_warning_messages"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="12dp"
|
||||
android:minHeight="0dp"
|
||||
android:nestedScrollingEnabled="false"
|
||||
android:overScrollMode="never"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/barrier" />
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/ll_warnings"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:paddingTop="8dp"
|
||||
app:layout_constraintTop_toBottomOf="@id/rv_warning_messages">
|
||||
|
||||
<androidx.compose.ui.platform.ComposeView
|
||||
android:id="@+id/compose_learn_to_earn_container"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:visibility="gone" />
|
||||
|
||||
<include
|
||||
android:id="@+id/l_wallet_rescan_warning"
|
||||
layout="@layout/layout_wallet_rescan_warning"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:visibility="gone" />
|
||||
|
||||
<include
|
||||
android:id="@+id/l_wallet_backup_warning"
|
||||
layout="@layout/layout_wallet_backup_warning"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:visibility="gone" />
|
||||
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<com.tangem.tap.features.wallet.ui.view.TotalBalanceCard
|
||||
android:id="@+id/l_card_total_balance"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintTop_toBottomOf="@id/ll_warnings"
|
||||
app:layout_goneMarginTop="16dp" />
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/rv_pending_transaction"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="12dp"
|
||||
android:nestedScrollingEnabled="false"
|
||||
android:overScrollMode="never"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/rv_warning_messages" />
|
||||
|
||||
<include
|
||||
android:id="@+id/l_card_balance"
|
||||
layout="@layout/card_balance"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintTop_toBottomOf="@id/rv_pending_transaction" />
|
||||
|
||||
<include
|
||||
android:id="@+id/l_single_wallet_balance"
|
||||
layout="@layout/layout_single_wallet_balance"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintTop_toBottomOf="@id/rv_pending_transaction" />
|
||||
|
||||
<include
|
||||
android:id="@+id/l_address"
|
||||
layout="@layout/layout_address"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintTop_toBottomOf="@id/l_card_balance" />
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/rv_multiwallet"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="16dp"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:nestedScrollingEnabled="false"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/l_card_total_balance" />
|
||||
|
||||
<ProgressBar
|
||||
android:id="@+id/pb_loading_user_tokens"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:indeterminate="true"
|
||||
android:indeterminateTint="@color/icon_accent"
|
||||
android:indeterminateTintMode="src_atop"
|
||||
android:nestedScrollingEnabled="false"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/rv_warning_messages" />
|
||||
|
||||
<androidx.constraintlayout.widget.Barrier
|
||||
android:id="@+id/barrier_wallets"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
app:barrierDirection="bottom"
|
||||
app:constraint_referenced_ids="rv_multiwallet,pb_loading_user_tokens" />
|
||||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/btn_add_token"
|
||||
style="@style/TapPrimaryButton"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:text="@string/main_manage_tokens"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/barrier_wallets"
|
||||
app:layout_constraintVertical_bias="0.0" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
</androidx.core.widget.NestedScrollView>
|
||||
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
|
||||
|
||||
<com.tangem.tap.features.wallet.ui.view.WalletDetailsButtonsRow
|
||||
android:id="@+id/row_buttons"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:layout_marginBottom="32dp" />
|
||||
|
||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||
|
|
@ -1,136 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/coordinator_wallet"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@color/background_secondary"
|
||||
android:orientation="vertical">
|
||||
|
||||
<com.google.android.material.appbar.AppBarLayout
|
||||
android:id="@+id/app_bar"
|
||||
style="@style/Widget.MaterialComponents.Toolbar.Surface"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@color/background_secondary"
|
||||
android:fitsSystemWindows="true"
|
||||
app:liftOnScroll="true">
|
||||
|
||||
<com.google.android.material.appbar.MaterialToolbar
|
||||
android:id="@+id/toolbar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="?attr/actionBarSize"
|
||||
android:theme="@style/ThemeOverlay.MyTheme.Toolbar"
|
||||
app:menu="@menu/menu_wallet_details"
|
||||
app:navigationIcon="@drawable/ic_baseline_arrow_back_24"
|
||||
app:title=" " />
|
||||
|
||||
</com.google.android.material.appbar.AppBarLayout>
|
||||
|
||||
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
|
||||
android:id="@+id/srl_wallet_details"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
app:layout_behavior="@string/appbar_scrolling_view_behavior">
|
||||
|
||||
<androidx.core.widget.NestedScrollView
|
||||
android:id="@+id/sv_wallet"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:fillViewport="true"
|
||||
android:overScrollMode="never">
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:id="@+id/cl_wallet"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_currency_title"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingEnd="16dp"
|
||||
android:textColor="@color/darkGray6"
|
||||
android:textSize="32sp"
|
||||
android:textStyle="bold"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
tools:text="Bitcoin" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_currency_subtitle"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingEnd="16dp"
|
||||
android:textColor="@color/darkGray1"
|
||||
android:textSize="14sp"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/tv_currency_title"
|
||||
tools:text="Ethereum token" />
|
||||
|
||||
<androidx.constraintlayout.widget.Barrier
|
||||
android:id="@+id/barrier_currency_title"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
app:barrierDirection="bottom"
|
||||
app:constraint_referenced_ids="tv_currency_subtitle,tv_currency_title" />
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/rv_pending_transaction"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="16dp"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:nestedScrollingEnabled="false"
|
||||
android:overScrollMode="never"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/barrier_currency_title" />
|
||||
|
||||
<include
|
||||
android:id="@+id/l_wallet_details"
|
||||
layout="@layout/layout_wallet_details"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="16dp"
|
||||
app:layout_constraintTop_toBottomOf="@id/rv_pending_transaction" />
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/rv_warning_messages"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/l_wallet_details" />
|
||||
|
||||
<androidx.constraintlayout.widget.Barrier
|
||||
android:id="@+id/barrier"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
app:barrierDirection="bottom"
|
||||
app:constraint_referenced_ids="l_wallet_details" />
|
||||
|
||||
<com.tangem.tap.features.wallet.ui.view.WalletDetailsButtonsRow
|
||||
android:id="@+id/row_buttons"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="28dp"
|
||||
android:layout_marginBottom="32dp"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
app:layout_constraintVertical_bias="1"
|
||||
app:layout_constraintTop_toBottomOf="@id/rv_warning_messages"
|
||||
app:layout_constraintBottom_toBottomOf="parent" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
</androidx.core.widget.NestedScrollView>
|
||||
|
||||
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
|
||||
|
||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||
|
|
@ -1,58 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<com.google.android.material.card.MaterialCardView
|
||||
android:id="@+id/card_wallet"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:background="@android:color/white"
|
||||
android:elevation="3dp">
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingTop="12dp"
|
||||
android:paddingBottom="12dp"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingEnd="16dp"
|
||||
android:animateLayoutChanges="true"
|
||||
android:clipToPadding="false">
|
||||
|
||||
<com.tangem.tap.features.wallet.ui.images.CurrencyIconView
|
||||
android:id="@+id/iv_currency"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
<include
|
||||
layout="@layout/item_currency_wallet_content"
|
||||
android:id="@+id/l_content"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginStart="8dp"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintStart_toEndOf="@id/iv_currency"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
tools:visibility="visible" />
|
||||
|
||||
<include
|
||||
layout="@layout/item_currency_wallet_shimmer"
|
||||
android:id="@+id/l_shimmer"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginStart="8dp"
|
||||
app:layout_constraintStart_toEndOf="@id/iv_currency"
|
||||
app:layout_constraintEnd_toEndOf="parent" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
</com.google.android.material.card.MaterialCardView>
|
||||
</FrameLayout>
|
||||
|
|
@ -1,97 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:minHeight="42dp">
|
||||
|
||||
<androidx.constraintlayout.widget.Guideline
|
||||
android:id="@+id/guideline_horizontal"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal"
|
||||
app:layout_constraintGuide_percent="0.5" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_currency"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:ellipsize="end"
|
||||
android:maxLines="1"
|
||||
android:textAlignment="viewStart"
|
||||
android:textColor="@color/text_primary_1"
|
||||
android:textSize="16sp"
|
||||
android:textStyle="bold"
|
||||
app:layout_constraintBottom_toTopOf="@id/guideline_horizontal"
|
||||
app:layout_constraintEnd_toStartOf="@+id/tv_amount_fiat"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:lineHeight="24dp"
|
||||
tools:text="Binance Smart Chain Optimal" />
|
||||
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_amount_fiat"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="end"
|
||||
android:maxLines="1"
|
||||
android:textColor="@color/text_primary_1"
|
||||
android:textSize="16sp"
|
||||
android:textStyle="bold"
|
||||
app:layout_constraintBottom_toTopOf="@id/guideline_horizontal"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:lineHeight="24dp"
|
||||
tools:text="1230.43 $" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_amount"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="end"
|
||||
android:maxLines="1"
|
||||
android:textColor="@color/text_tertiary"
|
||||
android:textSize="12sp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/guideline_horizontal"
|
||||
app:lineHeight="20dp"
|
||||
tools:text="2.002134 BTC" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_status"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:ellipsize="end"
|
||||
android:maxLines="1"
|
||||
android:textAlignment="viewStart"
|
||||
android:textColor="@color/text_tertiary"
|
||||
android:textSize="12sp"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toStartOf="@+id/tv_amount"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/guideline_horizontal"
|
||||
app:lineHeight="20dp"
|
||||
tools:text="Transaction in progress and it very long text with some strange status"
|
||||
tools:visibility="visible" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_exchange_rate"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:maxLines="1"
|
||||
android:textColor="@color/text_secondary"
|
||||
android:textSize="12sp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/guideline_horizontal"
|
||||
app:lineHeight="20dp"
|
||||
tools:text="46 908 $"
|
||||
tools:visibility="gone" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
|
@ -1,40 +0,0 @@
|
|||
<com.skydoves.androidveil.VeilLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:minHeight="42dp"
|
||||
app:veilLayout_baseColor="@color/lightGray0"
|
||||
app:veilLayout_highlightColor="@color/lightGray1"
|
||||
app:veilLayout_shimmerEnable="true"
|
||||
app:veilLayout_veiled="true"
|
||||
app:veilLayout_radius="4dp"
|
||||
tools:veilLayout_veiled="false">
|
||||
|
||||
<FrameLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginTop="4dp"
|
||||
android:layout_marginBottom="4dp">
|
||||
|
||||
<View
|
||||
android:layout_width="72dp"
|
||||
android:layout_height="12dp"
|
||||
android:layout_gravity="top|start" />
|
||||
|
||||
<View
|
||||
android:layout_width="42dp"
|
||||
android:layout_height="12dp"
|
||||
android:layout_gravity="top|end" />
|
||||
|
||||
<View
|
||||
android:layout_width="52dp"
|
||||
android:layout_height="12dp"
|
||||
android:layout_gravity="bottom|start" />
|
||||
|
||||
<View
|
||||
android:layout_width="42dp"
|
||||
android:layout_height="12dp"
|
||||
android:layout_gravity="bottom|end" />
|
||||
</FrameLayout>
|
||||
</com.skydoves.androidveil.VeilLayout>
|
||||
|
|
@ -1,70 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/fl_pending_transaction"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<com.google.android.material.card.MaterialCardView
|
||||
android:id="@+id/card_pending_transaction"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="36dp"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginTop="2dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:layout_marginBottom="2dp"
|
||||
android:background="@android:color/white"
|
||||
android:elevation="3dp">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="center_vertical"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingEnd="16dp">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_pending_transaction"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:src="@drawable/ic_arrow_left" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_pending_transaction"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="13sp"
|
||||
tools:text="Receiving " />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_pending_transaction_amount"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="13sp"
|
||||
android:textStyle="bold"
|
||||
tools:text="0.001 " />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_pending_transaction_currency"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="13sp"
|
||||
android:textStyle="bold"
|
||||
tools:text="BTS" />
|
||||
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_pending_transaction_address"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:ellipsize="middle"
|
||||
android:paddingStart="2dp"
|
||||
android:singleLine="true"
|
||||
android:textSize="13sp"
|
||||
tools:text=" from 0x4313bcd3425235bda1232141" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
</com.google.android.material.card.MaterialCardView>
|
||||
</FrameLayout>
|
||||
|
|
@ -1,49 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="40dp"
|
||||
android:gravity="center">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_currency_symbol"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:textColor="@color/darkGray6"
|
||||
android:textSize="20sp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toStartOf="@+id/tv_amount"
|
||||
app:layout_constraintHorizontal_chainStyle="packed"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
tools:text="BTC" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_amount"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:ellipsize="end"
|
||||
android:maxLines="1"
|
||||
android:textColor="@color/darkGray6"
|
||||
android:textSize="20sp"
|
||||
app:layout_constraintBaseline_toBaselineOf="@+id/tv_currency_symbol"
|
||||
app:layout_constraintEnd_toStartOf="@+id/imageView"
|
||||
app:layout_constraintStart_toEndOf="@+id/tv_currency_symbol"
|
||||
|
||||
tools:text="0.43" />
|
||||
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/imageView"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:src="@drawable/ic_angle_bracket_right"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/tv_currency_symbol"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="@+id/tv_currency_symbol" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
|
@ -1,157 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/fl_address"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:minWidth="300dp">
|
||||
|
||||
<com.google.android.material.card.MaterialCardView
|
||||
android:id="@+id/card_balance"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginTop="4dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:layout_marginBottom="4dp"
|
||||
android:background="@android:color/white"
|
||||
android:elevation="3dp">
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:id="@+id/cl_address"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<com.google.android.material.chip.ChipGroup
|
||||
android:id="@+id/chip_group_address_type"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="10dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_marginEnd="10dp"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:selectionRequired="true"
|
||||
app:singleLine="true"
|
||||
app:singleSelection="true"
|
||||
tools:visibility="visible">
|
||||
|
||||
<com.google.android.material.chip.Chip
|
||||
android:id="@+id/chip_default"
|
||||
style="@style/TapChip"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/address_type_default" />
|
||||
|
||||
<com.google.android.material.chip.Chip
|
||||
android:id="@+id/chip_legacy"
|
||||
style="@style/TapChip"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/address_type_legacy" />
|
||||
|
||||
</com.google.android.material.chip.ChipGroup>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_address"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:ellipsize="middle"
|
||||
android:paddingStart="@dimen/dimen16"
|
||||
android:paddingEnd="@dimen/dimen16"
|
||||
android:singleLine="true"
|
||||
android:textColor="@color/darkGray1"
|
||||
android:textSize="13sp"
|
||||
app:layout_constraintEnd_toStartOf="@id/btn_copy"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="@id/btn_copy"
|
||||
tools:text="139mrsJgyWnJ**** **** y9BV" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_explore"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:drawablePadding="9dp"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingTop="4dp"
|
||||
android:paddingEnd="16dp"
|
||||
android:text="@string/wallet_address_button_explore"
|
||||
android:textColor="@color/darkGray6"
|
||||
android:textSize="14sp"
|
||||
android:textStyle="bold"
|
||||
app:drawableEndCompat="@drawable/ic_angle_bracket_right"
|
||||
app:layout_constraintBottom_toBottomOf="@id/btn_copy"
|
||||
app:layout_constraintStart_toStartOf="parent" />
|
||||
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/btn_copy"
|
||||
android:layout_width="@dimen/btn_rounded_size"
|
||||
android:layout_height="@dimen/btn_rounded_size"
|
||||
android:layout_marginTop="16dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:layout_marginBottom="25dp"
|
||||
android:background="@drawable/shape_ellipse"
|
||||
android:clickable="true"
|
||||
android:elevation="3dp"
|
||||
android:focusable="true"
|
||||
app:layout_constraintVertical_bias="0"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toStartOf="@id/btn_show_qr"
|
||||
app:layout_constraintTop_toBottomOf="@id/chip_group_address_type">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_copy"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:background="?selectableItemBackgroundBorderless"
|
||||
android:padding="5dp"
|
||||
app:srcCompat="@drawable/ic_copy"
|
||||
android:importantForAccessibility="no" />
|
||||
|
||||
</FrameLayout>
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/btn_show_qr"
|
||||
android:layout_width="@dimen/btn_rounded_size"
|
||||
android:layout_height="@dimen/btn_rounded_size"
|
||||
android:layout_marginTop="16dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:background="@drawable/shape_ellipse"
|
||||
android:clickable="true"
|
||||
android:elevation="3dp"
|
||||
android:focusable="true"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/chip_group_address_type">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_qr"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:background="?selectableItemBackgroundBorderless"
|
||||
android:padding="2dp"
|
||||
app:srcCompat="@drawable/ic_qr_code_show"
|
||||
android:importantForAccessibility="no" />
|
||||
|
||||
</FrameLayout>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_info"
|
||||
style="@style/TextViewOnboarding.Body"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="@dimen/layout_address_info_margin"
|
||||
android:textAlignment="center"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/tv_explore"
|
||||
tools:text="Send only Ethereum (ETH) from Ethereum network to this address. Using other tokens and networks may result in loss of funds." />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
</com.google.android.material.card.MaterialCardView>
|
||||
|
||||
</FrameLayout>
|
||||
|
|
@ -1,196 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingBottom="16dp">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_currency"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingTop="16dp"
|
||||
android:paddingEnd="16dp"
|
||||
android:textColor="@color/darkGray6"
|
||||
android:textSize="20sp"
|
||||
android:textStyle="bold"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
tools:text="Binance Smart Chain Optimal" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_status_verified"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:drawablePadding="5dp"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingTop="4dp"
|
||||
android:paddingEnd="16dp"
|
||||
android:text="@string/wallet_balance_verified"
|
||||
android:textColor="@color/accent"
|
||||
android:textSize="14sp"
|
||||
android:visibility="gone"
|
||||
app:drawableStartCompat="@drawable/ic_ok"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/tv_currency"
|
||||
tools:visibility="visible" />
|
||||
|
||||
<!-- TODO: Delete with WalletFeatureToggles -->
|
||||
<!--<TextView-->
|
||||
<!-- android:id="@+id/tv_status_error"-->
|
||||
<!-- android:layout_width="wrap_content"-->
|
||||
<!-- android:layout_height="wrap_content"-->
|
||||
<!-- android:drawablePadding="5dp"-->
|
||||
<!-- android:paddingStart="16dp"-->
|
||||
<!-- android:paddingTop="4dp"-->
|
||||
<!-- android:paddingEnd="16dp"-->
|
||||
<!-- android:text="@string/wallet_balance_blockchain_unreachable"-->
|
||||
<!-- android:textColor="@color/warning"-->
|
||||
<!-- android:textSize="14sp"-->
|
||||
<!-- android:visibility="gone"-->
|
||||
<!-- app:drawableStartCompat="@drawable/ic_warning_small"-->
|
||||
<!-- app:layout_constraintStart_toStartOf="parent"-->
|
||||
<!-- app:layout_constraintTop_toBottomOf="@id/tv_currency" />-->
|
||||
<!--<TextView-->
|
||||
<!-- android:id="@+id/tv_status_error_message"-->
|
||||
<!-- android:layout_width="wrap_content"-->
|
||||
<!-- android:layout_height="wrap_content"-->
|
||||
<!-- android:paddingStart="16dp"-->
|
||||
<!-- android:paddingTop="4dp"-->
|
||||
<!-- android:paddingEnd="16dp"-->
|
||||
<!-- android:textColor="@color/darkGray2"-->
|
||||
<!-- android:textSize="14sp"-->
|
||||
<!-- android:visibility="gone"-->
|
||||
<!-- app:layout_constraintStart_toStartOf="parent"-->
|
||||
<!-- app:layout_constraintTop_toBottomOf="@id/tv_status_error" />-->
|
||||
<!--<androidx.constraintlayout.widget.Group-->
|
||||
<!-- android:id="@+id/group_error"-->
|
||||
<!-- android:layout_width="wrap_content"-->
|
||||
<!-- android:layout_height="wrap_content"-->
|
||||
<!-- android:visibility="gone"-->
|
||||
<!-- app:constraint_referenced_ids="tv_status_error, tv_status_error_message" />-->
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_status_loading"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:drawablePadding="5dp"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingTop="4dp"
|
||||
android:paddingEnd="16dp"
|
||||
android:text="@string/wallet_balance_loading"
|
||||
android:textColor="@color/darkGray6"
|
||||
android:textSize="13sp"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/tv_currency" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_fiat_amount"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="15dp"
|
||||
android:ellipsize="end"
|
||||
android:gravity="end|bottom"
|
||||
android:maxLines="1"
|
||||
android:textColor="@color/darkGray6"
|
||||
android:textSize="20sp"
|
||||
android:textStyle="bold"
|
||||
app:autoSizeMaxTextSize="20sp"
|
||||
app:autoSizeMinTextSize="10sp"
|
||||
app:autoSizeStepGranularity="1sp"
|
||||
app:autoSizeTextType="uniform"
|
||||
app:layout_constraintBottom_toBottomOf="@id/tv_currency"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toEndOf="@id/tv_currency"
|
||||
tools:text="3.58 USD" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_amount"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:gravity="end|bottom"
|
||||
android:maxLines="1"
|
||||
android:paddingTop="4dp"
|
||||
android:textColor="@color/darkGray2"
|
||||
android:textSize="14sp"
|
||||
app:autoSizeMaxTextSize="14sp"
|
||||
app:autoSizeMinTextSize="8sp"
|
||||
app:autoSizeStepGranularity="1sp"
|
||||
app:autoSizeTextType="uniform"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toEndOf="@+id/tv_status_verified"
|
||||
app:layout_constraintTop_toBottomOf="@id/tv_fiat_amount"
|
||||
tools:text="123.12387628 XTZ" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_placeholder"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingTop="4dp"
|
||||
android:paddingEnd="16dp"
|
||||
android:textSize="14sp"
|
||||
android:visibility="invisible"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/tv_fiat_amount" />
|
||||
|
||||
|
||||
<View
|
||||
android:id="@+id/v_divider"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0.5dp"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:background="@color/lightGray5"
|
||||
app:layout_constraintTop_toBottomOf="@id/tv_placeholder" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_base_currency"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:textColor="@color/darkGray6"
|
||||
android:textSize="14sp"
|
||||
android:textStyle="bold"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/v_divider"
|
||||
tools:text="Ethereum" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_base_amount"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:ellipsize="end"
|
||||
android:gravity="end"
|
||||
android:maxLines="1"
|
||||
android:textAlignment="textEnd"
|
||||
android:textColor="@color/darkGray6"
|
||||
android:textSize="14sp"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintHorizontal_bias="1"
|
||||
app:layout_constraintStart_toEndOf="@id/tv_base_currency"
|
||||
app:layout_constraintTop_toBottomOf="@id/v_divider"
|
||||
tools:text="0.00434143 ETH" />
|
||||
|
||||
<androidx.constraintlayout.widget.Group
|
||||
android:id="@+id/group_base_currency"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:visibility="gone"
|
||||
app:constraint_referenced_ids="v_divider, tv_base_currency, tv_base_amount" />
|
||||
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
|
@ -1,49 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_balance_error"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:scaleType="fitXY"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginTop="16dp"
|
||||
android:src="@drawable/ic_warning" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_error_title"
|
||||
app:layout_constraintStart_toEndOf="@id/iv_balance_error"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
tools:text="@string/wallet_error_no_account"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingTop="16dp"
|
||||
android:paddingEnd="16dp"
|
||||
android:textSize="20sp"
|
||||
android:textStyle="bold" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_error_descriptions"
|
||||
app:layout_constraintStart_toEndOf="@id/iv_balance_error"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/tv_error_title"
|
||||
app:layout_constraintHorizontal_weight="0"
|
||||
tools:text="Load10+ XLM to create account"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingTop="4dp"
|
||||
android:paddingEnd="16dp"
|
||||
android:paddingBottom="16dp"
|
||||
android:textColor="@color/darkGray2"
|
||||
android:textSize="12sp" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
|
|
@ -1,90 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="120dp">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_fiat_amount"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:ellipsize="end"
|
||||
android:maxLines="2"
|
||||
android:paddingStart="12dp"
|
||||
android:paddingTop="16dp"
|
||||
android:paddingEnd="16dp"
|
||||
android:textAlignment="viewStart"
|
||||
android:textColor="@color/darkGray6"
|
||||
android:textSize="20sp"
|
||||
android:textStyle="bold"
|
||||
app:layout_constraintEnd_toStartOf="@id/iv_currency"
|
||||
app:layout_constraintHorizontal_weight="1"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
tools:text="496304.28 RUB" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_amount"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingTop="4dp"
|
||||
android:paddingEnd="16dp"
|
||||
android:textAlignment="viewStart"
|
||||
android:textColor="@color/darkGray1"
|
||||
android:textSize="14sp"
|
||||
app:layout_constraintEnd_toStartOf="@id/iv_currency"
|
||||
app:layout_constraintHorizontal_weight="1"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/tv_fiat_amount"
|
||||
tools:text="0.43 BTC" />
|
||||
|
||||
<com.tangem.tap.features.wallet.ui.images.CurrencyIconView
|
||||
android:id="@+id/iv_currency"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="16dp"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_status"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:drawablePadding="5dp"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingTop="4dp"
|
||||
android:paddingEnd="16dp"
|
||||
android:textSize="14sp"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/tv_amount"
|
||||
tools:text="@string/wallet_balance_verified" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_error"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:drawablePadding="5dp"
|
||||
android:ellipsize="end"
|
||||
android:maxLines="6"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingTop="16dp"
|
||||
android:paddingEnd="16dp"
|
||||
android:textSize="14sp"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintEnd_toStartOf="@+id/iv_currency"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/tv_amount"
|
||||
tools:text="Some error" />
|
||||
|
||||
<androidx.constraintlayout.widget.Group
|
||||
android:id="@+id/group_balance"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:visibility="visible"
|
||||
app:constraint_referenced_ids="tv_amount, tv_fiat_amount, tv_status" />
|
||||
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
|
@ -1,115 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/card_balance"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
app:cardCornerRadius="12dp">
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:layout_marginBottom="12dp"
|
||||
android:animateLayoutChanges="true">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_title"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:text="@string/common_balance_title"
|
||||
android:textColor="@color/text_tertiary"
|
||||
android:textSize="14sp"
|
||||
android:textStyle="bold"
|
||||
app:layout_constraintEnd_toStartOf="@id/tv_currency_name"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
<!--TODO: Delete with WalletFeatureToggles-->
|
||||
<!--<com.skydoves.androidveil.VeilLayout-->
|
||||
<!-- android:id="@+id/veil_balance"-->
|
||||
<!-- android:layout_width="0dp"-->
|
||||
<!-- android:layout_height="wrap_content"-->
|
||||
<!-- android:layout_marginTop="4dp"-->
|
||||
<!-- app:layout_constraintBottom_toTopOf="@id/tv_processing"-->
|
||||
<!-- app:layout_constraintEnd_toEndOf="parent"-->
|
||||
<!-- app:layout_constraintStart_toStartOf="parent"-->
|
||||
<!-- app:layout_constraintTop_toBottomOf="@id/tv_title"-->
|
||||
<!-- app:veilLayout_baseColor="@color/lightGray0"-->
|
||||
<!-- app:veilLayout_highlightColor="@color/lightGray1"-->
|
||||
<!-- app:veilLayout_layout="@layout/card_total_balance_shimmer"-->
|
||||
<!-- app:veilLayout_radius="4dp"-->
|
||||
<!-- app:veilLayout_shimmerEnable="true"-->
|
||||
<!-- app:veilLayout_veiled="true"-->
|
||||
<!-- tools:veilLayout_veiled="false">-->
|
||||
<!-- <TextView-->
|
||||
<!-- android:id="@+id/tv_balance"-->
|
||||
<!-- android:layout_width="wrap_content"-->
|
||||
<!-- android:layout_height="wrap_content"-->
|
||||
<!-- android:maxLines="1"-->
|
||||
<!-- android:minWidth="152dp"-->
|
||||
<!-- android:textColor="@color/text_primary_1"-->
|
||||
<!-- android:textSize="24sp"-->
|
||||
<!-- android:textStyle="bold"-->
|
||||
<!-- tools:text="22 325.40 $" />-->
|
||||
<!--</com.skydoves.androidveil.VeilLayout>-->
|
||||
<!-- <com.skydoves.androidveil.VeilLayout
|
||||
android:id="@+id/veil_balance_crypto"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="18dp"
|
||||
android:layout_marginTop="4dp"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/veil_balance"
|
||||
app:veilLayout_baseColor="@color/lightGray0"
|
||||
app:veilLayout_highlightColor="@color/lightGray1"
|
||||
app:veilLayout_layout="@layout/card_total_balance_shimmer"
|
||||
app:veilLayout_radius="4dp"
|
||||
app:veilLayout_shimmerEnable="true"
|
||||
app:veilLayout_veiled="true"
|
||||
tools:veilLayout_veiled="false"
|
||||
tools:visibility="visible">
|
||||
<TextView
|
||||
android:id="@+id/tv_balance_crypto"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="2dp"
|
||||
android:maxLines="1"
|
||||
android:minWidth="152dp"
|
||||
android:textColor="@color/text_tertiary"
|
||||
android:textSize="12sp"
|
||||
tools:text="5.13123123123 ETH"
|
||||
tools:visibility="visible" />
|
||||
</com.skydoves.androidveil.VeilLayout>-->
|
||||
<!--<TextView-->
|
||||
<!-- android:id="@+id/tv_processing"-->
|
||||
<!-- android:layout_width="wrap_content"-->
|
||||
<!-- android:layout_height="wrap_content"-->
|
||||
<!-- android:layout_marginTop="2dp"-->
|
||||
<!-- android:text="@string/wallet_balance_blockchain_unreachable"-->
|
||||
<!-- android:textColor="@color/warning"-->
|
||||
<!-- android:textSize="12sp"-->
|
||||
<!-- android:visibility="gone"-->
|
||||
<!-- app:layout_constraintStart_toStartOf="parent"-->
|
||||
<!-- app:layout_constraintTop_toBottomOf="@id/veil_balance"-->
|
||||
<!-- tools:visibility="visible" />-->
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_currency_name"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_vertical"
|
||||
android:textColor="@color/text_tertiary"
|
||||
android:textSize="14sp"
|
||||
android:textStyle="bold"
|
||||
app:drawableEndCompat="@drawable/ic_arrow_angle_down"
|
||||
app:drawableTint="@color/text_tertiary"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
tools:text="USD" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
</com.google.android.material.card.MaterialCardView>
|
||||
|
|
@ -1,70 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingTop="14dp"
|
||||
android:paddingBottom="14dp"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingEnd="16dp">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_warning_icon"
|
||||
android:layout_width="42dp"
|
||||
android:layout_height="42dp"
|
||||
android:paddingBottom="4dp"
|
||||
android:src="@drawable/img_warning_triangle_24"
|
||||
android:scaleType="center"
|
||||
android:background="@drawable/shape_ellipse"
|
||||
android:backgroundTint="@color/buttonGray"
|
||||
android:contentDescription="@null"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent" />
|
||||
|
||||
<!-- TODO: Delete with WalletFeatureToggles -->
|
||||
<!--<TextView-->
|
||||
<!-- android:id="@+id/tv_warning_title"-->
|
||||
<!-- android:layout_width="0dp"-->
|
||||
<!-- android:layout_height="wrap_content"-->
|
||||
<!-- android:layout_marginStart="8dp"-->
|
||||
<!-- android:layout_marginEnd="16dp"-->
|
||||
<!-- android:textSize="14sp"-->
|
||||
<!-- android:textColor="@color/textBlack"-->
|
||||
<!-- android:textStyle="bold"-->
|
||||
<!-- android:text="@string/main_no_backup_warning_title"-->
|
||||
<!-- app:layout_constraintTop_toTopOf="parent"-->
|
||||
<!-- app:layout_constraintStart_toEndOf="@id/iv_warning_icon"-->
|
||||
<!-- app:layout_constraintBottom_toTopOf="@id/tv_warning_subtitle"-->
|
||||
<!-- app:layout_constraintEnd_toStartOf="@id/iv_warning_end_icon" />-->
|
||||
<!--<TextView-->
|
||||
<!-- android:id="@+id/tv_warning_subtitle"-->
|
||||
<!-- android:layout_width="0dp"-->
|
||||
<!-- android:layout_height="wrap_content"-->
|
||||
<!-- android:layout_marginTop="4dp"-->
|
||||
<!-- android:textSize="12sp"-->
|
||||
<!-- android:textColor="@color/iconGray"-->
|
||||
<!-- android:text="@string/main_no_backup_warning_subtitle"-->
|
||||
<!-- app:layout_constraintTop_toBottomOf="@id/tv_warning_title"-->
|
||||
<!-- app:layout_constraintBottom_toBottomOf="parent"-->
|
||||
<!-- app:layout_constraintStart_toStartOf="@id/tv_warning_title"-->
|
||||
<!-- app:layout_constraintEnd_toEndOf="@id/tv_warning_title" />-->
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_warning_end_icon"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:src="@drawable/ic_arrow_angle_right"
|
||||
android:contentDescription="@null"
|
||||
app:tint="@color/darkGray1"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent" />
|
||||
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
</com.google.android.material.card.MaterialCardView>
|
||||
|
|
@ -1,183 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/fl_address"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:minWidth="300dp">
|
||||
|
||||
<com.google.android.material.card.MaterialCardView
|
||||
android:id="@+id/card_balance"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginTop="4dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:layout_marginBottom="4dp"
|
||||
android:background="@android:color/white"
|
||||
android:elevation="3dp">
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:id="@+id/cl_address"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingBottom="24dp">
|
||||
|
||||
<include
|
||||
android:id="@+id/l_balance"
|
||||
layout="@layout/layout_balance_wallet_details" />
|
||||
|
||||
<include
|
||||
android:id="@+id/l_balance_error"
|
||||
layout="@layout/layout_balance_error"
|
||||
android:visibility="gone" />
|
||||
|
||||
<androidx.constraintlayout.widget.Barrier
|
||||
android:id="@+id/barrier_balance"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
app:barrierDirection="bottom"
|
||||
app:constraint_referenced_ids="l_balance, l_balance_error" />
|
||||
|
||||
<com.google.android.material.chip.ChipGroup
|
||||
android:id="@+id/chip_group_address_type"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="10dp"
|
||||
android:layout_marginEnd="10dp"
|
||||
android:layout_marginBottom="24dp"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/barrier_balance"
|
||||
app:selectionRequired="true"
|
||||
app:singleLine="true"
|
||||
app:singleSelection="true"
|
||||
tools:visibility="visible">
|
||||
|
||||
<com.google.android.material.chip.Chip
|
||||
android:id="@+id/chip_default"
|
||||
style="@style/TapChip"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/address_type_default" />
|
||||
|
||||
<com.google.android.material.chip.Chip
|
||||
android:id="@+id/chip_legacy"
|
||||
style="@style/TapChip"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/address_type_legacy" />
|
||||
|
||||
</com.google.android.material.chip.ChipGroup>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_qr_code"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:adjustViewBounds="true"
|
||||
android:scaleType="fitStart"
|
||||
app:layout_constraintEnd_toEndOf="@id/guideline"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/chip_group_address_type"
|
||||
tools:src="@drawable/ic_qr_code_show" />
|
||||
|
||||
<androidx.constraintlayout.widget.Guideline
|
||||
android:id="@+id/guideline"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintGuide_percent="0.40" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_address"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="16dp"
|
||||
android:layout_marginEnd="14dp"
|
||||
android:textColor="@color/darkGray1"
|
||||
android:textSize="13sp"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toEndOf="@id/iv_qr_code"
|
||||
app:layout_constraintTop_toTopOf="@id/iv_qr_code"
|
||||
tools:text="139mrsJgyWnJjkljlkhiuojlkljkjljljlkjlkfsdkdsjflsdkjflsdkjfffffffljlkjkljlkjlkjkljky9BV" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_explore"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="14dp"
|
||||
android:drawablePadding="9dp"
|
||||
android:paddingTop="4dp"
|
||||
android:text="@string/wallet_address_button_explore"
|
||||
android:textColor="@color/darkGray6"
|
||||
android:textSize="14sp"
|
||||
android:textStyle="bold"
|
||||
app:drawableEndCompat="@drawable/ic_angle_bracket_right"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintHorizontal_bias="0"
|
||||
app:layout_constraintStart_toEndOf="@id/iv_qr_code"
|
||||
app:layout_constraintTop_toBottomOf="@id/tv_address" />
|
||||
|
||||
<com.google.android.material.chip.Chip
|
||||
android:id="@+id/btn_copy"
|
||||
style="@style/Widget.MaterialComponents.Chip.Action"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:src="@drawable/ic_inactive"
|
||||
android:text="@string/common_copy"
|
||||
android:textAlignment="center"
|
||||
android:textColor="@color/colorSecondary"
|
||||
app:chipBackgroundColor="@color/blue_pale"
|
||||
app:chipIcon="@drawable/ic_copy_chip"
|
||||
app:chipIconSize="16dp"
|
||||
app:iconEndPadding="0dp"
|
||||
app:iconStartPadding="12dp"
|
||||
app:layout_constraintEnd_toStartOf="@+id/btn_share"
|
||||
app:layout_constraintHorizontal_bias="0.5"
|
||||
app:layout_constraintHorizontal_chainStyle="packed"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/iv_qr_code" />
|
||||
|
||||
<com.google.android.material.chip.Chip
|
||||
android:id="@+id/btn_share"
|
||||
style="@style/Widget.MaterialComponents.Chip.Action"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="4dp"
|
||||
android:src="@drawable/ic_inactive"
|
||||
android:text="@string/common_share"
|
||||
android:textAlignment="center"
|
||||
android:textColor="@color/colorSecondary"
|
||||
app:chipBackgroundColor="@color/blue_pale"
|
||||
app:chipIcon="@drawable/ic_share_chip"
|
||||
app:chipIconSize="16dp"
|
||||
app:iconEndPadding="0dp"
|
||||
app:iconStartPadding="12dp"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintHorizontal_bias="0.5"
|
||||
app:layout_constraintStart_toEndOf="@+id/btn_copy"
|
||||
app:layout_constraintTop_toTopOf="@+id/btn_copy" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_receive_message"
|
||||
style="@style/TextViewOnboarding.Body"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:textAlignment="center"
|
||||
android:textAllCaps="false"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/btn_copy"
|
||||
tools:text="Send only Ethereum (ETH) from Ethereum network to this address. Using other tokens and networks may result in loss of funds." />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
</com.google.android.material.card.MaterialCardView>
|
||||
|
||||
</FrameLayout>
|
||||
|
|
@ -1,70 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingTop="12dp"
|
||||
android:paddingEnd="16dp"
|
||||
android:paddingBottom="12dp">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_rescan_warning_icon"
|
||||
android:layout_width="42dp"
|
||||
android:layout_height="42dp"
|
||||
android:background="@drawable/shape_ellipse"
|
||||
android:backgroundTint="@color/buttonGray"
|
||||
android:contentDescription="@null"
|
||||
android:paddingBottom="4dp"
|
||||
android:scaleType="center"
|
||||
android:src="@drawable/ic_tangem_warning"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_rescan_warning_title"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="8dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:text="@string/main_scan_card_warning_view_title"
|
||||
android:textColor="@color/text_primary_1"
|
||||
android:textSize="16sp"
|
||||
android:textStyle="bold"
|
||||
app:layout_constraintBottom_toTopOf="@id/tv_rescan_warning_subtitle"
|
||||
app:layout_constraintEnd_toStartOf="@id/iv_rescan_warning_end_icon"
|
||||
app:layout_constraintStart_toEndOf="@id/iv_rescan_warning_icon"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_rescan_warning_subtitle"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="4dp"
|
||||
android:text="@string/main_scan_card_warning_view_subtitle"
|
||||
android:textColor="@color/text_secondary"
|
||||
android:textSize="14sp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="@id/tv_rescan_warning_title"
|
||||
app:layout_constraintStart_toStartOf="@id/tv_rescan_warning_title"
|
||||
app:layout_constraintTop_toBottomOf="@id/tv_rescan_warning_title" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_rescan_warning_end_icon"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:contentDescription="@null"
|
||||
android:src="@drawable/ic_arrow_angle_right"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:tint="@color/darkGray1" />
|
||||
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
</com.google.android.material.card.MaterialCardView>
|
||||
|
|
@ -35,7 +35,6 @@
|
|||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/tv_title"
|
||||
app:layout_constraintVertical_bias="0.0"
|
||||
app:lineHeight="18dp"
|
||||
tools:text="@string/lorem_ipsum" />
|
||||
app:lineHeight="18dp" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
|
|
|||
|
|
@ -1,14 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/warning_card"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:elevation="3dp"
|
||||
tools:cardBackgroundColor="@color/darkGray2">
|
||||
|
||||
<include
|
||||
android:id="@+id/warning_content_container"
|
||||
layout="@layout/layout_warning" />
|
||||
|
||||
</com.google.android.material.card.MaterialCardView>
|
||||
|
|
@ -45,19 +45,6 @@
|
|||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/warning_content_container" />
|
||||
|
||||
<!--TODO: Delete with WalletFeatureToggles-->
|
||||
<!--<Button-->
|
||||
<!-- android:id="@+id/btn_can_be_better"-->
|
||||
<!-- style="@style/Widget.AppCompat.Button.Borderless"-->
|
||||
<!-- android:layout_width="wrap_content"-->
|
||||
<!-- android:layout_height="wrap_content"-->
|
||||
<!-- android:layout_marginTop="-16dp"-->
|
||||
<!-- android:text="@string/warning_button_can_be_better"-->
|
||||
<!-- android:textAllCaps="false"-->
|
||||
<!-- android:textColor="@android:color/white"-->
|
||||
<!-- app:layout_constraintEnd_toStartOf="@+id/btn_really_cool"-->
|
||||
<!-- app:layout_constraintTop_toBottomOf="@+id/warning_content_container" />-->
|
||||
|
||||
<Button
|
||||
android:id="@+id/btn_really_cool"
|
||||
style="@style/Widget.AppCompat.Button.Borderless"
|
||||
|
|
@ -77,13 +64,6 @@
|
|||
android:visibility="gone"
|
||||
app:constraint_referenced_ids="btn_got_it" />
|
||||
|
||||
<androidx.constraintlayout.widget.Group
|
||||
android:id="@+id/group_controls_rating"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:visibility="visible"
|
||||
app:constraint_referenced_ids="btn_can_be_better, btn_really_cool" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
</androidx.cardview.widget.CardView>
|
||||
</androidx.cardview.widget.CardView>
|
||||
|
|
|
|||
|
|
@ -1,67 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merge xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="48dp"
|
||||
tools:layout_gravity="center"
|
||||
tools:parentTag="androidx.constraintlayout.widget.ConstraintLayout">
|
||||
|
||||
<androidx.cardview.widget.CardView
|
||||
android:id="@+id/container_iv_currency"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:background="@null"
|
||||
android:elevation="0dp"
|
||||
app:cardCornerRadius="8dp"
|
||||
app:cardElevation="0dp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent">
|
||||
|
||||
<androidx.constraintlayout.utils.widget.ImageFilterView
|
||||
android:id="@+id/iv_currency"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:scaleType="fitCenter"
|
||||
tools:src="@drawable/ic_eth" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_token_letter"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="center"
|
||||
android:textColor="@android:color/white"
|
||||
android:textSize="25sp"
|
||||
android:textStyle="bold"
|
||||
android:translationY="-1dp"
|
||||
tools:text="J" />
|
||||
|
||||
</androidx.cardview.widget.CardView>
|
||||
|
||||
<androidx.constraintlayout.utils.widget.ImageFilterView
|
||||
android:id="@+id/iv_blockchain_badge"
|
||||
android:layout_width="18dp"
|
||||
android:layout_height="18dp"
|
||||
android:background="@drawable/shape_circle"
|
||||
android:backgroundTint="@color/background_primary"
|
||||
android:contentDescription="@null"
|
||||
android:padding="2dp"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
tools:src="@drawable/ic_eth"
|
||||
tools:visibility="visible" />
|
||||
|
||||
<View
|
||||
android:id="@+id/custom_badge"
|
||||
android:layout_width="10dp"
|
||||
android:layout_height="10dp"
|
||||
android:background="@drawable/shape_badge_custom_currency"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintBottom_toBottomOf="@id/container_iv_currency"
|
||||
app:layout_constraintEnd_toEndOf="@id/container_iv_currency"
|
||||
tools:visibility="visible" />
|
||||
|
||||
</merge>
|
||||
|
|
@ -1,57 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merge xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
tools:orientation="horizontal"
|
||||
tools:parentTag="android.widget.LinearLayout">
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/container_action_buttons"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:layout_weight="1">
|
||||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/btn_trade"
|
||||
style="@style/TapPrimaryIconButtonLegacy"
|
||||
android:text="@string/wallet_button_actions"
|
||||
android:visibility="gone"
|
||||
app:icon="@drawable/ic_arrows_up_down"
|
||||
tools:visibility="visible" />
|
||||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/btn_buy"
|
||||
style="@style/TapPrimaryIconButtonLegacy"
|
||||
android:text="@string/common_buy"
|
||||
android:visibility="gone"
|
||||
app:icon="@drawable/ic_arrow_up" />
|
||||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/btn_sell"
|
||||
style="@style/TapPrimaryIconButtonLegacy"
|
||||
android:text="@string/common_sell"
|
||||
android:visibility="gone"
|
||||
app:icon="@drawable/ic_arrow_down" />
|
||||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/btn_swap"
|
||||
style="@style/TapPrimaryIconButtonLegacy"
|
||||
android:text="@string/swapping_swap_action"
|
||||
android:visibility="gone"
|
||||
app:icon="@drawable/ic_arrows_up_down"
|
||||
tools:visibility="gone" />
|
||||
|
||||
</FrameLayout>
|
||||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/btn_send"
|
||||
style="@style/TapPrimaryIconButtonLegacy"
|
||||
android:layout_width="0dp"
|
||||
android:layout_weight="1"
|
||||
android:text="@string/common_send"
|
||||
app:icon="@drawable/ic_send" />
|
||||
|
||||
</merge>
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<item
|
||||
android:id="@+id/details_menu"
|
||||
android:title="@string/details_title"
|
||||
android:icon="@drawable/ic_more_vertical_24"
|
||||
app:iconTint="@color/darkGray6"
|
||||
app:showAsAction="ifRoom" />
|
||||
</menu>
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<item
|
||||
android:id="@+id/menu_remove"
|
||||
android:title="@string/token_details_hide_token"
|
||||
app:showAsAction="always" />
|
||||
</menu>
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@mipmap/ic_launcher_background"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
|
||||
</adaptive-icon>
|
||||
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 5.3 KiB |
|
|
@ -2,7 +2,6 @@
|
|||
<resources>
|
||||
|
||||
|
||||
<color name="background_action">#303030</color>
|
||||
<!--<color name="background_plain">#000000</color>-->
|
||||
<color name="background_primary">#1E1E1E</color>
|
||||
<color name="background_secondary">#000000</color>
|
||||
|
|
@ -13,7 +12,6 @@
|
|||
<color name="button_primary">#FFC9C9C9</color>
|
||||
<color name="button_secondary">#303030</color>
|
||||
|
||||
<color name="control_checked">#1ACE80</color>
|
||||
<!--<color name="control_key">#F5F5F5</color>-->
|
||||
<!--<color name="control_unchecked">#3B3B3B</color>-->
|
||||
|
||||
|
|
@ -25,13 +23,9 @@
|
|||
<color name="onboarding_twin_wave_2">#404040</color>
|
||||
<color name="onboarding_twin_wave_3">#444444</color>
|
||||
|
||||
<color name="icon_accent">#1ACE80</color>
|
||||
<color name="icon_attention">#FFB71B</color>
|
||||
<color name="icon_inactive">#3B3B3B</color>
|
||||
<color name="icon_informative">#656565</color>
|
||||
<color name="icon_primary_1">#FFFFFF</color>
|
||||
<color name="icon_primary_2">#1E1E1E</color>
|
||||
<color name="icon_secondary">#919191</color>
|
||||
<color name="icon_warning">#FF5B5B</color>
|
||||
|
||||
|
||||
|
|
@ -41,7 +35,6 @@
|
|||
|
||||
|
||||
<!--<color name="text_accent">#1ACE80</color>-->
|
||||
<color name="text_attention">#FFB71B</color>
|
||||
<!--<color name="text_constant_white">#FFFFFF</color>-->
|
||||
<color name="text_disabled">#494949</color>
|
||||
<color name="text_primary_1">#FFFFFF</color>
|
||||
|
|
@ -50,9 +43,7 @@
|
|||
<color name="text_tertiary">#919191</color>
|
||||
<!--<color name="text_warning">#DE1010</color>-->
|
||||
|
||||
<color name="card_background">#333333</color>
|
||||
|
||||
<color name="gradient_start_color">#000000</color>
|
||||
<color name="gradient_center_color">#0F0000</color>
|
||||
<color name="gradient_end_color">#19000000</color>
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
<resources>
|
||||
|
||||
<color name="colorPrimary">#0029FF</color>
|
||||
<color name="colorSecondary">#0022D4</color>
|
||||
<color name="accent">#0099FF</color>
|
||||
|
||||
<color name="menu_accent_color">@color/accent</color>
|
||||
|
|
@ -15,17 +14,11 @@
|
|||
|
||||
<color name="white">#FFFFFF</color>
|
||||
<color name="lightGray0">#F3F3F3</color>
|
||||
<color name="lightGray1">#F8F8FB</color>
|
||||
<color name="lightGray5">#D1D1D6</color>
|
||||
<color name="darkGray1">#8E8E90</color>
|
||||
<color name="darkGray2">#666668</color>
|
||||
|
||||
<color name="darkGray4">#3A3A3C</color>
|
||||
<color name="darkGray6">#1C1C1E</color>
|
||||
|
||||
<color name="buttonGray">#F4F5F6</color>
|
||||
<color name="textGray">#DE000000</color>
|
||||
|
||||
<color name="textBlack">#060606</color>
|
||||
<color name="iconGray">#686868</color>
|
||||
<color name="backgroundGray">#F2F2F2</color>
|
||||
|
|
@ -33,9 +26,6 @@
|
|||
|
||||
<color name="separatorGrey2">#14212121</color>
|
||||
|
||||
<color name="blue">@color/colorSecondary</color>
|
||||
<color name="blue_pale">#E0E6FA</color>
|
||||
|
||||
<color name="onboarding_card_background">#F3F3F3</color>
|
||||
<color name="onboarding_twin_wave_1">#DDDEE0</color>
|
||||
<color name="onboarding_twin_wave_2">#DCDCDC</color>
|
||||
|
|
@ -46,9 +36,6 @@
|
|||
<color name="warning_warning">#FFB71B</color>
|
||||
<color name="warning_critical">#CA0F03</color>
|
||||
|
||||
<color name="all_colors_azure">#007AFF</color>
|
||||
|
||||
<color name="background_action">#FFFFFF</color>
|
||||
<color name="background_primary">#FFFFFF</color>
|
||||
<color name="background_secondary">#F5F5F5</color>
|
||||
|
||||
|
|
@ -58,20 +45,12 @@
|
|||
<color name="button_secondary">#EBEBEB</color>
|
||||
|
||||
|
||||
<color name="control_checked">#1ACE80</color>
|
||||
|
||||
|
||||
<color name="icon_accent">#1ACE80</color>
|
||||
<color name="icon_attention">#FFB71B</color>
|
||||
<color name="icon_inactive">#C9C9C9</color>
|
||||
<color name="icon_informative">#B0B0B0</color>
|
||||
<color name="icon_primary_1">#1E1E1E</color>
|
||||
<color name="icon_primary_2">#FFFFFF</color>
|
||||
<color name="icon_secondary">#656565</color>
|
||||
<color name="icon_warning">#FF3333</color>
|
||||
|
||||
|
||||
<color name="text_attention">#FFB71B</color>
|
||||
<color name="text_disabled">#C9C9C9</color>
|
||||
<color name="text_primary_1">#1E1E1E</color>
|
||||
<color name="text_primary_2">#FFFFFF</color>
|
||||
|
|
@ -81,9 +60,8 @@
|
|||
<color name="background_splash">#000000</color>
|
||||
<color name="transparent">#00000000</color>
|
||||
d
|
||||
<color name="card_background">#1B1D1C</color>
|
||||
|
||||
<color name="gradient_start_color">#FFFFFF</color>
|
||||
<color name="gradient_center_color">#F0FFFF</color>
|
||||
<color name="gradient_end_color">#19FFFFFF</color>
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
<resources>
|
||||
|
||||
<dimen name="btn_corner_radius">4dp</dimen>
|
||||
<dimen name="btn_corner_radius_medium">8dp</dimen>
|
||||
<dimen name="btn_corner_radius_large">12dp</dimen>
|
||||
<dimen name="btn_rounded_size">44dp</dimen>
|
||||
|
||||
<dimen name="text_size_amount_to_send">32sp</dimen>
|
||||
|
|
@ -37,10 +35,6 @@
|
|||
<dimen name="access_code_info_protect_margin_top">8dp</dimen>
|
||||
<dimen name="access_code_info_items_space">16dp</dimen>
|
||||
<dimen name="access_code_btn_continue_margin_bottom">38dp</dimen>
|
||||
<dimen name="access_code_btn_continue_margin_start">78dp</dimen>
|
||||
<dimen name="access_code_btn_continue_margin_end">78dp</dimen>
|
||||
|
||||
<dimen name="layout_address_info_margin">16dp</dimen>
|
||||
|
||||
<dimen name="qr_border_stroke_width">4dp</dimen>
|
||||
<dimen name="qr_border_corner_radius">8dp</dimen>
|
||||
|
|
|
|||
|
|
@ -24,12 +24,6 @@
|
|||
<!-- Toolbar -->
|
||||
|
||||
<!-- Toolbar - overrides the menu text color to use a selector that responds to whether it's enabled or not -->
|
||||
<style name="ThemeOverlay.MyTheme.Toolbar" parent="ThemeOverlay.MaterialComponents.Toolbar.Surface">
|
||||
<!-- Color used in the icons of menu actions (i.e. non-overflow menu items). This is just convention, this will affect anything that uses ?attr/colorControlNormal) -->
|
||||
<item name="colorControlNormal">@color/text_secondary</item>
|
||||
<!-- Color used in the text of menu actions (i.e. non-overflow menu items) -->
|
||||
<item name="actionMenuTextColor">@color/text_secondary</item>
|
||||
</style>
|
||||
|
||||
<style name="ThemeOverlay.MyTheme.Toolbar.AccentColorMenu" parent="ThemeOverlay.MaterialComponents.Toolbar.Surface">
|
||||
<item name="actionMenuTextColor">@color/icon_primary_1</item>
|
||||
|
|
@ -182,19 +176,6 @@
|
|||
<item name="colorAccent">@color/accent</item>
|
||||
</style>
|
||||
|
||||
<style name="AlertDialogTheme" parent="ThemeOverlay.MaterialComponents.Dialog.Alert">
|
||||
<item name="buttonBarNegativeButtonStyle">@style/NegativeButtonStyle</item>
|
||||
<item name="buttonBarPositiveButtonStyle">@style/PositiveButtonStyle</item>
|
||||
<item name="colorAccent">@color/accent</item>
|
||||
</style>
|
||||
|
||||
<style name="NegativeButtonStyle" parent="Widget.MaterialComponents.Button.TextButton.Dialog">
|
||||
<item name="android:textColor">@color/accent</item>
|
||||
</style>
|
||||
|
||||
<style name="PositiveButtonStyle" parent="Widget.MaterialComponents.Button.TextButton.Dialog">
|
||||
<item name="android:textColor">@color/accent</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
||||
<!-- android:fontFamily="sans-serif" // roboto regular -->
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<tech-list>
|
||||
<tech>android.nfc.tech.IsoDep</tech>
|
||||
<tech>android.nfc.tech.NfcA</tech>
|
||||
<tech>android.nfc.tech.NfcV</tech>
|
||||
<tech>android.nfc.tech.Ndef</tech>
|
||||
</tech-list>
|
||||
</resources>
|
||||