Icons
@ -336,45 +336,20 @@ const RobotProfile = ({
|
||||
</Button>
|
||||
</Grid>
|
||||
|
||||
{mobileView && (
|
||||
<Grid item>
|
||||
<Button
|
||||
color='primary'
|
||||
onClick={() => {
|
||||
setOpen((open) => {
|
||||
return { ...open, recovery: true };
|
||||
});
|
||||
}}
|
||||
>
|
||||
<Key /> <div style={{ width: '0.5em' }} />
|
||||
</Button>
|
||||
</Grid>
|
||||
)}
|
||||
</Grid>
|
||||
{!mobileView && (
|
||||
<Grid
|
||||
item
|
||||
container
|
||||
direction='row'
|
||||
alignItems='center'
|
||||
justifyContent='space-evenly'
|
||||
>
|
||||
<Grid item>
|
||||
<Button
|
||||
size='small'
|
||||
color='primary'
|
||||
onClick={() => {
|
||||
setOpen((open) => {
|
||||
return { ...open, recovery: true };
|
||||
});
|
||||
}}
|
||||
>
|
||||
<Key /> <div style={{ width: '0.5em' }} />
|
||||
{t('Recovery')}
|
||||
</Button>
|
||||
</Grid>
|
||||
<Grid item>
|
||||
<Button
|
||||
color='primary'
|
||||
onClick={() => {
|
||||
setOpen((open) => {
|
||||
return { ...open, recovery: true };
|
||||
});
|
||||
}}
|
||||
>
|
||||
<Key /> <div style={{ width: '0.5em' }} />
|
||||
{!mobileView && t('Recovery')}
|
||||
</Button>
|
||||
</Grid>
|
||||
)}
|
||||
</Grid>
|
||||
</Grid>
|
||||
</Box>
|
||||
</Grid>
|
||||
|
||||
@ -28,9 +28,6 @@ import {
|
||||
NotificationsActive,
|
||||
} from '@mui/icons-material';
|
||||
import { systemClient } from '../../services/System';
|
||||
import { TorIcon } from '../Icons';
|
||||
import { apiClient } from '../../services/api';
|
||||
import { websocketClient } from '../../services/Websocket';
|
||||
|
||||
interface SettingsFormProps {
|
||||
dense?: boolean;
|
||||
@ -242,32 +239,6 @@ const SettingsForm = ({ dense = false }: SettingsFormProps): React.JSX.Element =
|
||||
</ToggleButtonGroup>
|
||||
</ListItem>
|
||||
|
||||
{window.navigator.userAgent.includes('robosats') && (
|
||||
<ListItem>
|
||||
<ListItemIcon>
|
||||
<TorIcon />
|
||||
</ListItemIcon>
|
||||
<ToggleButtonGroup
|
||||
exclusive={true}
|
||||
sx={{ width: '100%' }}
|
||||
value={settings.useProxy}
|
||||
onChange={(_e, useProxy) => {
|
||||
setSettings({ ...settings, useProxy });
|
||||
systemClient.setItem('settings_use_proxy', String(useProxy));
|
||||
apiClient.useProxy = useProxy;
|
||||
websocketClient.useProxy = useProxy;
|
||||
}}
|
||||
>
|
||||
<ToggleButton value={true} color='primary' sx={{ flexGrow: 1 }}>
|
||||
{t('Build-in')}
|
||||
</ToggleButton>
|
||||
<ToggleButton value={false} color='secondary' sx={{ flexGrow: 1 }}>
|
||||
{t('Disabled')}
|
||||
</ToggleButton>
|
||||
</ToggleButtonGroup>
|
||||
</ListItem>
|
||||
)}
|
||||
|
||||
{client == 'mobile' && (
|
||||
<ListItem>
|
||||
<ListItemIcon>
|
||||
|
||||
@ -161,7 +161,7 @@ export interface UseAppStoreType {
|
||||
|
||||
export const initialAppContext: UseAppStoreType = {
|
||||
theme: undefined,
|
||||
torStatus: 'OFF',
|
||||
torStatus: 'STARTING',
|
||||
settings: getSettings(),
|
||||
setSettings: () => {},
|
||||
page: entryPage,
|
||||
|
||||
@ -524,7 +524,6 @@
|
||||
"finished order": "Ordre finalitzada",
|
||||
"#50": "Phrases in components/SettingsForm/index.tsx",
|
||||
"API": "API",
|
||||
"Build-in": "Build-in",
|
||||
"Dark": "Fosc",
|
||||
"Light": "Clar",
|
||||
"Mainnet": "Mainnet",
|
||||
|
||||
@ -524,7 +524,6 @@
|
||||
"finished order": "dokončená objednávka",
|
||||
"#50": "Phrases in components/SettingsForm/index.tsx",
|
||||
"API": "API",
|
||||
"Build-in": "Vylepšené",
|
||||
"Dark": "Tmavé",
|
||||
"Light": "Světlé",
|
||||
"Mainnet": "Mainnet",
|
||||
|
||||
@ -524,7 +524,6 @@
|
||||
"finished order": "abgeschlossene Bestellung",
|
||||
"#50": "Phrases in components/SettingsForm/index.tsx",
|
||||
"API": "API",
|
||||
"Build-in": "Eingebaut",
|
||||
"Dark": "Dunkel",
|
||||
"Light": "Hell",
|
||||
"Mainnet": "Mainnet",
|
||||
|
||||
@ -524,7 +524,6 @@
|
||||
"finished order": "finished order",
|
||||
"#50": "Phrases in components/SettingsForm/index.tsx",
|
||||
"API": "API",
|
||||
"Build-in": "Build-in",
|
||||
"Dark": "Dark",
|
||||
"Light": "Light",
|
||||
"Mainnet": "Mainnet",
|
||||
|
||||
@ -524,7 +524,6 @@
|
||||
"finished order": "orden finalizada",
|
||||
"#50": "Phrases in components/SettingsForm/index.tsx",
|
||||
"API": "API",
|
||||
"Build-in": "Integrado",
|
||||
"Dark": "Oscuro",
|
||||
"Light": "Claro",
|
||||
"Mainnet": "Mainnet",
|
||||
|
||||
@ -524,7 +524,6 @@
|
||||
"finished order": "eskaera amaituta",
|
||||
"#50": "Phrases in components/SettingsForm/index.tsx",
|
||||
"API": "API",
|
||||
"Build-in": "Integratua",
|
||||
"Dark": "Iluna",
|
||||
"Light": "Argia",
|
||||
"Mainnet": "Mainnet",
|
||||
|
||||
@ -524,7 +524,6 @@
|
||||
"finished order": "commande terminée",
|
||||
"#50": "Phrases in components/SettingsForm/index.tsx",
|
||||
"API": "API",
|
||||
"Build-in": "Intégré",
|
||||
"Dark": "Sombre",
|
||||
"Light": "Clair",
|
||||
"Mainnet": "Mainnet",
|
||||
|
||||
@ -524,7 +524,6 @@
|
||||
"finished order": "ordine completato",
|
||||
"#50": "Phrases in components/SettingsForm/index.tsx",
|
||||
"API": "API",
|
||||
"Build-in": "Integrato",
|
||||
"Dark": "Scuro",
|
||||
"Light": "Chiaro",
|
||||
"Mainnet": "Mainnet",
|
||||
|
||||
@ -524,7 +524,6 @@
|
||||
"finished order": "終了したオーダー",
|
||||
"#50": "Phrases in components/SettingsForm/index.tsx",
|
||||
"API": "API",
|
||||
"Build-in": "ビルトイン",
|
||||
"Dark": "ダーク",
|
||||
"Light": "ライト",
|
||||
"Mainnet": "メインネット",
|
||||
|
||||
@ -524,7 +524,6 @@
|
||||
"finished order": "zakończone zamówienie",
|
||||
"#50": "Phrases in components/SettingsForm/index.tsx",
|
||||
"API": "API",
|
||||
"Build-in": "Wbudowany",
|
||||
"Dark": "Ciemny",
|
||||
"Light": "Jasny",
|
||||
"Mainnet": "Mainnet",
|
||||
|
||||
@ -524,7 +524,6 @@
|
||||
"finished order": "ordem finalizada",
|
||||
"#50": "Phrases in components/SettingsForm/index.tsx",
|
||||
"API": "API",
|
||||
"Build-in": "Integrado",
|
||||
"Dark": "Escuro",
|
||||
"Light": "Claro",
|
||||
"Mainnet": "Mainnet",
|
||||
|
||||
@ -524,7 +524,6 @@
|
||||
"finished order": "завершенный ордер",
|
||||
"#50": "Phrases in components/SettingsForm/index.tsx",
|
||||
"API": "API",
|
||||
"Build-in": "Встроенный",
|
||||
"Dark": "Темный",
|
||||
"Light": "Светлый",
|
||||
"Mainnet": "Основная сеть",
|
||||
|
||||
@ -524,7 +524,6 @@
|
||||
"finished order": "avslutad order",
|
||||
"#50": "Phrases in components/SettingsForm/index.tsx",
|
||||
"API": "API",
|
||||
"Build-in": "Inbyggd",
|
||||
"Dark": "Mörk",
|
||||
"Light": "Ljusa",
|
||||
"Mainnet": "Mainnet",
|
||||
|
||||
@ -524,7 +524,6 @@
|
||||
"finished order": "agizo lililokamilika",
|
||||
"#50": "Phrases in components/SettingsForm/index.tsx",
|
||||
"API": "API",
|
||||
"Build-in": "Jengwa ndani",
|
||||
"Dark": "Giza",
|
||||
"Light": "Mwanga",
|
||||
"Mainnet": "Mainnet",
|
||||
|
||||
@ -524,7 +524,6 @@
|
||||
"finished order": "คำสั่งซื้อเสร็จสิ้น",
|
||||
"#50": "Phrases in components/SettingsForm/index.tsx",
|
||||
"API": "API",
|
||||
"Build-in": "ในตัว",
|
||||
"Dark": "มืด",
|
||||
"Light": "สว่าง",
|
||||
"Mainnet": "Mainnet",
|
||||
|
||||
@ -524,7 +524,6 @@
|
||||
"finished order": "已完成的订单",
|
||||
"#50": "Phrases in components/SettingsForm/index.tsx",
|
||||
"API": "API",
|
||||
"Build-in": "内置",
|
||||
"Dark": "黑色",
|
||||
"Light": "浅色",
|
||||
"Mainnet": "主网",
|
||||
|
||||
@ -524,7 +524,6 @@
|
||||
"finished order": "完成的訂單",
|
||||
"#50": "Phrases in components/SettingsForm/index.tsx",
|
||||
"API": "API",
|
||||
"Build-in": "內建",
|
||||
"Dark": "深色",
|
||||
"Light": "淺色",
|
||||
"Mainnet": "主網",
|
||||
|
||||
@ -5,166 +5,6 @@
|
||||
android:viewportWidth="108"
|
||||
android:viewportHeight="108">
|
||||
<path
|
||||
android:fillColor="#3DDC84"
|
||||
android:fillColor="#FFFFFF"
|
||||
android:pathData="M0,0h108v108h-108z" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M9,0L9,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M19,0L19,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M29,0L29,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M39,0L39,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M49,0L49,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M59,0L59,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M69,0L69,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M79,0L79,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M89,0L89,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M99,0L99,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,9L108,9"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,19L108,19"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,29L108,29"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,39L108,39"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,49L108,49"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,59L108,59"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,69L108,69"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,79L108,79"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,89L108,89"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,99L108,99"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M19,29L89,29"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M19,39L89,39"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M19,49L89,49"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M19,59L89,59"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M19,69L89,69"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M19,79L89,79"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M29,19L29,89"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M39,19L39,89"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M49,19L49,89"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M59,19L59,89"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M69,19L69,89"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M79,19L79,89"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
</vector>
|
||||
|
||||
@ -4,27 +4,180 @@
|
||||
android:height="108dp"
|
||||
android:viewportWidth="108"
|
||||
android:viewportHeight="108">
|
||||
<path android:pathData="M31,63.928c0,0 6.4,-11 12.1,-13.1c7.2,-2.6 26,-1.4 26,-1.4l38.1,38.1L107,108.928l-32,-1L31,63.928z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:endX="85.84757"
|
||||
android:endY="92.4963"
|
||||
android:startX="42.9492"
|
||||
android:startY="49.59793"
|
||||
android:type="linear">
|
||||
<item
|
||||
android:color="#44000000"
|
||||
android:offset="0.0" />
|
||||
<item
|
||||
android:color="#00000000"
|
||||
android:offset="1.0" />
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:fillColor="#FFFFFF"
|
||||
android:fillType="nonZero"
|
||||
android:pathData="M65.3,45.828l3.8,-6.6c0.2,-0.4 0.1,-0.9 -0.3,-1.1c-0.4,-0.2 -0.9,-0.1 -1.1,0.3l-3.9,6.7c-6.3,-2.8 -13.4,-2.8 -19.7,0l-3.9,-6.7c-0.2,-0.4 -0.7,-0.5 -1.1,-0.3C38.8,38.328 38.7,38.828 38.9,39.228l3.8,6.6C36.2,49.428 31.7,56.028 31,63.928h46C76.3,56.028 71.8,49.428 65.3,45.828zM43.4,57.328c-0.8,0 -1.5,-0.5 -1.8,-1.2c-0.3,-0.7 -0.1,-1.5 0.4,-2.1c0.5,-0.5 1.4,-0.7 2.1,-0.4c0.7,0.3 1.2,1 1.2,1.8C45.3,56.528 44.5,57.328 43.4,57.328L43.4,57.328zM64.6,57.328c-0.8,0 -1.5,-0.5 -1.8,-1.2s-0.1,-1.5 0.4,-2.1c0.5,-0.5 1.4,-0.7 2.1,-0.4c0.7,0.3 1.2,1 1.2,1.8C66.5,56.528 65.6,57.328 64.6,57.328L64.6,57.328z"
|
||||
android:strokeWidth="1"
|
||||
android:strokeColor="#00000000" />
|
||||
<path
|
||||
android:pathData="m33.8,64.92c-0,1.93 -0,3.8 -0,5.54 0.56,-0.52 1.19,-1.08 1.79,-1.66 0.19,-0.18 0.32,-0.2 0.51,-0.03 0.32,0.3 0.66,0.59 1,0.89 0.31,-0.35 0.6,-0.68 0.9,-1.02 -1.4,-1.25 -2.79,-2.47 -4.2,-3.72z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:startX="8.42"
|
||||
android:startY="37.07"
|
||||
android:endX="68.63"
|
||||
android:endY="108.24"
|
||||
android:type="linear">
|
||||
<item android:offset="0.33" android:color="#FF1976D2"/>
|
||||
<item android:offset="0.42" android:color="#FF2E69CC"/>
|
||||
<item android:offset="0.61" android:color="#FF6548BE"/>
|
||||
<item android:offset="0.78" android:color="#FF9C27B0"/>
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:pathData="m46.15,75.88c-1.39,-1.23 -2.73,-2.43 -4.09,-3.64 -0.31,0.35 -0.59,0.67 -0.89,1.01 0.38,0.34 0.75,0.67 1.14,1.02 -0.52,0.53 -1.02,1.05 -1.56,1.61 1.82,0 3.58,0 5.4,0z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:startX="4.58"
|
||||
android:startY="29.94"
|
||||
android:endX="68.04"
|
||||
android:endY="104.95"
|
||||
android:type="linear">
|
||||
<item android:offset="0.33" android:color="#FF1976D2"/>
|
||||
<item android:offset="0.42" android:color="#FF2E69CC"/>
|
||||
<item android:offset="0.61" android:color="#FF6548BE"/>
|
||||
<item android:offset="0.78" android:color="#FF9C27B0"/>
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:pathData="m59.78,57.16c1.14,-0.58 2.21,-1.26 3.19,-2.08 1.97,-1.66 3.5,-3.63 4.23,-6.14 0.62,-2.14 0.76,-4.33 0.54,-6.54 -0.15,-1.53 -0.56,-2.99 -1.4,-4.31 -1.79,-2.82 -4.4,-4.51 -7.6,-5.31 -2.23,-0.55 -4.51,-0.66 -6.79,-0.67 -5.94,-0.02 -11.88,-0.01 -17.82,-0.02 -0.11,-0 -0.21,0.01 -0.32,0.01 -0,6.14 -0.01,12.24 -0.01,18.34 3.93,-2.96 7.97,-3.55 12.11,-0.64 0.54,-0.51 1.08,-1 1.64,-1.52 -0.57,-0.41 -1.11,-0.81 -1.67,-1.22 1.42,-1.03 2.8,-2.03 4.18,-3.03 -0.37,-0.85 -0.22,-1.52 0.4,-1.92 0.54,-0.35 1.29,-0.25 1.72,0.22 0.44,0.48 0.47,1.22 0.08,1.73 -0.44,0.59 -1.14,0.68 -1.94,0.25 -0.7,0.86 -1.39,1.71 -2.11,2.59 0.59,0.42 1.15,0.82 1.74,1.23 -1.15,0.77 -2.26,1.52 -3.39,2.28 0.04,0.05 0.06,0.08 0.08,0.1 4.1,3.64 8.2,7.28 12.3,10.91 0.88,0.78 1.77,1.54 2.39,2.55 1.66,2.72 1.77,5.55 0.63,8.47 -0.5,1.28 -1.26,2.41 -2.28,3.44 4.87,0 9.67,0.01 14.53,0.01 -4.91,-6.22 -9.79,-12.4 -14.68,-18.59 0.1,-0.06 0.17,-0.1 0.25,-0.14z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:startX="34.66"
|
||||
android:startY="25.97"
|
||||
android:endX="82.65"
|
||||
android:endY="82.7"
|
||||
android:type="linear">
|
||||
<item android:offset="0.33" android:color="#FF1976D2"/>
|
||||
<item android:offset="0.42" android:color="#FF2E69CC"/>
|
||||
<item android:offset="0.61" android:color="#FF6548BE"/>
|
||||
<item android:offset="0.78" android:color="#FF9C27B0"/>
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:pathData="m38.45,60.04c0.23,0.2 0.48,0.35 0.74,0.46 -0.43,-0.37 -0.85,-0.72 -1.27,-1.07 0.14,0.22 0.32,0.43 0.53,0.61z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:startX="22.08"
|
||||
android:startY="40.5"
|
||||
android:endX="64.93"
|
||||
android:endY="91.16"
|
||||
android:type="linear">
|
||||
<item android:offset="0.33" android:color="#FF1976D2"/>
|
||||
<item android:offset="0.42" android:color="#FF2E69CC"/>
|
||||
<item android:offset="0.61" android:color="#FF6548BE"/>
|
||||
<item android:offset="0.78" android:color="#FF9C27B0"/>
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:pathData="m38.45,60.04c0.23,0.2 0.48,0.35 0.74,0.46 -0.43,-0.37 -0.85,-0.72 -1.27,-1.07 0.14,0.22 0.32,0.43 0.53,0.61z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:startX="22.09"
|
||||
android:startY="40.52"
|
||||
android:endX="64.94"
|
||||
android:endY="91.17"
|
||||
android:type="linear">
|
||||
<item android:offset="0.33" android:color="#FF1976D2"/>
|
||||
<item android:offset="0.42" android:color="#FF2E69CC"/>
|
||||
<item android:offset="0.61" android:color="#FF6548BE"/>
|
||||
<item android:offset="0.78" android:color="#FF9C27B0"/>
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:pathData="m42.5,59.76c1.04,-1.18 0.91,-2.98 -0.28,-4.01 -1.2,-1.03 -3.01,-0.91 -4.05,0.28 -0.86,0.98 -0.92,2.36 -0.25,3.4 0.42,0.35 0.84,0.7 1.27,1.07 1.12,0.48 2.47,0.22 3.31,-0.74z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:startX="22.23"
|
||||
android:startY="36.48"
|
||||
android:endX="70.22"
|
||||
android:endY="93.21"
|
||||
android:type="linear">
|
||||
<item android:offset="0.33" android:color="#FF1976D2"/>
|
||||
<item android:offset="0.42" android:color="#FF2E69CC"/>
|
||||
<item android:offset="0.61" android:color="#FF6548BE"/>
|
||||
<item android:offset="0.78" android:color="#FF9C27B0"/>
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:pathData="m42.5,59.76c1.04,-1.18 0.91,-2.98 -0.28,-4.01 -1.2,-1.03 -3.01,-0.91 -4.05,0.28 -0.86,0.98 -0.92,2.36 -0.25,3.4 0.42,0.35 0.84,0.7 1.27,1.07 1.12,0.48 2.47,0.22 3.31,-0.74z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:startX="24.15"
|
||||
android:startY="38.75"
|
||||
android:endX="67"
|
||||
android:endY="89.4"
|
||||
android:type="linear">
|
||||
<item android:offset="0.33" android:color="#FF1976D2"/>
|
||||
<item android:offset="0.42" android:color="#FF2E69CC"/>
|
||||
<item android:offset="0.61" android:color="#FF6548BE"/>
|
||||
<item android:offset="0.78" android:color="#FF9C27B0"/>
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:pathData="m42.5,59.76c1.04,-1.18 0.91,-2.98 -0.28,-4.01 -1.2,-1.03 -3.01,-0.91 -4.05,0.28 -0.86,0.98 -0.92,2.36 -0.25,3.4 0.42,0.35 0.84,0.7 1.27,1.07 1.12,0.48 2.47,0.22 3.31,-0.74z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:startX="24.16"
|
||||
android:startY="38.76"
|
||||
android:endX="67.01"
|
||||
android:endY="89.41"
|
||||
android:type="linear">
|
||||
<item android:offset="0.33" android:color="#FF1976D2"/>
|
||||
<item android:offset="0.42" android:color="#FF2E69CC"/>
|
||||
<item android:offset="0.61" android:color="#FF6548BE"/>
|
||||
<item android:offset="0.78" android:color="#FF9C27B0"/>
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:pathData="m54.88,66.66c-1.19,-1.03 -3.01,-0.91 -4.05,0.28 -1.04,1.18 -0.91,2.98 0.28,4.01 1.2,1.03 3.01,0.91 4.05,-0.28 1.04,-1.18 0.91,-2.98 -0.28,-4.01z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:startX="24.23"
|
||||
android:startY="34.79"
|
||||
android:endX="72.22"
|
||||
android:endY="91.52"
|
||||
android:type="linear">
|
||||
<item android:offset="0.33" android:color="#FF1976D2"/>
|
||||
<item android:offset="0.42" android:color="#FF2E69CC"/>
|
||||
<item android:offset="0.61" android:color="#FF6548BE"/>
|
||||
<item android:offset="0.78" android:color="#FF9C27B0"/>
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:pathData="m54.88,66.66c-1.19,-1.03 -3.01,-0.91 -4.05,0.28 -1.04,1.18 -0.91,2.98 0.28,4.01 1.2,1.03 3.01,0.91 4.05,-0.28 1.04,-1.18 0.91,-2.98 -0.28,-4.01z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:startX="26.15"
|
||||
android:startY="37.07"
|
||||
android:endX="69"
|
||||
android:endY="87.73"
|
||||
android:type="linear">
|
||||
<item android:offset="0.33" android:color="#FF1976D2"/>
|
||||
<item android:offset="0.42" android:color="#FF2E69CC"/>
|
||||
<item android:offset="0.61" android:color="#FF6548BE"/>
|
||||
<item android:offset="0.78" android:color="#FF9C27B0"/>
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:pathData="m54.88,66.66c-1.19,-1.03 -3.01,-0.91 -4.05,0.28 -1.04,1.18 -0.91,2.98 0.28,4.01 1.2,1.03 3.01,0.91 4.05,-0.28 1.04,-1.18 0.91,-2.98 -0.28,-4.01z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:startX="26.16"
|
||||
android:startY="37.08"
|
||||
android:endX="69.01"
|
||||
android:endY="87.74"
|
||||
android:type="linear">
|
||||
<item android:offset="0.33" android:color="#FF1976D2"/>
|
||||
<item android:offset="0.42" android:color="#FF2E69CC"/>
|
||||
<item android:offset="0.61" android:color="#FF6548BE"/>
|
||||
<item android:offset="0.78" android:color="#FF9C27B0"/>
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
</vector>
|
||||
|
||||
BIN
mobile_new/app/src/main/res/mipmap-hdpi/ic_icon.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
mobile_new/app/src/main/res/mipmap-hdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
BIN
mobile_new/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 2.8 KiB |
BIN
mobile_new/app/src/main/res/mipmap-mdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 982 B |
BIN
mobile_new/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
BIN
mobile_new/app/src/main/res/mipmap-xhdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
BIN
mobile_new/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 3.8 KiB |
BIN
mobile_new/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 2.8 KiB |
BIN
mobile_new/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 5.8 KiB |
BIN
mobile_new/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
|
Before Width: | Height: | Size: 3.8 KiB |
BIN
mobile_new/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
Normal file
|
After Width: | Height: | Size: 6.1 KiB |
|
Before Width: | Height: | Size: 7.6 KiB |