Update splash for android too
parent
5c34fc22b0
commit
230c79269d
|
|
@ -39,36 +39,36 @@ Q_DECLARE_LOGGING_CATEGORY(dcPlatformIntegration)
|
|||
|
||||
PlatformHelperGeneric::PlatformHelperGeneric(QObject *parent) : PlatformHelper(parent)
|
||||
{
|
||||
m_piHelper = new ScreenHelper(this);
|
||||
m_screenHelper = new ScreenHelper(this);
|
||||
}
|
||||
|
||||
bool PlatformHelperGeneric::canControlScreen() const
|
||||
{
|
||||
return m_piHelper->active();
|
||||
return m_screenHelper->active();
|
||||
}
|
||||
|
||||
int PlatformHelperGeneric::screenTimeout() const
|
||||
{
|
||||
return m_piHelper->screenTimeout();
|
||||
return m_screenHelper->screenTimeout();
|
||||
}
|
||||
|
||||
void PlatformHelperGeneric::setScreenTimeout(int timeout)
|
||||
{
|
||||
if (m_piHelper->screenTimeout() != timeout) {
|
||||
m_piHelper->setScreenTimeout(timeout);
|
||||
if (m_screenHelper->screenTimeout() != timeout) {
|
||||
m_screenHelper->setScreenTimeout(timeout);
|
||||
emit screenTimeoutChanged();
|
||||
}
|
||||
}
|
||||
|
||||
int PlatformHelperGeneric::screenBrightness() const
|
||||
{
|
||||
return m_piHelper->screenBrightness();
|
||||
return m_screenHelper->screenBrightness();
|
||||
}
|
||||
|
||||
void PlatformHelperGeneric::setScreenBrightness(int percent)
|
||||
{
|
||||
if (m_piHelper->screenBrightness() != percent) {
|
||||
m_piHelper->setScreenBrightness(percent);
|
||||
if (m_screenHelper->screenBrightness() != percent) {
|
||||
m_screenHelper->setScreenBrightness(percent);
|
||||
emit screenTimeoutChanged();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -35,10 +35,6 @@
|
|||
#include "platformhelper.h"
|
||||
#include "screenhelper.h"
|
||||
|
||||
extern "C" {
|
||||
#include <ply-boot-client.h>
|
||||
}
|
||||
|
||||
class PlatformHelperGeneric : public PlatformHelper
|
||||
{
|
||||
Q_OBJECT
|
||||
|
|
@ -51,10 +47,7 @@ public:
|
|||
virtual int screenBrightness() const override;
|
||||
virtual void setScreenBrightness(int percent) override;
|
||||
private:
|
||||
ScreenHelper *m_piHelper = nullptr;
|
||||
|
||||
ply_event_loop_t *m_plyLoop = nullptr;
|
||||
ply_boot_client_t *m_plyClient = nullptr;
|
||||
ScreenHelper *m_screenHelper = nullptr;
|
||||
};
|
||||
|
||||
#endif // PLATFORMHELPERGENERIC_H
|
||||
|
|
|
|||
|
|
@ -2,11 +2,9 @@
|
|||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape android:shape="rectangle" >
|
||||
<solid android:color="#303030"/>
|
||||
<solid android:color="#ffffff"/>
|
||||
</shape>
|
||||
</item>
|
||||
<item>
|
||||
<bitmap android:src="@drawable/round_icon"
|
||||
<item android:drawable="@mipmap/nymea_splash_horizontal"
|
||||
android:gravity="center" />
|
||||
</item>
|
||||
</layer-list>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,272 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt"
|
||||
android:viewportWidth="841.89"
|
||||
android:viewportHeight="595.28"
|
||||
android:width="841.89dp"
|
||||
android:height="595.28dp">
|
||||
<path
|
||||
android:pathData="M0 0H841.8994V595.2809H0V0Z"
|
||||
android:fillColor="#FFFFFF" />
|
||||
<group
|
||||
android:scaleX="1.009195"
|
||||
android:scaleY="1.009195"
|
||||
android:translateX="-90.89009"
|
||||
android:translateY="57.05801">
|
||||
<path
|
||||
android:pathData="M433.7 212.6c-5.9 -10.1 -19 -17.9 -27.5 -21 -8.5 -3.2 -18 -10.1 -18 -10.1 -7.5 -5 -9.7 -9 -13.7 -14 -1.2 2.6 -2.2 5.8 -3 9.6 1.8 3.1 8.7 13.4 28.1 21.5 1.7 0.7 6.9 2.8 7 2.9l6.5 2.6 -6.7 -1.9c-0.2 -0.1 -5.5 -1.6 -7.3 -2.2 -17.3 -6.3 -25 -15.1 -28 -19.9 -0.8 4.9 -1.1 10.6 -0.7 16.5 5.2 4.7 14 11 26.9 15.4 0.9 0.3 3.6 1.3 3.6 1.3l3.4 1.2 -3.5 -0.5c-0.1 0 -3 -0.4 -4 -0.6 -12.1 -2.9 -20.5 -8.4 -26.1 -13.3 0.5 4.3 1.4 8.6 2.8 13 0.3 1 0.7 2.1 1.1 3 4.4 2 9.6 3.9 15.4 5.2 1.1 0.2 4.3 1.1 4.3 1.1l3.8 1 -4 -0.2c-0.1 0 -3.4 -0.2 -4.5 -0.4 -5.1 -0.7 -9.8 -2 -13.9 -3.6 6.6 13.7 18.8 21.4 35.2 27.5 18.7 7 19.4 25 19.4 25 0 0 5.1 -3.8 9.6 -18.4 5.1 -16.2 -0.3 -30.6 -6.2 -40.7z">
|
||||
<aapt:attr
|
||||
name="android:fillColor">
|
||||
<gradient
|
||||
android:startX="369.0258"
|
||||
android:startY="171.8843"
|
||||
android:endX="441.6872"
|
||||
android:endY="262.5805"
|
||||
android:tileMode="clamp">
|
||||
<item
|
||||
android:color="#7CC099"
|
||||
android:offset="0.1296" />
|
||||
<item
|
||||
android:color="#6FB594"
|
||||
android:offset="0.3785" />
|
||||
<item
|
||||
android:color="#4E9688"
|
||||
android:offset="0.835" />
|
||||
<item
|
||||
android:color="#408A83"
|
||||
android:offset="1" />
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:pathData="M458.6 233.8c4.9 -3.6 6.9 -7.8 8.5 -12.5 0.7 -2.1 1.3 -5 0.3 -8.1 -0.8 -2.5 -6.5 -6.2 -11.2 -4.7 -5.1 1.7 -6.1 8.1 -6.5 10.9 -0.6 4.3 0.4 10.9 2.8 17.6 -0.1 0 2.1 -0.2 6.1 -3.2z">
|
||||
<aapt:attr
|
||||
name="android:fillColor">
|
||||
<gradient
|
||||
android:startX="466.0606"
|
||||
android:startY="225.237"
|
||||
android:endX="449.0654"
|
||||
android:endY="220.7496"
|
||||
android:tileMode="clamp">
|
||||
<item
|
||||
android:color="#DBE6E0"
|
||||
android:offset="0" />
|
||||
<item
|
||||
android:color="#BCDED3"
|
||||
android:offset="1" />
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:pathData="M449.7 219.4c0.4 -2.8 1.4 -9.2 6.5 -10.9 4.2 -1.4 9.3 1.5 10.8 3.9 -1.5 -3.9 -5.6 -6.6 -9 -8.3 -4.8 -2.5 -10.8 -2.9 -15.7 -1.7 -4.6 1.1 -7 3.6 -10.9 6.9 0.8 1.1 1.6 2.2 2.2 3.3 4.6 8 9 18.6 8.2 30.6 3 -5 9.7 -6.1 10.6 -6.2 -2.4 -6.6 -3.4 -13.3 -2.7 -17.6z">
|
||||
<aapt:attr
|
||||
name="android:fillColor">
|
||||
<gradient
|
||||
android:startX="451.016"
|
||||
android:startY="201.9489"
|
||||
android:endX="442.7376"
|
||||
android:endY="243.378"
|
||||
android:tileMode="clamp">
|
||||
<item
|
||||
android:color="#7CC099"
|
||||
android:offset="0" />
|
||||
<item
|
||||
android:color="#78BC98"
|
||||
android:offset="0.2568" />
|
||||
<item
|
||||
android:color="#6CB193"
|
||||
android:offset="0.5165" />
|
||||
<item
|
||||
android:color="#589F8C"
|
||||
android:offset="0.7767" />
|
||||
<item
|
||||
android:color="#408A83"
|
||||
android:offset="1" />
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:pathData="M457.6 234.5c-0.1 0 -0.1 0.1 -0.1 0.1 0 0 0.1 0 0.1 -0.1z">
|
||||
<aapt:attr
|
||||
name="android:fillColor">
|
||||
<gradient
|
||||
android:startX="457.6237"
|
||||
android:startY="234.5722"
|
||||
android:endX="457.4763"
|
||||
android:endY="234.5722"
|
||||
android:tileMode="clamp">
|
||||
<item
|
||||
android:color="#DBE6E0"
|
||||
android:offset="0" />
|
||||
<item
|
||||
android:color="#BCDED3"
|
||||
android:offset="1" />
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:pathData="M467.4 213.2c-0.1 -0.2 -0.2 -0.5 -0.4 -0.8 0.7 1.7 0.8 3.7 0.1 5.9 -1.5 4.9 -1.8 7.1 -6.1 12.9 -1 1.3 -2.2 2.4 -3.4 3.2 0.3 -0.2 0.6 -0.4 1 -0.7 4.9 -3.6 6.9 -7.8 8.5 -12.5 0.7 -2 1.2 -4.9 0.3 -8z">
|
||||
<aapt:attr
|
||||
name="android:fillColor">
|
||||
<gradient
|
||||
android:startX="467.8816"
|
||||
android:startY="223.4929"
|
||||
android:endX="457.6237"
|
||||
android:endY="223.4929"
|
||||
android:tileMode="clamp">
|
||||
<item
|
||||
android:color="#DBE6E0"
|
||||
android:offset="0" />
|
||||
<item
|
||||
android:color="#BCDED3"
|
||||
android:offset="1" />
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:pathData="M452.4 237c0 0 0 0 0 0 0 0 1.8 -0.2 5 -2.4 -2.5 1.7 -4.9 2.4 -4.9 2.4 0 0 0 0 -0.1 0z">
|
||||
<aapt:attr
|
||||
name="android:fillColor">
|
||||
<gradient
|
||||
android:startX="457.4763"
|
||||
android:startY="235.823"
|
||||
android:endX="452.4372"
|
||||
android:endY="235.823"
|
||||
android:tileMode="clamp">
|
||||
<item
|
||||
android:color="#DBE6E0"
|
||||
android:offset="0" />
|
||||
<item
|
||||
android:color="#BCDED3"
|
||||
android:offset="1" />
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:pathData="M458.2 217.6c-1 -0.3 -2 0 -2.8 0.6 -0.2 0.3 -0.3 0.6 -0.4 0.9 -0.4 1.6 0.5 3.3 2.2 3.7 0.7 0.2 1.3 0.1 1.9 -0.1 -0.9 6.9 -5.9 12.4 -6.9 13.5 0.1 0.4 0.2 0.5 0.2 0.7 0.3 0 0.4 -0.1 0.9 -0.2 1.7 -1.9 6.7 -7.9 7 -15.5 0.5 -1.5 -0.5 -3.1 -2.1 -3.6z">
|
||||
<aapt:attr
|
||||
name="android:fillColor">
|
||||
<gradient
|
||||
android:startX="452.1916"
|
||||
android:startY="227.2792"
|
||||
android:endX="460.4746"
|
||||
android:endY="227.2792"
|
||||
android:tileMode="clamp">
|
||||
<item
|
||||
android:color="#6AA583"
|
||||
android:offset="0" />
|
||||
<item
|
||||
android:color="#4C9E96"
|
||||
android:offset="1" />
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:pathData="M405.5 261.4c1.5 12.7 7.5 31.7 27.8 47.9 0 0 10.1 -15.4 0.4 -32.5 -9.7 -17.1 -23.8 -22.7 -28.8 -24.5 -0.2 3.6 0.4 6.8 0.6 9.1z">
|
||||
<aapt:attr
|
||||
name="android:fillColor">
|
||||
<gradient
|
||||
android:startX="430.5236"
|
||||
android:startY="271.6437"
|
||||
android:endX="412.2516"
|
||||
android:endY="286.2818"
|
||||
android:tileMode="clamp">
|
||||
<item
|
||||
android:color="#7CC099"
|
||||
android:offset="0" />
|
||||
<item
|
||||
android:color="#57BAAE"
|
||||
android:offset="1" />
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:pathData="M423.7 272.8c-5.7 -10 -12.8 -16.8 -18.8 -20.5 -0.1 3.2 0.4 7 0.6 9.1 1.2 10.8 5.8 26.1 19.6 40.4 2.4 -5.5 5.5 -16.8 -1.4 -29z">
|
||||
<aapt:attr
|
||||
name="android:fillColor">
|
||||
<gradient
|
||||
android:startX="404.3609"
|
||||
android:startY="276.8088"
|
||||
android:endX="428.174"
|
||||
android:endY="277.3495"
|
||||
android:tileMode="clamp">
|
||||
<item
|
||||
android:color="#7CC099"
|
||||
android:offset="0" />
|
||||
<item
|
||||
android:color="#76BA97"
|
||||
android:offset="0.2327" />
|
||||
<item
|
||||
android:color="#65AB90"
|
||||
android:offset="0.5485" />
|
||||
<item
|
||||
android:color="#489186"
|
||||
android:offset="0.9106" />
|
||||
<item
|
||||
android:color="#408A83"
|
||||
android:offset="1" />
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:pathData="M411.9 246.7c-2 -0.8 -4.9 -1.6 -6.8 -2.4 -0.3 2.5 -0.2 5.1 -0.2 8.1 4.4 1.6 16.1 6.2 25.5 19.3 0 -0.1 0 -0.2 0 -0.3 -0.2 -2.3 -1.1 -18.3 -18.5 -24.7z">
|
||||
<aapt:attr
|
||||
name="android:fillColor">
|
||||
<gradient
|
||||
android:startX="415.2153"
|
||||
android:startY="260.9383"
|
||||
android:endX="422.0509"
|
||||
android:endY="252.7919"
|
||||
android:tileMode="clamp">
|
||||
<item
|
||||
android:color="#4C9E96"
|
||||
android:offset="0" />
|
||||
<item
|
||||
android:color="#489790"
|
||||
android:offset="0.4859" />
|
||||
<item
|
||||
android:color="#408A83"
|
||||
android:offset="1" />
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:pathData="M433.7 212.6c-5.9 -10.1 -19 -17.9 -27.5 -21 -8.5 -3.2 -18 -10.1 -18 -10.1 -2.1 -1.4 -3.8 -2.7 -5.2 -4 -0.4 3.6 -0.6 7.5 -0.4 11.6 4.2 3.2 9.7 6.5 16.9 9.5 1.7 0.7 6.9 2.8 7 2.9l6.5 2.6 -6.7 -1.9c-0.2 -0.1 -5.5 -1.6 -7.3 -2.2 -6.8 -2.5 -12.1 -5.3 -16.2 -8.2 0.4 5 1.3 10.1 2.9 15.2 3.4 1.8 7.2 3.4 11.6 4.9 0.9 0.3 3.6 1.3 3.6 1.3l3.4 1.2 -3.5 -0.5c-0.1 0 -3 -0.4 -4 -0.6 -3.7 -0.9 -7 -2 -10 -3.3 1.9 4.8 4.4 8.8 7.4 12.3 0.1 0 0.1 0 0.1 0l3.8 1 -3.2 -0.2c6.9 7.7 16.3 13.3 26.3 21.3 13.5 10.8 9.2 27.2 9.2 27.2 0 0 0.8 -0.6 1.5 -1.5 1.8 -2.1 5.1 -7 8.1 -16.9 5 -16.1 -0.4 -30.5 -6.3 -40.6z">
|
||||
<aapt:attr
|
||||
name="android:fillColor">
|
||||
<gradient
|
||||
android:startX="425.6064"
|
||||
android:startY="203.1666"
|
||||
android:endX="393.7475"
|
||||
android:endY="239.4308"
|
||||
android:tileMode="clamp">
|
||||
<item
|
||||
android:color="#7CC099"
|
||||
android:offset="0" />
|
||||
<item
|
||||
android:color="#77BF9C"
|
||||
android:offset="0.3183" />
|
||||
<item
|
||||
android:color="#6ABDA3"
|
||||
android:offset="0.6757" />
|
||||
<item
|
||||
android:color="#57BAAE"
|
||||
android:offset="1" />
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
</group>
|
||||
<path
|
||||
android:pathData="M401.22 307.11c1 -0.25 2.33 -0.52 4 -0.8a33.84 33.84 0 0 1 5.74 -0.43 12.37 12.37 0 0 1 4.84 0.83 7.52 7.52 0 0 1 3.08 2.3 8.85 8.85 0 0 1 1.62 3.55 20.81 20.81 0 0 1 0.47 4.56v13.72h-4.37v-12.78a20.35 20.35 0 0 0 -0.31 -3.86 6.48 6.48 0 0 0 -1 -2.58 4 4 0 0 0 -1.88 -1.44 8.41 8.41 0 0 0 -2.91 -0.44c-0.47 0 -1 0 -1.46 0l-1.43 0.12c-0.46 0.05 -0.86 0.1 -1.22 0.17l-0.78 0.14v20.63h-4.37z"
|
||||
android:fillColor="#676767" />
|
||||
<path
|
||||
android:pathData="M432.1 335.4a9 9 0 0 0 1.34 0.45 6.55 6.55 0 0 0 1.62 0.21 6.39 6.39 0 0 0 4 -1.15 11.7 11.7 0 0 0 2.78 -4.07 126.9 126.9 0 0 1 -5.67 -11.63A106.17 106.17 0 0 1 432 306.4h4.7c0.35 1.41 0.76 2.93 1.25 4.56 0.49 1.63 1 3.31 1.62 5 0.62 1.69 1.24 3.45 1.92 5.17 0.68 1.72 1.41 3.38 2.17 5q1.78 -4.93 3.1 -9.78 1.32 -4.85 2.49 -10h4.51q-1.7 6.92 -3.76 13.28c-1.38 4.24 -2.86 8.22 -4.46 11.91a26 26 0 0 1 -1.95 3.65 11.23 11.23 0 0 1 -2.24 2.51 8.18 8.18 0 0 1 -2.75 1.46 11.8 11.8 0 0 1 -3.45 0.47 10.11 10.11 0 0 1 -1.08 -0.07c-0.38 -0.05 -0.75 -0.11 -1.11 -0.19 -0.36 -0.08 -0.69 -0.17 -1 -0.26a3.68 3.68 0 0 1 -0.64 -0.24z"
|
||||
android:fillColor="#676767" />
|
||||
<path
|
||||
android:pathData="M463.92 307.11c1 -0.25 2.33 -0.52 4 -0.8a33.3 33.3 0 0 1 5.71 -0.43 10.78 10.78 0 0 1 3.95 0.64 6.9 6.9 0 0 1 2.68 1.85c0.22 -0.15 0.56 -0.37 1 -0.65a11.39 11.39 0 0 1 1.74 -0.83 18.69 18.69 0 0 1 2.31 -0.7 11.73 11.73 0 0 1 2.72 -0.31 11.05 11.05 0 0 1 4.61 0.83 6.61 6.61 0 0 1 2.8 2.32 9.27 9.27 0 0 1 1.36 3.57 27.56 27.56 0 0 1 0.35 4.52v13.72h-4.37v-12.78a28.36 28.36 0 0 0 -0.21 -3.72 7.19 7.19 0 0 0 -0.8 -2.58 3.63 3.63 0 0 0 -1.6 -1.53 6 6 0 0 0 -2.6 -0.45 8.42 8.42 0 0 0 -3.53 0.89 12 12 0 0 0 -2 1.09 11.57 11.57 0 0 1 0.45 2.3 23.06 23.06 0 0 1 0.19 3.06v13.72h-4.37v-12.78a26.42 26.42 0 0 0 -0.23 -3.72 7.6 7.6 0 0 0 -0.83 -2.58 3.66 3.66 0 0 0 -1.59 -1.53 5.86 5.86 0 0 0 -2.57 -0.49c-0.44 0 -0.91 0 -1.41 0l-1.43 0.12c-0.45 0.05 -0.87 0.1 -1.25 0.17l-0.75 0.14v20.63h-4.37z"
|
||||
android:fillColor="#676767" />
|
||||
<path
|
||||
android:pathData="M549.37 305.79a12.82 12.82 0 0 1 4.45 0.68 6.95 6.95 0 0 1 4.48 4.89 14 14 0 0 1 0.47 3.78v15.18c-0.38 0.09 -1 0.25 -1.64 0.35 -0.64 0.1 -1.36 0.22 -2.21 0.31 -0.85 0.09 -1.76 0.18 -2.75 0.26 -0.99 0.08 -2 0.12 -2.94 0.12a15.56 15.56 0 0 1 -3.8 -0.43 8.44 8.44 0 0 1 -3 -1.33 6.15 6.15 0 0 1 -2 -2.43 8.42 8.42 0 0 1 -0.7 -3.61 6.94 6.94 0 0 1 0.82 -3.48 6.53 6.53 0 0 1 2.23 -2.35 10.22 10.22 0 0 1 3.29 -1.32 18.12 18.12 0 0 1 3.93 -0.41 12.78 12.78 0 0 1 1.36 0.07c0.47 0.05 0.92 0.11 1.34 0.19l1.11 0.21 0.66 0.14v-1.22a9.62 9.62 0 0 0 -0.24 -2.14 5 5 0 0 0 -0.84 -1.88 4.35 4.35 0 0 0 -1.67 -1.32 6.54 6.54 0 0 0 -2.75 -0.49 19.17 19.17 0 0 0 -3.73 0.36 11 11 0 0 0 -2.42 0.81l-0.71 -3.61a12.49 12.49 0 0 1 3 -1 24.77 24.77 0 0 1 4.26 -0.33zm0.38 21.9c1 0 2 0 2.75 -0.07a11.93 11.93 0 0 0 2 -0.26v-7.28a5.63 5.63 0 0 0 -1.53 -0.4 16.92 16.92 0 0 0 -2.56 -0.17 15.46 15.46 0 0 0 -2.09 0.15 6.49 6.49 0 0 0 -2 0.58 4.29 4.29 0 0 0 -1.53 1.22 3.21 3.21 0 0 0 -0.61 2.05 3.53 3.53 0 0 0 1.5 3.27 7.85 7.85 0 0 0 4.07 0.91z"
|
||||
android:fillColor="#676767" />
|
||||
<path
|
||||
android:pathData="M508.54 318.67a15.81 15.81 0 0 1 0.94 -5.67 11.75 11.75 0 0 1 2.5 -4 10 10 0 0 1 3.57 -2.4 11.15 11.15 0 0 1 4.13 -0.8q4.94 0 7.57 3.08c1.75 2.05 2.63 5.18 2.63 9.37V319a7.21 7.21 0 0 1 0 0.83H513.1a9 9 0 0 0 2.21 5.78c1.29 1.31 3.29 2 6 2a15.9 15.9 0 0 0 3.88 -0.4 15 15 0 0 0 2.65 -1l0.61 3.67a14 14 0 0 1 -3.08 1.12 19.58 19.58 0 0 1 -4.53 0.43 14.45 14.45 0 0 1 -5.52 -0.92 10.26 10.26 0 0 1 -3.83 -2.65 10.84 10.84 0 0 1 -2.24 -4 17.17 17.17 0 0 1 -0.71 -5.19zm16.78 -2.4a7.33 7.33 0 0 0 -1.48 -4.86 5.1 5.1 0 0 0 -4.2 -1.91 5.79 5.79 0 0 0 -2.66 0.59 6.14 6.14 0 0 0 -2 1.53 7.11 7.11 0 0 0 -1.25 2.16 10.73 10.73 0 0 0 -0.58 2.49z"
|
||||
android:fillColor="#676767" />
|
||||
</vector>
|
||||
Loading…
Reference in New Issue