mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-07 21:37:02 +09:00
DROID-2909 UI/Design | Enhancement | Comprehensive color check and dark mode updates (#1776)
This commit is contained in:
parent
029daff72c
commit
0f809142df
583 changed files with 849 additions and 6602 deletions
|
@ -8,7 +8,7 @@
|
|||
android:scaleY="1.01"
|
||||
android:translateX="-0.54"
|
||||
android:translateY="-0.54">
|
||||
<path android:fillColor="#FFFFFF"
|
||||
<path android:fillColor="@color/white"
|
||||
android:pathData="M0,0h108v108h-108z"/>
|
||||
</group>
|
||||
</vector>
|
||||
|
|
|
@ -21,7 +21,6 @@ import com.anytypeio.anytype.core_utils.ui.BaseFragment
|
|||
import com.anytypeio.anytype.core_utils.ui.ViewState
|
||||
import com.anytypeio.anytype.databinding.FragmentSplashBinding
|
||||
import com.anytypeio.anytype.di.common.componentManager
|
||||
import com.anytypeio.anytype.di.feature.discussions.DiscussionFragment
|
||||
import com.anytypeio.anytype.other.DefaultDeepLinkResolver
|
||||
import com.anytypeio.anytype.presentation.splash.SplashViewModel
|
||||
import com.anytypeio.anytype.presentation.splash.SplashViewModelFactory
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shareInterpolator="false" >
|
||||
<alpha android:fromAlpha="0.0"
|
||||
android:toAlpha="1.0"
|
||||
android:duration="300"
|
||||
android:interpolator="@android:anim/accelerate_interpolator" />
|
||||
</set>
|
|
@ -1,7 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shareInterpolator="false" >
|
||||
<alpha android:fromAlpha="1.0" android:toAlpha="0.0"
|
||||
android:interpolator="@android:anim/decelerate_interpolator"
|
||||
android:duration="150"/>
|
||||
</set>
|
|
@ -1,10 +0,0 @@
|
|||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<translate
|
||||
android:fromXDelta="100%"
|
||||
android:toXDelta="0%"
|
||||
android:duration="200" />
|
||||
<alpha
|
||||
android:fromAlpha="0.0"
|
||||
android:toAlpha="1.0"
|
||||
android:duration="200" />
|
||||
</set>
|
|
@ -1,10 +0,0 @@
|
|||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<translate
|
||||
android:fromXDelta="0%"
|
||||
android:toXDelta="-70%"
|
||||
android:duration="200" />
|
||||
<alpha
|
||||
android:fromAlpha="1.0"
|
||||
android:toAlpha="0.0"
|
||||
android:duration="200" />
|
||||
</set>
|
|
@ -1,9 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:duration="1500"
|
||||
android:fromDegrees="0"
|
||||
android:interpolator="@android:anim/linear_interpolator"
|
||||
android:pivotX="50%"
|
||||
android:pivotY="50%"
|
||||
android:repeatCount="infinite"
|
||||
android:toDegrees="360" />
|
|
@ -1,9 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:duration="100"
|
||||
android:fromDegrees="-2"
|
||||
android:pivotX="50%"
|
||||
android:pivotY="50%"
|
||||
android:repeatCount="1"
|
||||
android:repeatMode="reverse"
|
||||
android:toDegrees="2" />
|
|
@ -1,25 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Copyright (C) 2018 The Android Open Source Project
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License.
|
||||
-->
|
||||
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<translate
|
||||
android:duration="300"
|
||||
android:fromXDelta="-100%"
|
||||
android:fromYDelta="0%"
|
||||
android:toXDelta="0%"
|
||||
android:toYDelta="0%" />
|
||||
</set>
|
|
@ -1,24 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Copyright (C) 2018 The Android Open Source Project
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License.
|
||||
-->
|
||||
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<translate
|
||||
android:duration="300"
|
||||
android:fromXDelta="100%"
|
||||
android:fromYDelta="0%"
|
||||
android:toXDelta="0%"
|
||||
android:toYDelta="0%" />
|
||||
</set>
|
|
@ -1,25 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Copyright (C) 2018 The Android Open Source Project
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License.
|
||||
-->
|
||||
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<translate
|
||||
android:duration="300"
|
||||
android:fromXDelta="0%"
|
||||
android:fromYDelta="0%"
|
||||
android:toXDelta="-100%"
|
||||
android:toYDelta="0%" />
|
||||
</set>
|
|
@ -1,25 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Copyright (C) 2018 The Android Open Source Project
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License.
|
||||
-->
|
||||
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<translate
|
||||
android:duration="300"
|
||||
android:fromXDelta="0%"
|
||||
android:fromYDelta="0%"
|
||||
android:toXDelta="100%"
|
||||
android:toYDelta="0%" />
|
||||
</set>
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:color="@color/button_active" android:state_selected="true"/>
|
||||
<item android:color="@color/button_active" android:state_pressed="true"/>
|
||||
<item android:color="@color/button_not_active"/>
|
||||
</selector>
|
Binary file not shown.
Before Width: | Height: | Size: 7.2 KiB |
|
@ -1,10 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:color="@color/white">
|
||||
<item>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="@color/dashboard_background" />
|
||||
</shape>
|
||||
</item>
|
||||
</ripple>
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:topLeftRadius="16dp" android:topRightRadius="16dp"/>
|
||||
<solid android:color="@color/dashboard_background"/>
|
||||
</shape>
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="#DFDDD0" />
|
||||
<corners android:radius="10dp" />
|
||||
</shape>
|
|
@ -1,4 +0,0 @@
|
|||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/white" />
|
||||
<corners android:radius="@dimen/dp_12" />
|
||||
</shape>
|
|
@ -1,6 +0,0 @@
|
|||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/white" />
|
||||
<corners
|
||||
android:topLeftRadius="@dimen/dp_12"
|
||||
android:topRightRadius="@dimen/dp_12" />
|
||||
</shape>
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="@color/blue" />
|
||||
</shape>
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="#F7F5F0" />
|
||||
</shape>
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="@color/shape_tertiary" />
|
||||
</shape>
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="@color/shape_primary" />
|
||||
</shape>
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="@color/black" />
|
||||
</shape>
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="@color/white" />
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="#E0DED2" />
|
||||
</shape>
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="@color/white" />
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="#E0DED2" />
|
||||
</shape>
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="#EBE9E0" />
|
||||
</shape>
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="#FF6055" />
|
||||
</shape>
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<stroke
|
||||
android:width="4dp"
|
||||
android:color="#2AA7EE" />
|
||||
<solid android:color="@color/black" />
|
||||
</shape>
|
|
@ -1,20 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="#EAE9E0" />
|
||||
<corners
|
||||
android:topLeftRadius="@dimen/dp_12"
|
||||
android:topRightRadius="@dimen/dp_12" />
|
||||
</shape>
|
||||
</item>
|
||||
<item android:bottom="1dp">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="#FFFFFF" />
|
||||
|
||||
<corners
|
||||
android:topLeftRadius="@dimen/dp_12"
|
||||
android:topRightRadius="@dimen/dp_12" />
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
|
@ -1,30 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:aapt="http://schemas.android.com/aapt"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="360"
|
||||
android:viewportHeight="640">
|
||||
<path android:pathData="M0,0h360v667h-360z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:endX="180"
|
||||
android:endY="667"
|
||||
android:startX="180"
|
||||
android:startY="0"
|
||||
android:type="linear">
|
||||
<item
|
||||
android:color="#FF91B5C1"
|
||||
android:offset="0" />
|
||||
<item
|
||||
android:color="#FFB9D5DA"
|
||||
android:offset="0.506158" />
|
||||
<item
|
||||
android:color="#FFCEC9BF"
|
||||
android:offset="0.794335" />
|
||||
<item
|
||||
android:color="#FFA49D8E"
|
||||
android:offset="1" />
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
</vector>
|
|
@ -1,12 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="25dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="25"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M10.0625,0h4v24h-4z" />
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M24.0625,10l-0,4l-24,0l-0,-4z" />
|
||||
</vector>
|
|
@ -1,12 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="25dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="25"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="#FFBB2C"
|
||||
android:pathData="M10.0625,0h4v24h-4z" />
|
||||
<path
|
||||
android:fillColor="#FFBB2C"
|
||||
android:pathData="M24.0625,10l-0,4l-24,0l-0,-4z" />
|
||||
</vector>
|
|
@ -1,13 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="40dp"
|
||||
android:height="30dp"
|
||||
android:viewportWidth="40"
|
||||
android:viewportHeight="30">
|
||||
<path
|
||||
android:pathData="M3,4C1.3432,4 0,5.3432 0,7V27C0,28.6569 1.3432,30 3,30H37C38.6569,30 40,28.6569 40,27V7C40,5.3432 38.6569,4 37,4H3ZM27.5,17C27.5,21.1421 24.1421,24.5 20,24.5C15.8579,24.5 12.5,21.1421 12.5,17C12.5,12.8579 15.8579,9.5 20,9.5C24.1421,9.5 27.5,12.8579 27.5,17ZM29,17C29,21.9706 24.9706,26 20,26C15.0294,26 11,21.9706 11,17C11,12.0294 15.0294,8 20,8C24.9706,8 29,12.0294 29,17Z"
|
||||
android:fillColor="#ffffff"
|
||||
android:fillType="evenOdd"/>
|
||||
<path
|
||||
android:pathData="M12.4472,1.1056C12.786,0.428 13.4785,0 14.2361,0H25.7639C26.5215,0 27.214,0.428 27.5528,1.1056L29.5528,5.1056C30.2177,6.4354 29.2507,8 27.7639,8H12.2361C10.7493,8 9.7823,6.4354 10.4472,5.1056L12.4472,1.1056Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
</vector>
|
|
@ -1,12 +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:fillColor="#ACA996"
|
||||
android:pathData="M7,0.0233h2v16h-2z" />
|
||||
<path
|
||||
android:fillColor="#ACA996"
|
||||
android:pathData="M16,7.0233l-0,2l-16,0l-0,-2z" />
|
||||
</vector>
|
|
@ -1,13 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="15dp"
|
||||
android:height="16dp"
|
||||
android:viewportWidth="15"
|
||||
android:viewportHeight="16">
|
||||
<path
|
||||
android:fillColor="#80B822"
|
||||
android:pathData="M7.5,8.4844m-7.5,0a7.5,7.5 0,1 1,15 0a7.5,7.5 0,1 1,-15 0" />
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M12.4243,5.4243L6,11.8485L2.5757,8.4243L3.4243,7.5757L6,10.1515L11.5757,4.5757L12.4243,5.4243Z" />
|
||||
</vector>
|
|
@ -1,10 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="23dp"
|
||||
android:height="26dp"
|
||||
android:viewportWidth="23"
|
||||
android:viewportHeight="26">
|
||||
<path
|
||||
android:fillColor="#ACA996"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M13.9477,3.5606C13.982,3.379 14,3.1916 14,3C14,1.3432 12.6569,0 11,0C9.3432,0 8,1.3432 8,3C8,3.1916 8.018,3.379 8.0523,3.5606C5.0928,4.7342 3,7.6227 3,11L3,11.0208H3V16.1224C2.9697,16.3647 2.8218,16.9599 2.1011,17.0073C2.0702,17.0058 2.0391,17.0051 2.0078,17.0051C0.8989,17.0051 0,17.9041 0,19.0129C0,20.1218 0.8989,21.0208 2.0078,21.0208H2.0078H3H3.0078H19H20C20,21.0208 20,21.0208 20,21.0208C21.1089,21.0208 22.0078,20.1218 22.0078,19.0129C22.0078,17.9041 21.1089,17.0051 20,17.0051C19.9687,17.0051 19.9376,17.0058 19.9067,17.0073C18.9999,16.9477 19,16.0208 19,16.0208V11.0208V11C19,7.6227 16.9072,4.7342 13.9477,3.5606ZM11,25.0208C12.6569,25.0208 14,23.6776 14,22.0208H8C8,23.6776 9.3432,25.0208 11,25.0208Z" />
|
||||
</vector>
|
Binary file not shown.
Before Width: | Height: | Size: 2.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.2 KiB |
|
@ -1,12 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="25dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="25">
|
||||
<path
|
||||
android:pathData="M11.9375,2.5L11.9375,2.5A0.75,0.75 0,0 1,12.6875 3.25L12.6875,21.75A0.75,0.75 0,0 1,11.9375 22.5L11.9375,22.5A0.75,0.75 0,0 1,11.1875 21.75L11.1875,3.25A0.75,0.75 0,0 1,11.9375 2.5z"
|
||||
android:fillColor="@color/glyph_selected"/>
|
||||
<path
|
||||
android:pathData="M1.9375,12.5L1.9375,12.5A0.75,0.75 0,0 1,2.6875 11.75L21.1875,11.75A0.75,0.75 0,0 1,21.9375 12.5L21.9375,12.5A0.75,0.75 0,0 1,21.1875 13.25L2.6875,13.25A0.75,0.75 0,0 1,1.9375 12.5z"
|
||||
android:fillColor="@color/glyph_selected"/>
|
||||
</vector>
|
|
@ -1,10 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="25dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="25">
|
||||
<path
|
||||
android:pathData="M17.0625,4H7.0625C5.1295,4 3.5625,5.567 3.5625,7.5V17.5C3.5625,19.433 5.1295,21 7.0625,21H17.0625C18.9955,21 20.5625,19.433 20.5625,17.5V7.5C20.5625,5.567 18.9955,4 17.0625,4ZM7.0625,2.5C4.3011,2.5 2.0625,4.7386 2.0625,7.5V17.5C2.0625,20.2614 4.3011,22.5 7.0625,22.5H17.0625C19.8239,22.5 22.0625,20.2614 22.0625,17.5V7.5C22.0625,4.7386 19.8239,2.5 17.0625,2.5H7.0625Z"
|
||||
android:fillColor="@color/glyph_selected"
|
||||
android:fillType="evenOdd"/>
|
||||
</vector>
|
|
@ -1,13 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="25dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="25">
|
||||
<path
|
||||
android:pathData="M3.5625,10.375C3.5625,13.9649 6.4727,16.875 10.0625,16.875C13.6524,16.875 16.5625,13.9649 16.5625,10.375C16.5625,6.7852 13.6524,3.875 10.0625,3.875C6.4727,3.875 3.5625,6.7852 3.5625,10.375ZM10.0625,2.375C5.6442,2.375 2.0625,5.9567 2.0625,10.375C2.0625,14.7933 5.6442,18.375 10.0625,18.375C14.4808,18.375 18.0625,14.7933 18.0625,10.375C18.0625,5.9567 14.4808,2.375 10.0625,2.375Z"
|
||||
android:fillColor="@color/glyph_selected"
|
||||
android:fillType="evenOdd"/>
|
||||
<path
|
||||
android:pathData="M20.2929,22.2071C20.6834,22.5976 21.3166,22.5976 21.7071,22.2071C22.0976,21.8166 22.0976,21.1834 21.7071,20.7929L20.2929,22.2071ZM21.7071,20.7929L15.7071,14.7929L14.2929,16.2071L20.2929,22.2071L21.7071,20.7929Z"
|
||||
android:fillColor="@color/glyph_selected"/>
|
||||
</vector>
|
|
@ -1,15 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="25dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="25">
|
||||
<path
|
||||
android:pathData="M2,12.5L2,12.5A0.75,0.75 0,0 1,2.75 11.75L21.25,11.75A0.75,0.75 0,0 1,22 12.5L22,12.5A0.75,0.75 0,0 1,21.25 13.25L2.75,13.25A0.75,0.75 0,0 1,2 12.5z"
|
||||
android:fillColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M2,5.5L2,5.5A0.75,0.75 0,0 1,2.75 4.75L21.25,4.75A0.75,0.75 0,0 1,22 5.5L22,5.5A0.75,0.75 0,0 1,21.25 6.25L2.75,6.25A0.75,0.75 0,0 1,2 5.5z"
|
||||
android:fillColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M2,19.5L2,19.5A0.75,0.75 0,0 1,2.75 18.75L21.25,18.75A0.75,0.75 0,0 1,22 19.5L22,19.5A0.75,0.75 0,0 1,21.25 20.25L2.75,20.25A0.75,0.75 0,0 1,2 19.5z"
|
||||
android:fillColor="#ffffff"/>
|
||||
</vector>
|
|
@ -1,25 +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="#00000000"
|
||||
android:pathData="M8.75,3C8.75,2.3096 9.3096,1.75 10,1.75H14C14.6904,1.75 15.25,2.3096 15.25,3V5.25H8.75V3Z"
|
||||
android:strokeWidth="1.5"
|
||||
android:strokeColor="#ACA996" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M5.6577,19.5743L5.2705,5.25H18.7268L18.291,19.5836C18.2459,21.0691 17.0285,22.25 15.5423,22.25H8.4067C6.9168,22.25 5.6979,21.0636 5.6577,19.5743Z"
|
||||
android:strokeWidth="1.5"
|
||||
android:strokeColor="#ACA996" />
|
||||
<path
|
||||
android:fillColor="#ACA996"
|
||||
android:pathData="M9.3125,8.001H10.8125V19.501H9.3125V8.001Z" />
|
||||
<path
|
||||
android:fillColor="#ACA996"
|
||||
android:pathData="M13.3125,8.001H14.8125V19.501H13.3125V8.001Z" />
|
||||
<path
|
||||
android:fillColor="#ACA996"
|
||||
android:pathData="M3.2485,6C2.8343,6 2.5,5.6642 2.5,5.25C2.5,4.8358 2.8358,4.5 3.25,4.5L20.75,4.5C21.1642,4.5 21.5,4.8358 21.5,5.25C21.5,5.6642 21.1668,6 20.7526,6C17.5914,6 6.2745,6 3.2485,6Z" />
|
||||
</vector>
|
|
@ -1,20 +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="#ACA996"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M19,8.5H11C9.6193,8.5 8.5,9.6193 8.5,11V19C8.5,20.3807 9.6193,21.5 11,21.5H19C20.3807,21.5 21.5,20.3807 21.5,19V11C21.5,9.6193 20.3807,8.5 19,8.5ZM11,7C8.7909,7 7,8.7909 7,11V19C7,21.2091 8.7909,23 11,23H19C21.2091,23 23,21.2091 23,19V11C23,8.7909 21.2091,7 19,7H11Z" />
|
||||
<path
|
||||
android:fillColor="#ACA996"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M5,2.5H13C14.3807,2.5 15.5,3.6193 15.5,5V7H17V5C17,2.7909 15.2091,1 13,1H5C2.7909,1 1,2.7909 1,5V13C1,15.2091 2.7909,17 5,17H7V15.5H5C3.6193,15.5 2.5,14.3807 2.5,13V5C2.5,3.6193 3.6193,2.5 5,2.5Z" />
|
||||
<path
|
||||
android:fillColor="#ACA996"
|
||||
android:pathData="M15,11L15,11A0.75,0.75 0,0 1,15.75 11.75L15.75,18.25A0.75,0.75 0,0 1,15 19L15,19A0.75,0.75 0,0 1,14.25 18.25L14.25,11.75A0.75,0.75 0,0 1,15 11z" />
|
||||
<path
|
||||
android:fillColor="#ACA996"
|
||||
android:pathData="M11,15L11,15A0.75,0.75 0,0 1,11.75 14.25L18.25,14.25A0.75,0.75 0,0 1,19 15L19,15A0.75,0.75 0,0 1,18.25 15.75L11.75,15.75A0.75,0.75 0,0 1,11 15z" />
|
||||
</vector>
|
|
@ -1,14 +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="#ACA996"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M2,21.9998L7,20.9998L21.4393,6.5604C22.0251,5.9746 22.0251,5.0249 21.4393,4.4391L19.5607,2.5604C18.9749,1.9747 18.0251,1.9747 17.4393,2.5604L3,16.9998L2,21.9998ZM4.3818,17.7393L3.9121,20.0876L6.2605,19.618L20.3787,5.4998L18.5,3.6211L4.3818,17.7393Z" />
|
||||
<path
|
||||
android:fillColor="#ACA996"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M18,9.0607L15,6.0607L16.0607,5L19.0607,8L18,9.0607Z" />
|
||||
</vector>
|
|
@ -1,17 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="29dp"
|
||||
android:height="28dp"
|
||||
android:viewportWidth="29"
|
||||
android:viewportHeight="28">
|
||||
<path
|
||||
android:fillColor="#EAE9E0"
|
||||
android:pathData="M28.75,14C28.75,21.732 22.482,28 14.75,28C7.018,28 0.75,21.732 0.75,14C0.75,6.268 7.018,0 14.75,0C22.482,0 28.75,6.268 28.75,14Z" />
|
||||
<path
|
||||
android:fillColor="#ACA996"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M9.5429,8.7929C9.9334,8.4024 10.5666,8.4024 10.9571,8.7929L19.9571,17.7929C20.3476,18.1834 20.3476,18.8166 19.9571,19.2071C19.5666,19.5976 18.9334,19.5976 18.5429,19.2071L9.5429,10.2071C9.1524,9.8166 9.1524,9.1834 9.5429,8.7929Z" />
|
||||
<path
|
||||
android:fillColor="#ACA996"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M9.5429,19.2071C9.1524,18.8166 9.1524,18.1834 9.5429,17.7929L18.5429,8.7929C18.9334,8.4024 19.5666,8.4024 19.9571,8.7929C20.3476,9.1834 20.3476,9.8166 19.9571,10.2071L10.9571,19.2071C10.5666,19.5976 9.9334,19.5976 9.5429,19.2071Z" />
|
||||
</vector>
|
|
@ -1,9 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24.0"
|
||||
android:viewportHeight="24.0">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M19,3h-4.18C14.4,1.84 13.3,1 12,1c-1.3,0 -2.4,0.84 -2.82,2L5,3c-1.1,0 -2,0.9 -2,2v14c0,1.1 0.9,2 2,2h14c1.1,0 2,-0.9 2,-2L21,5c0,-1.1 -0.9,-2 -2,-2zM12,3c0.55,0 1,0.45 1,1s-0.45,1 -1,1 -1,-0.45 -1,-1 0.45,-1 1,-1zM12,7c1.66,0 3,1.34 3,3s-1.34,3 -3,3 -3,-1.34 -3,-3 1.34,-3 3,-3zM18,19L6,19v-1.4c0,-2 4,-3.1 6,-3.1s6,1.1 6,3.1L18,19z"/>
|
||||
</vector>
|
|
@ -1,14 +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="#ACA996"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M10.5,15.5C13.2614,15.5 15.5,13.2614 15.5,10.5C15.5,7.7386 13.2614,5.5 10.5,5.5C7.7386,5.5 5.5,7.7386 5.5,10.5C5.5,13.2614 7.7386,15.5 10.5,15.5ZM10.5,17C14.0899,17 17,14.0899 17,10.5C17,6.9102 14.0899,4 10.5,4C6.9102,4 4,6.9102 4,10.5C4,14.0899 6.9102,17 10.5,17Z" />
|
||||
<path
|
||||
android:fillColor="#ACA996"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M14.2929,14.2929C14.6834,13.9024 15.3166,13.9024 15.7071,14.2929L19.7071,18.2929C20.0976,18.6834 20.0976,19.3166 19.7071,19.7071C19.3166,20.0976 18.6834,20.0976 18.2929,19.7071L14.2929,15.7071C13.9024,15.3166 13.9024,14.6834 14.2929,14.2929Z" />
|
||||
</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:fillColor="#ACA996"
|
||||
android:pathData="M4,20L5,15L13,7L17,11L9,19L4,20Z" />
|
||||
<path
|
||||
android:fillColor="#ACA996"
|
||||
android:pathData="M15.6929,4.3071L14,6L18,10L19.6929,8.3071C20.0834,7.9166 20.0834,7.2834 19.6929,6.8929L17.1071,4.3071C16.7166,3.9166 16.0834,3.9166 15.6929,4.3071Z" />
|
||||
</vector>
|
|
@ -1,10 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="16dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="16">
|
||||
<path
|
||||
android:fillColor="#ACA996"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M0.2263,1.0749C0.0818,1.3516 0,1.6662 0,2V14C0,14.3338 0.0818,14.6484 0.2263,14.9251L7.1514,8L0.2263,1.0749ZM1.0748,0.2264L11.01,10.1615C11.5567,10.7083 12.4432,10.7083 12.9899,10.1615L22.9251,0.2263C22.6484,0.0818 22.3338,0 22,0H11.9612H2C1.6662,0 1.3515,0.0818 1.0748,0.2264ZM23.7736,1.0749L16.8485,8L23.7737,14.9251C23.9182,14.6484 24,14.3338 24,14V2C24,1.6662 23.9182,1.3515 23.7736,1.0749ZM22.9251,15.7736L16,8.8485L13.8384,11.0101C12.8231,12.0254 11.1768,12.0254 10.1615,11.0101L7.9999,8.8485L1.0749,15.7736C1.3515,15.9182 1.6662,16 2,16H22C22.3338,16 22.6485,15.9182 22.9251,15.7736Z" />
|
||||
</vector>
|
|
@ -1,18 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="28dp"
|
||||
android:height="29dp"
|
||||
android:viewportWidth="28"
|
||||
android:viewportHeight="29">
|
||||
<path
|
||||
android:pathData="M6,0.125L22,0.125A6,6 0,0 1,28 6.125L28,22.125A6,6 0,0 1,22 28.125L6,28.125A6,6 0,0 1,0 22.125L0,6.125A6,6 0,0 1,6 0.125z"
|
||||
android:fillColor="#2AA7EE"/>
|
||||
<path
|
||||
android:pathData="M17,11.125m-5,0a5,5 0,1 1,10 0a5,5 0,1 1,-10 0"
|
||||
android:fillColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M13,12.625L15.5,15.125L13,17.625H11V19.625H9V21.625L8.5,22.125H6V19.625L13,12.625Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M20,9.5962C20,10.4246 19.3284,11.0962 18.5,11.0962C17.6716,11.0962 17,10.4246 17,9.5962C17,8.7678 17.6716,8.0962 18.5,8.0962C19.3284,8.0962 20,8.7678 20,9.5962Z"
|
||||
android:fillColor="#2AA7EE"/>
|
||||
</vector>
|
|
@ -8,7 +8,7 @@
|
|||
android:scaleY="1.01"
|
||||
android:translateX="-0.54"
|
||||
android:translateY="-0.54">
|
||||
<path android:fillColor="#000000"
|
||||
<path android:fillColor="@color/background_black_launcher"
|
||||
android:pathData="M0,0h108v108h-108z"/>
|
||||
</group>
|
||||
</vector>
|
||||
|
|
|
@ -21,9 +21,9 @@
|
|||
android:endX="53.81"
|
||||
android:endY="78.7"
|
||||
android:type="linear">
|
||||
<item android:offset="0.5" android:color="#FFFFFFFF"/>
|
||||
<item android:offset="0.66" android:color="#FFFFEDBE"/>
|
||||
<item android:offset="0.84" android:color="#FFFFBCC3"/>
|
||||
<item android:offset="0.5" android:color="@color/gradient_white"/>
|
||||
<item android:offset="0.66" android:color="@color/gradient_light_yellow"/>
|
||||
<item android:offset="0.84" android:color="@color/gradient_light_pink"/>
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
|
|
|
@ -5,15 +5,15 @@
|
|||
android:viewportHeight="28">
|
||||
<path
|
||||
android:pathData="M16.03,20.99V4.07H12.09V6.88H11.86C11.65,6.47 11.36,6.03 10.99,5.56C10.61,5.09 10.1,4.69 9.46,4.36C8.82,4.02 8,3.85 7.01,3.85C5.7,3.85 4.51,4.18 3.46,4.86C2.4,5.52 1.56,6.5 0.94,7.81C0.31,9.1 0,10.69 0,12.58C0,14.44 0.31,16.03 0.92,17.33C1.53,18.64 2.36,19.63 3.42,20.32C4.47,21 5.66,21.34 7,21.34C7.97,21.34 8.78,21.18 9.42,20.86C10.06,20.53 10.57,20.14 10.96,19.69C11.35,19.22 11.65,18.78 11.86,18.37H12.02V20.99H16.03ZM12.1,12.56C12.1,13.66 11.95,14.62 11.64,15.44C11.32,16.27 10.87,16.91 10.28,17.38C9.68,17.83 8.96,18.06 8.11,18.06C7.23,18.06 6.49,17.83 5.89,17.35C5.29,16.88 4.84,16.22 4.54,15.4C4.23,14.57 4.08,13.62 4.08,12.56C4.08,11.5 4.23,10.57 4.53,9.75C4.83,8.93 5.28,8.29 5.88,7.83C6.48,7.36 7.22,7.13 8.11,7.13C8.97,7.13 9.69,7.36 10.29,7.81C10.89,8.26 11.34,8.89 11.65,9.7C11.95,10.51 12.1,11.46 12.1,12.56Z"
|
||||
android:fillColor="#DBDAD4"/>
|
||||
android:fillColor="@color/gray_light_logo"/>
|
||||
<path
|
||||
android:pathData="M64.59,4.07V7.16H61.24V15.94C61.24,16.47 61.32,16.89 61.48,17.17C61.65,17.45 61.87,17.65 62.14,17.75C62.42,17.85 62.72,17.9 63.05,17.9C63.3,17.9 63.53,17.89 63.73,17.85C63.95,17.81 64.11,17.78 64.22,17.75L64.89,20.88C64.68,20.95 64.38,21.03 63.98,21.12C63.59,21.21 63.11,21.26 62.54,21.27C61.54,21.3 60.64,21.15 59.83,20.82C59.03,20.48 58.39,19.96 57.92,19.25C57.46,18.54 57.23,17.66 57.24,16.6V7.16V4.07V0H61.24V4.07H64.59ZM23.82,21.04V11.1C23.82,10.28 23.97,9.58 24.27,9.01C24.58,8.43 25.01,7.99 25.54,7.69C26.09,7.38 26.71,7.23 27.41,7.23C28.44,7.23 29.25,7.55 29.83,8.19C30.42,8.83 30.72,9.72 30.72,10.85V21.04H34.72V10.23C34.72,8.88 34.49,7.73 34,6.77C33.52,5.82 32.84,5.1 31.97,4.6C31.1,4.1 30.08,3.85 28.9,3.85C27.64,3.85 26.57,4.13 25.71,4.69C24.86,5.25 24.23,6 23.84,6.95H23.64V4.07H19.82V21.04H23.82ZM70.58,27.23C71.3,25.29 72.01,23.34 72.74,21.4L66.58,4.07H70.83L74.74,16.89H74.92L78.84,4.07H83.09L74.8,27.23H70.58ZM85.86,27.41V4.07H89.8V6.87H90.03C90.24,6.46 90.53,6.02 90.9,5.56C91.28,5.09 91.79,4.69 92.43,4.35C93.07,4.02 93.89,3.85 94.88,3.85C96.19,3.85 97.37,4.18 98.43,4.85C99.49,5.51 100.33,6.5 100.95,7.8C101.57,9.1 101.89,10.69 101.89,12.58C101.89,14.44 101.58,16.03 100.97,17.33C100.36,18.63 99.53,19.63 98.47,20.31C97.42,21 96.23,21.34 94.89,21.34C93.92,21.34 93.11,21.18 92.47,20.85C91.83,20.53 91.31,20.14 90.92,19.68C90.54,19.22 90.24,18.78 90.03,18.37H89.86V27.41H85.86ZM89.79,12.55C89.79,13.65 89.94,14.61 90.25,15.44C90.57,16.26 91.02,16.91 91.61,17.37C92.21,17.83 92.93,18.06 93.78,18.06C94.66,18.06 95.4,17.82 96,17.35C96.59,16.87 97.04,16.22 97.35,15.4C97.65,14.56 97.81,13.62 97.81,12.55C97.81,11.5 97.66,10.57 97.36,9.75C97.05,8.93 96.6,8.29 96.01,7.82C95.41,7.36 94.67,7.13 93.78,7.13C92.92,7.13 92.2,7.35 91.6,7.8C91,8.25 90.55,8.88 90.24,9.69C89.94,10.5 89.79,11.46 89.79,12.55ZM108.42,20.31C109.66,21.02 111.13,21.37 112.83,21.37C114.15,21.37 115.32,21.18 116.34,20.78C117.37,20.37 118.21,19.8 118.86,19.08C119.53,18.34 119.98,17.48 120.21,16.49L116.48,16.07C116.3,16.55 116.04,16.95 115.69,17.27C115.35,17.6 114.94,17.84 114.46,18.01C113.99,18.18 113.47,18.26 112.88,18.26C112.01,18.26 111.26,18.07 110.61,17.7C109.96,17.33 109.45,16.79 109.09,16.09C108.75,15.41 108.56,14.59 108.55,13.65H120.38V12.42C120.38,10.93 120.17,9.65 119.76,8.58C119.35,7.49 118.78,6.6 118.06,5.9C117.34,5.2 116.52,4.69 115.58,4.35C114.65,4.02 113.67,3.85 112.62,3.85C111,3.85 109.59,4.22 108.39,4.96C107.18,5.7 106.25,6.73 105.58,8.06C104.92,9.38 104.58,10.91 104.58,12.65C104.58,14.43 104.92,15.97 105.58,17.28C106.24,18.59 107.19,19.6 108.42,20.31ZM108.56,10.95C108.6,10.29 108.77,9.67 109.07,9.11C109.42,8.47 109.9,7.95 110.52,7.56C111.14,7.16 111.86,6.96 112.67,6.96C113.44,6.96 114.11,7.14 114.69,7.48C115.27,7.83 115.72,8.3 116.04,8.91C116.37,9.5 116.54,10.19 116.54,10.95H108.56Z"
|
||||
android:fillColor="#DBDAD4"
|
||||
android:fillColor="@color/gray_light_logo"
|
||||
android:fillType="evenOdd"/>
|
||||
<path
|
||||
android:pathData="M66.58,4.07L72.74,21.4C72.01,23.34 71.3,25.29 70.58,27.23H74.8L83.09,4.07H78.84L74.92,16.89H74.74L70.83,4.07H66.58Z"
|
||||
android:fillColor="#DBDAD4"/>
|
||||
android:fillColor="@color/gray_light_logo"/>
|
||||
<path
|
||||
android:pathData="M36.98,4.07L43.14,21.4C42.41,23.34 41.69,25.28 40.97,27.23H45.2L53.49,4.07H49.24L45.31,16.89H45.14L41.22,4.07H36.98Z"
|
||||
android:fillColor="#DBDAD4"/>
|
||||
android:fillColor="@color/gray_light_logo"/>
|
||||
</vector>
|
||||
|
|
|
@ -5,6 +5,6 @@
|
|||
android:viewportHeight="18">
|
||||
<path
|
||||
android:pathData="M6.75,7.5H11.25V5.5C11.25,4.257 10.243,3.25 9,3.25C7.757,3.25 6.75,4.257 6.75,5.5V7.5ZM12.5,7.5C13.328,7.5 14,8.172 14,9V13.5C14,14.328 13.328,15 12.5,15H5.5C4.672,15 4,14.328 4,13.5V9C4,8.172 4.672,7.5 5.5,7.5L5.5,5.5C5.5,3.567 7.067,2 9,2C10.933,2 12.5,3.567 12.5,5.5V7.5Z"
|
||||
android:fillColor="#A7A7A7"
|
||||
android:fillColor="@color/gray_mnemonic_lock"
|
||||
android:fillType="evenOdd"/>
|
||||
</vector>
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="9dp"
|
||||
android:height="14dp"
|
||||
android:viewportWidth="9"
|
||||
android:viewportHeight="14">
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M1.0911,13L7.0911,7L1.0911,1"
|
||||
android:strokeWidth="2"
|
||||
android:strokeColor="#ACA996" />
|
||||
</vector>
|
|
@ -1,10 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="20dp"
|
||||
android:height="26dp"
|
||||
android:viewportWidth="20"
|
||||
android:viewportHeight="26">
|
||||
<path
|
||||
android:fillColor="#ACA996"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M5,11.0526H15V7.9901C15,5.2287 12.7614,2.9901 10,2.9901C7.2386,2.9901 5,5.2287 5,7.9901V11.0526ZM3,11.0526H2C0.8954,11.0526 0,11.9481 0,13.0526V23.0526C0,24.1572 0.8954,25.0526 2,25.0526H18C19.1046,25.0526 20,24.1572 20,23.0526V13.0526C20,11.9481 19.1046,11.0526 18,11.0526H17V7.9901C17,4.1241 13.866,0.9901 10,0.9901C6.134,0.9901 3,4.1241 3,7.9901V11.0526Z" />
|
||||
</vector>
|
|
@ -1,17 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="28dp"
|
||||
android:height="29dp"
|
||||
android:viewportWidth="28"
|
||||
android:viewportHeight="29">
|
||||
<path
|
||||
android:pathData="M6,0.125L22,0.125A6,6 0,0 1,28 6.125L28,22.125A6,6 0,0 1,22 28.125L6,28.125A6,6 0,0 1,0 22.125L0,6.125A6,6 0,0 1,6 0.125z"
|
||||
android:fillColor="#5DD400"/>
|
||||
<path
|
||||
android:pathData="M8,12.125L20,12.125A1,1 0,0 1,21 13.125L21,21.125A1,1 0,0 1,20 22.125L8,22.125A1,1 0,0 1,7 21.125L7,13.125A1,1 0,0 1,8 12.125z"
|
||||
android:fillColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M14,5.875L14,5.875A3.75,3.75 0,0 1,17.75 9.625L17.75,15.625A3.75,3.75 0,0 1,14 19.375L14,19.375A3.75,3.75 0,0 1,10.25 15.625L10.25,9.625A3.75,3.75 0,0 1,14 5.875z"
|
||||
android:strokeWidth="1.5"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffffff"/>
|
||||
</vector>
|
|
@ -1,10 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="12dp"
|
||||
android:height="12dp"
|
||||
android:viewportWidth="12"
|
||||
android:viewportHeight="12">
|
||||
<path
|
||||
android:pathData="M5.999,0C5.644,0 5.356,0.288 5.356,0.643V5.356H0.643C0.288,5.356 0,5.644 0,5.999C0,6.354 0.288,6.642 0.643,6.642H5.356V11.357C5.356,11.712 5.644,12 5.999,12C6.354,12 6.642,11.712 6.642,11.357V6.642H11.357C11.712,6.642 12,6.354 12,5.999C12,5.644 11.712,5.356 11.357,5.356H6.642V0.643C6.642,0.288 6.354,0 5.999,0Z"
|
||||
android:fillColor="#ffffff"
|
||||
android:fillType="evenOdd"/>
|
||||
</vector>
|
|
@ -1,9 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24.0"
|
||||
android:viewportHeight="24.0">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M9,11.75c-0.69,0 -1.25,0.56 -1.25,1.25s0.56,1.25 1.25,1.25 1.25,-0.56 1.25,-1.25 -0.56,-1.25 -1.25,-1.25zM15,11.75c-0.69,0 -1.25,0.56 -1.25,1.25s0.56,1.25 1.25,1.25 1.25,-0.56 1.25,-1.25 -0.56,-1.25 -1.25,-1.25zM12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,20c-4.41,0 -8,-3.59 -8,-8 0,-0.29 0.02,-0.58 0.05,-0.86 2.36,-1.05 4.23,-2.98 5.21,-5.37C11.07,8.33 14.05,10 17.42,10c0.78,0 1.53,-0.09 2.25,-0.26 0.21,0.71 0.33,1.47 0.33,2.26 0,4.41 -3.59,8 -8,8z"/>
|
||||
</vector>
|
|
@ -1,18 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="25dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="25">
|
||||
<group>
|
||||
<clip-path
|
||||
android:pathData="M0,0.125h24v24h-24z"/>
|
||||
<path
|
||||
android:pathData="M9.2929,6.4179C9.6834,6.0274 10.3166,6.0274 10.7071,6.4179L16.4142,12.125L10.7071,17.8321C10.3166,18.2226 9.6834,18.2226 9.2929,17.8321C8.9024,17.4416 8.9024,16.8084 9.2929,16.4179L13.5858,12.125L9.2929,7.8321C8.9024,7.4416 8.9024,6.8084 9.2929,6.4179Z"
|
||||
android:fillColor="@color/text_tertiary"
|
||||
android:fillType="evenOdd"/>
|
||||
<path
|
||||
android:pathData="M9.4697,6.5947C9.7626,6.3018 10.2374,6.3018 10.5303,6.5947L16.0607,12.125L10.5303,17.6553C10.2374,17.9482 9.7626,17.9482 9.4697,17.6553C9.1768,17.3624 9.1768,16.8876 9.4697,16.5947L13.9393,12.125L9.4697,7.6553C9.1768,7.3624 9.1768,6.8876 9.4697,6.5947Z"
|
||||
android:fillColor="@color/text_tertiary"
|
||||
android:fillType="evenOdd"/>
|
||||
</group>
|
||||
</vector>
|
|
@ -1,10 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="8dp"
|
||||
android:height="12dp"
|
||||
android:viewportWidth="8"
|
||||
android:viewportHeight="12">
|
||||
<path
|
||||
android:fillColor="#ACA996"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M0.2929,0.2929C0.6834,-0.0976 1.3166,-0.0976 1.7071,0.2929L7.4142,6L1.7071,11.7071C1.3166,12.0976 0.6834,12.0976 0.2929,11.7071C-0.0976,11.3166 -0.0976,10.6834 0.2929,10.2929L4.5858,6L0.2929,1.7071C-0.0976,1.3166 -0.0976,0.6834 0.2929,0.2929Z" />
|
||||
</vector>
|
|
@ -9,6 +9,6 @@
|
|||
<path
|
||||
android:pathData="M9,14L13.031,18.5L18.5,9"
|
||||
android:strokeWidth="1.5"
|
||||
android:fillColor="#00000000"
|
||||
android:fillColor="@color/transparent"
|
||||
android:strokeColor="@color/text_primary"/>
|
||||
</vector>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M14,0.5L14,0.5A13.5,13.5 0,0 1,27.5 14L27.5,14A13.5,13.5 0,0 1,14 27.5L14,27.5A13.5,13.5 0,0 1,0.5 14L0.5,14A13.5,13.5 0,0 1,14 0.5z"
|
||||
android:fillColor="#00000000"
|
||||
android:fillColor="@color/transparent"
|
||||
android:strokeColor="@color/shape_primary"/>
|
||||
<path
|
||||
android:pathData="M8.75,14.75L19.25,14.75A0.75,0.75 0,0 0,20 14L20,14A0.75,0.75 0,0 0,19.25 13.25L8.75,13.25A0.75,0.75 0,0 0,8 14L8,14A0.75,0.75 0,0 0,8.75 14.75z"
|
||||
|
|
|
@ -1,20 +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:fillColor="#00000000"
|
||||
android:pathData="M12.3994,8.4731C13.6969,9.7706 13.6969,11.8743 12.3994,13.1719C11.1019,14.4694 8.9982,14.4694 7.7007,13.1719C6.4032,11.8743 6.4032,9.7706 7.7007,8.4731C8.9982,7.1756 11.1019,7.1756 12.3994,8.4731"
|
||||
android:strokeWidth="1.5"
|
||||
android:strokeColor="#E89D00"
|
||||
android:strokeLineCap="round"
|
||||
android:strokeLineJoin="round" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M17.5,7.4997V14.9997C17.5,15.9205 16.7542,16.6663 15.8333,16.6663H4.1667C3.2458,16.6663 2.5,15.9205 2.5,14.9997V7.4997C2.5,6.5788 3.2458,5.833 4.1667,5.833H5.8333L7.0517,3.7463C7.2008,3.4905 7.475,3.333 7.7717,3.333H12.1917C12.4842,3.333 12.755,3.4863 12.9058,3.7363L14.1667,5.833H15.8333C16.7542,5.833 17.5,6.5788 17.5,7.4997Z"
|
||||
android:strokeWidth="1.5"
|
||||
android:strokeColor="#E89D00"
|
||||
android:strokeLineCap="round"
|
||||
android:strokeLineJoin="round" />
|
||||
</vector>
|
|
@ -1,18 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="28dp"
|
||||
android:height="29dp"
|
||||
android:viewportWidth="28"
|
||||
android:viewportHeight="29">
|
||||
<path
|
||||
android:pathData="M6,0.125L22,0.125A6,6 0,0 1,28 6.125L28,22.125A6,6 0,0 1,22 28.125L6,28.125A6,6 0,0 1,0 22.125L0,6.125A6,6 0,0 1,6 0.125z"
|
||||
android:fillColor="#AB50CC"/>
|
||||
<path
|
||||
android:pathData="M18,22.1289C18.5523,22.1289 19,21.6812 19,21.1289V7.1289C19,6.5766 18.5523,6.1289 18,6.1289H10C9.4477,6.1289 9,6.5766 9,7.1289L9,21.1289C9,21.6812 9.4477,22.1289 10,22.1289H18Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M21,20.1289C21.5523,20.1289 22,19.6812 22,19.1289V9.1289C22,8.5766 21.5523,8.1289 21,8.1289H20.5V20.1289H21Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M7,20.1289C6.4477,20.1289 6,19.6812 6,19.1289L6,9.1289C6,8.5766 6.4477,8.1289 7,8.1289H7.5L7.5,20.1289H7Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
</vector>
|
|
@ -1,10 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="82dp"
|
||||
android:height="18dp"
|
||||
android:viewportWidth="82"
|
||||
android:viewportHeight="18">
|
||||
<path
|
||||
android:pathData="M11.3448,3.0043H8.2985V4.727C7.6892,3.6556 6.4077,2.7522 4.79,2.7522C3.4455,2.7522 2.2479,3.2564 1.3866,4.2018C0.5252,5.1472 0,6.5548 0,8.3826V8.5506C0,10.3784 0.5252,11.786 1.3656,12.7314C2.2269,13.7188 3.4244,14.223 4.79,14.223C6.4917,14.223 7.7312,13.3827 8.2985,12.3112V13.9905H11.3448V3.0043ZM5.5463,11.8491C3.8656,11.8491 2.9412,10.7356 2.9412,8.5717V8.4036C2.9412,6.1557 4.0337,5.0842 5.5673,5.0842C7.164,5.0842 8.2565,6.1977 8.2565,8.4036V8.5717C8.2565,10.7776 7.227,11.8491 5.5463,11.8491ZM14.2979,3.0043H17.3442V4.7481C17.9115,3.6556 19.0669,2.7522 20.9157,2.7522C22.0082,2.7522 22.9116,3.0884 23.5838,3.7606C24.2351,4.4539 24.6133,5.5464 24.6133,6.996V13.9919H21.567V7.4372C21.567,5.9246 20.9787,5.2313 19.6342,5.2313C18.3106,5.2313 17.3442,6.0296 17.3442,7.6473V13.9919H14.2979V3.0043ZM30.0164,12.8784L25.6465,3.0043H28.9239L31.592,9.6011L34.0501,3.0043H36.9703L31.0248,17.7315H28.0836L30.0164,12.8784ZM42.0965,14.202C39.7645,14.202 38.546,13.0255 38.546,10.7356V0.2292H41.5713V3.0043H44.2891V5.1682H41.5713V10.4625C41.5713,11.3238 41.9704,11.765 42.7898,11.765C43.5851,11.765 43.961,11.5736 44.2891,11.3938V13.7226C43.7139,13.9976 43.1192,14.202 42.0965,14.202ZM50.0079,12.8784L45.6381,3.0043H48.9155L51.5836,9.6011L54.0416,3.0043H56.9619L51.0164,17.7315H48.0751L50.0079,12.8784ZM58.3312,3.0043H61.3774V4.727C61.9867,3.6556 63.2682,2.7522 64.8859,2.7522C66.2305,2.7522 67.428,3.2564 68.2894,4.2018C69.1507,5.1472 69.6759,6.5548 69.6759,8.3826V8.5506C69.6759,10.3784 69.1507,11.786 68.3104,12.7314C67.449,13.7188 66.2515,14.223 64.8859,14.223C63.1842,14.223 61.9447,13.3827 61.3774,12.3112V17.7315H58.3312V3.0043ZM63.9431,11.8491C65.6238,11.8491 66.5482,10.7356 66.5482,8.5717V8.4036C66.5482,6.1557 65.4557,5.0842 63.9221,5.0842C62.3254,5.0842 61.233,6.1977 61.233,8.4036V8.5717C61.233,10.7776 62.2624,11.8491 63.9431,11.8491ZM76.7271,14.2204C75.0675,14.2204 73.639,13.7162 72.6306,12.7288C71.6012,11.7835 70.992,10.397 70.992,8.6323V8.4643C70.992,6.7207 71.6012,5.3131 72.6306,4.3048C73.639,3.3174 75.0465,2.7502 76.6431,2.7502C78.0716,2.7502 79.3951,3.1704 80.3824,4.0737C81.3698,4.977 82,6.3845 82,8.3382V9.1785H74.0801C74.1642,11.0272 75.1305,12.0566 76.8111,12.0566C78.2396,12.0566 78.9119,11.4474 79.101,10.523H81.979C81.6219,12.8969 79.7522,14.2204 76.7271,14.2204ZM79.0379,7.3089C78.9329,5.6283 78.0926,4.851 76.643,4.851C75.2775,4.851 74.3532,5.7333 74.1221,7.3089H79.0379Z"
|
||||
android:fillColor="#ffffff"
|
||||
android:fillType="evenOdd"/>
|
||||
</vector>
|
|
@ -6,7 +6,7 @@
|
|||
<path
|
||||
android:pathData="M7.5,15L12.5,10L7.5,5"
|
||||
android:strokeWidth="1.5"
|
||||
android:fillColor="#00000000"
|
||||
android:fillColor="@color/transparent"
|
||||
android:strokeColor="@color/text_primary"
|
||||
android:strokeLineCap="round"/>
|
||||
</vector>
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="8dp"
|
||||
android:height="12dp"
|
||||
android:viewportWidth="8"
|
||||
android:viewportHeight="12">
|
||||
<path
|
||||
android:pathData="M7.091,0.211C7.384,0.492 7.384,0.948 7.091,1.229L2.121,6L7.091,10.771C7.384,11.052 7.384,11.508 7.091,11.789C6.798,12.07 6.323,12.07 6.03,11.789L0,6L6.03,0.211C6.323,-0.07 6.798,-0.07 7.091,0.211Z"
|
||||
android:fillColor="#A7A7A7"
|
||||
android:fillType="evenOdd"/>
|
||||
</vector>
|
Binary file not shown.
Before Width: | Height: | Size: 6.7 KiB |
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="18dp" />
|
||||
<solid android:color="#FEF3C5" />
|
||||
</shape>
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="8dp" />
|
||||
<solid android:color="#FFEE94" />
|
||||
</shape>
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="8dp" />
|
||||
<solid android:color="#F3F2EC" />
|
||||
</shape>
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="8dp" />
|
||||
<solid android:color="@android:color/transparent" />
|
||||
</shape>
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="8dp" />
|
||||
<solid android:color="#F7F5F0" />
|
||||
</shape>
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/white" />
|
||||
<corners
|
||||
android:bottomLeftRadius="10dp"
|
||||
android:bottomRightRadius="10dp" />
|
||||
</shape>
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/white" />
|
||||
<corners android:radius="10dp" />
|
||||
</shape>
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/white" />
|
||||
<corners
|
||||
android:topLeftRadius="10dp"
|
||||
android:topRightRadius="10dp" />
|
||||
</shape>
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/circle_pin_code_dot_empty" android:state_selected="false" />
|
||||
<item android:drawable="@drawable/circle_pin_code_dot_active" android:state_selected="true" />
|
||||
</selector>
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/circle_pin_code_keyboard_default" android:state_pressed="false" />
|
||||
<item android:drawable="@drawable/circle_pin_code_keyboard_pressed" android:state_pressed="true" />
|
||||
</selector>
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/rectangle_background_selected_profile" android:state_selected="true" />
|
||||
<item android:drawable="@drawable/rectangle_background_profile_transparent" android:state_selected="false" />
|
||||
</selector>
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="@color/shape_transparent" />
|
||||
</shape>
|
|
@ -5,6 +5,6 @@
|
|||
android:viewportHeight="20">
|
||||
<path
|
||||
android:pathData="M16.633,4.402L9.131,16.191L3.47,10.53L4.53,9.469L8.869,13.808L15.367,3.597L16.633,4.402Z"
|
||||
android:fillColor="#2AA7EE"
|
||||
android:fillColor="@color/circle_accent_sky"
|
||||
android:fillType="evenOdd"/>
|
||||
</vector>
|
||||
|
|
|
@ -1,101 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--typography, buttons 05.04-->
|
||||
<androidx.constraintlayout.widget.ConstraintLayout 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.cardview.widget.CardView
|
||||
android:id="@+id/container"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom"
|
||||
android:layout_marginStart="20dp"
|
||||
android:layout_marginEnd="20dp"
|
||||
android:layout_marginBottom="20dp"
|
||||
app:cardCornerRadius="@dimen/auth_default_card_corner_radius"
|
||||
app:cardElevation="0dp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent">
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/image"
|
||||
android:layout_width="@dimen/auth_default_icon_circle_diameter"
|
||||
android:layout_height="@dimen/auth_default_icon_circle_diameter"
|
||||
android:layout_marginStart="@dimen/auth_default_margin_start"
|
||||
android:layout_marginTop="20dp"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:background="@drawable/circle_emoji_icon_background"
|
||||
app:layout_constraintBottom_toTopOf="@+id/title"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/icon"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:layout_gravity="center"
|
||||
android:src="@drawable/ic_update_app" />
|
||||
|
||||
</FrameLayout>
|
||||
|
||||
<com.anytypeio.anytype.core_ui.views.ButtonPrimaryLarge
|
||||
android:id="@+id/update"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="@dimen/auth_default_button_height"
|
||||
android:layout_marginStart="5dp"
|
||||
android:layout_marginEnd="@dimen/auth_default_margin_end"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:text="@string/update"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintHorizontal_bias="0.5"
|
||||
app:layout_constraintStart_toEndOf="@+id/later" />
|
||||
|
||||
<com.anytypeio.anytype.core_ui.views.ButtonSecondaryLarge
|
||||
android:id="@+id/later"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="@dimen/auth_default_button_height"
|
||||
android:layout_marginStart="@dimen/auth_default_margin_start"
|
||||
android:layout_marginEnd="5dp"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:text="@string/later"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toStartOf="@+id/update"
|
||||
app:layout_constraintHorizontal_bias="0.5"
|
||||
app:layout_constraintStart_toStartOf="parent" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/title"
|
||||
style="@style/TextView.ContentStyle.Headline.Heading"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="20dp"
|
||||
android:layout_marginBottom="10dp"
|
||||
android:text="@string/time_to_update_title"
|
||||
app:layout_constraintBottom_toTopOf="@+id/subtitle"
|
||||
app:layout_constraintStart_toStartOf="parent" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/subtitle"
|
||||
style="@style/TextView.UXStyle.Body.Callout.Regular"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="20dp"
|
||||
android:layout_marginEnd="20dp"
|
||||
android:layout_marginBottom="18dp"
|
||||
android:text="@string/time_to_update_text"
|
||||
app:layout_constraintBottom_toTopOf="@+id/update"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
</androidx.cardview.widget.CardView>
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
@ -1,11 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<androidx.fragment.app.FragmentContainerView
|
||||
android:id="@+id/container"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" />
|
||||
|
||||
</FrameLayout>
|
|
@ -1,10 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/recycler"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" />
|
||||
</FrameLayout>
|
|
@ -1,69 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--typography, buttons 05.04-->
|
||||
<LinearLayout 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"
|
||||
android:orientation="vertical">
|
||||
|
||||
<View
|
||||
android:id="@+id/dragger"
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="4dp"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:layout_marginTop="6dp"
|
||||
android:background="@drawable/dragger" />
|
||||
|
||||
<TextView
|
||||
style="@style/TextView.UXStyle.Titles.1"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="18dp"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:text="@string/limit_object_types"/>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/searchBar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="20dp"
|
||||
android:layout_marginTop="20dp"
|
||||
android:layout_marginEnd="20dp"
|
||||
android:background="@drawable/rect_dv_filter_search"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/searchIcon"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginStart="8dp"
|
||||
android:layout_marginTop="6dp"
|
||||
android:layout_marginBottom="6dp"
|
||||
android:src="@drawable/ic_dv_filter_search" />
|
||||
|
||||
<EditText
|
||||
android:id="@+id/searchObjectTypeInput"
|
||||
style="@style/TextView.UXStyle.Body"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginStart="4dp"
|
||||
android:background="@null"
|
||||
android:gravity="center_vertical"
|
||||
android:hint="@string/search"
|
||||
android:maxLines="1"
|
||||
android:singleLine="true"
|
||||
android:textColorHint="@color/text_secondary" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/recycler"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginTop="@dimen/dp_10"
|
||||
android:paddingStart="20dp"
|
||||
android:paddingEnd="20dp"
|
||||
tools:listitem="@layout/item_document_relation_default" />
|
||||
|
||||
</LinearLayout>
|
|
@ -1,7 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/container"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
</FrameLayout>
|
|
@ -1,25 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/recycler"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginStart="20dp"
|
||||
android:layout_marginEnd="20dp"
|
||||
android:clipToPadding="false"
|
||||
android:paddingBottom="20dp" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/close"
|
||||
android:layout_width="28dp"
|
||||
android:layout_height="28dp"
|
||||
android:layout_gravity="end"
|
||||
android:layout_marginTop="16dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:contentDescription="@string/content_description_close_button"
|
||||
android:src="@drawable/ic_close_round" />
|
||||
|
||||
</FrameLayout>
|
Binary file not shown.
Before Width: | Height: | Size: 3 KiB |
|
@ -6,22 +6,11 @@
|
|||
<color name="colorPrimaryDark">#000000</color>
|
||||
<color name="colorAccent">#3F51B5</color>
|
||||
|
||||
<color name="gray_background">#6a6962</color>
|
||||
<color name="button_active">#FFBB2C</color>
|
||||
<color name="button_not_active">#ACA996</color>
|
||||
|
||||
<color name="orange">#FFBB2C</color>
|
||||
<color name="white">#FFFFFF</color>
|
||||
<color name="black">#FFFFFF</color>
|
||||
<color name="gray">#ACA996</color>
|
||||
<color name="keychain_hint_color">#ACA996</color>
|
||||
<color name="blue">#3F51B5</color>
|
||||
|
||||
<color name="auth_divider">#DFDDD0</color>
|
||||
<color name="hint_color">#ACA996</color>
|
||||
|
||||
<color name="default_dashboard_background_color">#0066C3</color>
|
||||
|
||||
<color name="library_action_btn_text_color">#000000</color>
|
||||
|
||||
</resources>
|
||||
|
|
|
@ -2,22 +2,23 @@
|
|||
<resources>
|
||||
<color name="defaultCanvasColor">#FFFFFF</color>
|
||||
|
||||
<color name="gray_background">#6a6962</color>
|
||||
<color name="button_active">#FFBB2C</color>
|
||||
<color name="button_not_active">#ACA996</color>
|
||||
|
||||
<color name="orange">#FFBB2C</color>
|
||||
<color name="white">#FFFFFF</color>
|
||||
<color name="black">#2C2B27</color>
|
||||
<color name="gray">#ACA996</color>
|
||||
<color name="keychain_hint_color">#ACA996</color>
|
||||
<color name="blue">#3F51B5</color>
|
||||
|
||||
<color name="auth_divider">#DFDDD0</color>
|
||||
<color name="hint_color">#ACA996</color>
|
||||
|
||||
<color name="default_dashboard_background_color">#0066C3</color>
|
||||
|
||||
<color name="library_action_btn_text_color">#FFFFFF</color>
|
||||
<color name="circle_accent_sky">#2AA7EE</color>
|
||||
|
||||
</resources>
|
||||
<color name="gradient_light_yellow">#FFFFEDBE</color>
|
||||
<color name="gradient_light_pink">#FFFFBCC3</color>
|
||||
|
||||
<color name="transparent">#00000000</color>
|
||||
|
||||
<color name="background_black_launcher">#000000</color>
|
||||
|
||||
<color name="gray_light_logo">#DBDAD4</color>
|
||||
<color name="gray_mnemonic_lock">#A7A7A7</color>
|
||||
|
||||
</resources>
|
|
@ -1,45 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<dimen name="default_button_text_size">15sp</dimen>
|
||||
|
||||
<dimen name="button_text_size">18sp</dimen>
|
||||
<dimen name="profile_adapter_margin_top">12dp</dimen>
|
||||
<dimen name="dot_spacing">20dp</dimen>
|
||||
<dimen name="num_pad_vertical_spacing">16dp</dimen>
|
||||
|
||||
<dimen name="auth_default_card_margin">20dp</dimen>
|
||||
<dimen name="auth_default_card_corner_radius">12dp</dimen>
|
||||
<dimen name="auth_default_margin_start">20dp</dimen>
|
||||
<dimen name="auth_default_margin_end">20dp</dimen>
|
||||
<dimen name="auth_default_margin_bottom">20dp</dimen>
|
||||
<dimen name="auth_default_button_height">48dp</dimen>
|
||||
<dimen name="auth_default_icon_circle_diameter">64dp</dimen>
|
||||
<dimen name="auth_default_button_text_size">15sp</dimen>
|
||||
|
||||
|
||||
<dimen name="table_column_header_height">16dp</dimen>
|
||||
<dimen name="table_row_header_width">16dp</dimen>
|
||||
|
||||
<dimen name="list_margin_start">20dp</dimen>
|
||||
<dimen name="editor_recycler_bottom_padding">48dp</dimen>
|
||||
<dimen name="avatar_height_big">96dp</dimen>
|
||||
<dimen name="avatar_width_big">96dp</dimen>
|
||||
|
||||
<dimen name="action_toolbar_block_padding_top">12dp</dimen>
|
||||
<dimen name="action_toolbar_block_padding_bottom">12dp</dimen>
|
||||
<dimen name="action_toolbar_bar_margin_bottom">16dp</dimen>
|
||||
<dimen name="action_toolbar_bar_margin_top">8dp</dimen>
|
||||
|
||||
<dimen name="shimmer_radius">5dp</dimen>
|
||||
<dimen name="shimmer_line_height">8dp</dimen>
|
||||
<dimen name="scroll_and_move_start_end_padding">8dp</dimen>
|
||||
<dimen name="height_avatar_on_dashboard">80dp</dimen>
|
||||
<dimen name="width_avatar_on_dashboard">80dp</dimen>
|
||||
<dimen name="single_option_value_bottom_list_margin">32dp</dimen>
|
||||
<dimen name="multiple_option_value_bottom_list_margin">68dp</dimen>
|
||||
<dimen name="default_dashboard_card_height">126dp</dimen>
|
||||
<dimen name="dashboard_object_icon_default_size">48dp</dimen>
|
||||
<dimen name="default_divider_height">0.5dp</dimen>
|
||||
<dimen name="default_search_toolbar_clip_height">36dp</dimen>
|
||||
</resources>
|
|
@ -3,13 +3,6 @@
|
|||
<style name="AuthHeaderStyle" parent="TextView.ContentStyle.Headline.Heading">
|
||||
</style>
|
||||
|
||||
<style name="PinCodeKeyboardNumber" parent="TextView.ContentStyle.Headline.Title">
|
||||
<item name="android:stateListAnimator">@animator/scale_shrink</item>
|
||||
<item name="android:clickable">true</item>
|
||||
<item name="android:gravity">center</item>
|
||||
<item name="android:background">@drawable/selector_pin_code_keyboard</item>
|
||||
</style>
|
||||
|
||||
<style name="SyncFromCloudDialog" parent="Theme.MaterialComponents.Dialog.Alert">
|
||||
<item name="android:windowNoTitle">true</item>
|
||||
<item name="android:background">#fff</item>
|
||||
|
|
|
@ -1,27 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<MotionScene xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<Transition
|
||||
app:constraintSetEnd="@id/end"
|
||||
app:constraintSetStart="@id/start"
|
||||
app:duration="1000">
|
||||
<OnSwipe
|
||||
app:dragDirection="dragUp"
|
||||
app:touchAnchorId="@+id/recycler"
|
||||
app:touchAnchorSide="top" />
|
||||
</Transition>
|
||||
|
||||
<ConstraintSet android:id="@+id/start">
|
||||
|
||||
</ConstraintSet>
|
||||
|
||||
<ConstraintSet android:id="@+id/end">
|
||||
<Constraint
|
||||
android:id="@+id/title"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="0dp" />
|
||||
</ConstraintSet>
|
||||
|
||||
</MotionScene>
|
|
@ -1,172 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<MotionScene xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<ConstraintSet android:id="@+id/start">
|
||||
<Constraint
|
||||
android:id="@+id/bottomSheet"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:layout_marginTop="58dp"
|
||||
app:layout_constraintBottom_toTopOf="@+id/selectionBottomToolbar"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/btnLibrary" />
|
||||
<Constraint
|
||||
android:id="@+id/tvGreeting">
|
||||
<CustomAttribute
|
||||
app:attributeName="alpha"
|
||||
app:customFloatValue="1.0" />
|
||||
</Constraint>
|
||||
<Constraint
|
||||
android:id="@+id/avatarContainer">
|
||||
<CustomAttribute
|
||||
app:attributeName="alpha"
|
||||
app:customFloatValue="1.0" />
|
||||
</Constraint>
|
||||
<Constraint
|
||||
android:id="@+id/btnSearch"
|
||||
android:layout_width="52dp"
|
||||
android:layout_height="52dp"
|
||||
android:layout_marginTop="50dp"
|
||||
android:layout_marginEnd="20dp"
|
||||
app:layout_constraintEnd_toStartOf="@+id/btnLibrary"
|
||||
app:layout_constraintTop_toBottomOf="@+id/avatarContainer">
|
||||
<CustomAttribute
|
||||
app:attributeName="alpha"
|
||||
app:customFloatValue="1.0" />
|
||||
</Constraint>
|
||||
<Constraint
|
||||
android:id="@+id/btnLibrary"
|
||||
android:layout_width="52dp"
|
||||
android:layout_height="52dp"
|
||||
android:layout_marginTop="50dp"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/avatarContainer">
|
||||
<CustomAttribute
|
||||
app:attributeName="alpha"
|
||||
app:customFloatValue="1.0" />
|
||||
</Constraint>
|
||||
<Constraint
|
||||
android:id="@+id/btnAddDoc"
|
||||
android:layout_width="52dp"
|
||||
android:layout_height="52dp"
|
||||
android:layout_marginStart="20dp"
|
||||
android:layout_marginTop="50dp"
|
||||
app:layout_constraintStart_toEndOf="@+id/btnLibrary"
|
||||
app:layout_constraintTop_toBottomOf="@+id/avatarContainer">
|
||||
<CustomAttribute
|
||||
app:attributeName="alpha"
|
||||
app:customFloatValue="1.0" />
|
||||
</Constraint>
|
||||
<Constraint
|
||||
android:id="@+id/objectRemovalProgressBar"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:visibilityMode="ignore" />
|
||||
<Constraint
|
||||
android:id="@+id/widgets"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:text="Widgets"
|
||||
app:visibilityMode="ignore"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/ivSettings"
|
||||
app:layout_constraintEnd_toStartOf="@+id/ivSettings"
|
||||
app:layout_constraintTop_toTopOf="@+id/ivSettings"/>
|
||||
</ConstraintSet>
|
||||
|
||||
<ConstraintSet android:id="@+id/end">
|
||||
<Constraint
|
||||
android:id="@+id/bottomSheet"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:layout_marginTop="16dp"
|
||||
app:layout_constraintBottom_toTopOf="@+id/selectionBottomToolbar"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/ivSettings" />
|
||||
<Constraint
|
||||
android:id="@+id/tvGreeting">
|
||||
<CustomAttribute
|
||||
app:attributeName="alpha"
|
||||
app:customFloatValue="0.0" />
|
||||
</Constraint>
|
||||
<Constraint
|
||||
android:id="@+id/avatarContainer">
|
||||
<CustomAttribute
|
||||
app:attributeName="alpha"
|
||||
app:customFloatValue="0.0" />
|
||||
</Constraint>
|
||||
<Constraint
|
||||
android:id="@+id/btnSearch"
|
||||
android:layout_width="52dp"
|
||||
android:layout_height="52dp"
|
||||
android:layout_marginTop="16dp"
|
||||
android:layout_marginEnd="20dp"
|
||||
app:layout_constraintEnd_toStartOf="@+id/btnLibrary"
|
||||
app:layout_constraintTop_toBottomOf="@+id/avatarContainer">
|
||||
<CustomAttribute
|
||||
app:attributeName="alpha"
|
||||
app:customFloatValue="0.0" />
|
||||
</Constraint>
|
||||
<Constraint
|
||||
android:id="@+id/btnLibrary"
|
||||
android:layout_width="52dp"
|
||||
android:layout_height="52dp"
|
||||
android:layout_marginTop="16dp"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/avatarContainer">
|
||||
<CustomAttribute
|
||||
app:attributeName="alpha"
|
||||
app:customFloatValue="0.0" />
|
||||
</Constraint>
|
||||
<Constraint
|
||||
android:id="@+id/btnAddDoc"
|
||||
android:layout_width="52dp"
|
||||
android:layout_height="52dp"
|
||||
android:layout_marginStart="20dp"
|
||||
android:layout_marginTop="16dp"
|
||||
app:layout_constraintStart_toEndOf="@+id/btnLibrary"
|
||||
app:layout_constraintTop_toBottomOf="@+id/avatarContainer">
|
||||
<CustomAttribute
|
||||
app:attributeName="alpha"
|
||||
app:customFloatValue="0.0" />
|
||||
</Constraint>
|
||||
<Constraint
|
||||
android:id="@+id/objectRemovalProgressBar"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:visibilityMode="ignore" />
|
||||
<Constraint
|
||||
android:id="@+id/widgets"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:text="Widgets"
|
||||
app:visibilityMode="ignore"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/ivSettings"
|
||||
app:layout_constraintEnd_toStartOf="@+id/ivSettings"
|
||||
app:layout_constraintTop_toTopOf="@+id/ivSettings"/>
|
||||
</ConstraintSet>
|
||||
|
||||
<Transition
|
||||
android:id="@+id/transition1"
|
||||
app:constraintSetEnd="@id/end"
|
||||
app:constraintSetStart="@+id/start">
|
||||
<OnSwipe
|
||||
app:dragDirection="dragUp"
|
||||
app:touchAnchorId="@id/bottomSheet"
|
||||
app:touchAnchorSide="top" />
|
||||
</Transition>
|
||||
</MotionScene>
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<MotionScene xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:motion="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:app="http://schemas.android.com/tools">
|
||||
xmlns:tools="http://schemas.android.com/tools">
|
||||
|
||||
<Transition
|
||||
motion:constraintSetEnd="@+id/end"
|
||||
|
@ -94,14 +94,14 @@
|
|||
<Constraint
|
||||
android:id="@id/templatesWidget">
|
||||
<PropertySet
|
||||
app:applyMotionScene="false"
|
||||
app:visibilityMode="ignore"/>
|
||||
tools:applyMotionScene="false"
|
||||
tools:visibilityMode="ignore"/>
|
||||
</Constraint>
|
||||
<Constraint
|
||||
android:id="@id/syncStatusWidget">
|
||||
<PropertySet
|
||||
app:applyMotionScene="false"
|
||||
app:visibilityMode="ignore"/>
|
||||
tools:applyMotionScene="false"
|
||||
tools:visibilityMode="ignore"/>
|
||||
</Constraint>
|
||||
</ConstraintSet>
|
||||
|
||||
|
@ -188,14 +188,14 @@
|
|||
<Constraint
|
||||
android:id="@id/templatesWidget">
|
||||
<PropertySet
|
||||
app:applyMotionScene="false"
|
||||
app:visibilityMode="ignore"/>
|
||||
tools:applyMotionScene="false"
|
||||
tools:visibilityMode="ignore"/>
|
||||
</Constraint>
|
||||
<Constraint
|
||||
android:id="@id/syncStatusWidget">
|
||||
<PropertySet
|
||||
app:applyMotionScene="false"
|
||||
app:visibilityMode="ignore"/>
|
||||
tools:applyMotionScene="false"
|
||||
tools:visibilityMode="ignore"/>
|
||||
</Constraint>
|
||||
</ConstraintSet>
|
||||
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<SwitchPreference
|
||||
android:defaultValue="false"
|
||||
android:key="@string/trouble_mode"
|
||||
android:title="Troubleshooting mode" />
|
||||
|
||||
</PreferenceScreen>
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">Anytype</string>
|
||||
<color name="ic_app_back_main">#FFFFFF</color>
|
||||
<color name="ic_app_back_main">@color/white</color>
|
||||
</resources>
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue