Skip to content

Commit 84a8261

Browse files
DROID-4102 Vault | Choose space type UI (#2855)
1 parent 4d0cba6 commit 84a8261

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

app/src/main/java/com/anytypeio/anytype/ui/vault/ChooseSpaceTypeScreen.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ fun ChooseSpaceTypeScreen(
9696
Text(
9797
text = stringResource(id = R.string.vault_create_chat_description),
9898
style = Caption1Regular,
99-
color = colorResource(id = R.color.text_secondary),
99+
color = colorResource(id = R.color.control_transparent_secondary),
100100
maxLines = 2,
101101
overflow = TextOverflow.Ellipsis
102102
)
@@ -129,7 +129,7 @@ fun ChooseSpaceTypeScreen(
129129
Text(
130130
text = stringResource(id = R.string.vault_create_space_description),
131131
style = Caption1Regular,
132-
color = colorResource(id = R.color.text_secondary),
132+
color = colorResource(id = R.color.control_transparent_secondary),
133133
maxLines = 2,
134134
overflow = TextOverflow.Ellipsis
135135
)

core-ui/src/main/res/drawable/ic_space_type_space.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
android:viewportWidth="56"
55
android:viewportHeight="56">
66
<path
7-
android:pathData="M28,28m-28,0a28,28 0,1 1,56 0a28,28 0,1 1,-56 0"
8-
android:fillColor="#4E69FF"/>
7+
android:pathData="M10,0L46,0A10,10 0,0 1,56 10L56,46A10,10 0,0 1,46 56L10,56A10,10 0,0 1,0 46L0,10A10,10 0,0 1,10 0z"
8+
android:fillColor="@color/palette_system_blue"/>
99
<path
1010
android:pathData="M28.032,15.06C27.596,15.06 27.228,14.91 26.928,14.611C26.628,14.302 26.479,13.934 26.479,13.507C26.479,13.079 26.628,12.715 26.928,12.415C27.236,12.107 27.604,11.953 28.032,11.953C28.46,11.953 28.824,12.107 29.123,12.415C29.423,12.715 29.573,13.079 29.573,13.507C29.573,13.943 29.423,14.311 29.123,14.611C28.832,14.91 28.469,15.06 28.032,15.06ZM21.78,18.655C21.352,18.655 20.984,18.505 20.676,18.205C20.376,17.897 20.226,17.529 20.226,17.101C20.226,16.682 20.381,16.318 20.689,16.01C20.997,15.702 21.361,15.548 21.78,15.548C22.216,15.548 22.584,15.702 22.884,16.01C23.184,16.309 23.333,16.673 23.333,17.101C23.333,17.538 23.184,17.906 22.884,18.205C22.593,18.505 22.225,18.655 21.78,18.655ZM34.259,18.655C33.831,18.655 33.463,18.505 33.154,18.205C32.855,17.897 32.705,17.529 32.705,17.101C32.705,16.682 32.859,16.318 33.167,16.01C33.475,15.702 33.839,15.548 34.259,15.548C34.695,15.548 35.063,15.702 35.363,16.01C35.671,16.309 35.825,16.673 35.825,17.101C35.825,17.538 35.675,17.906 35.375,18.205C35.076,18.505 34.704,18.655 34.259,18.655ZM15.541,22.301C15.113,22.301 14.749,22.151 14.449,21.851C14.15,21.543 14,21.175 14,20.747C14,20.328 14.15,19.968 14.449,19.669C14.757,19.361 15.121,19.207 15.541,19.207C15.977,19.207 16.345,19.357 16.645,19.656C16.944,19.956 17.094,20.319 17.094,20.747C17.094,21.192 16.944,21.565 16.645,21.864C16.354,22.155 15.986,22.301 15.541,22.301ZM28.032,22.801C27.459,22.801 26.971,22.6 26.569,22.198C26.166,21.796 25.965,21.312 25.965,20.747C25.965,20.191 26.166,19.712 26.569,19.309C26.979,18.899 27.467,18.693 28.032,18.693C28.597,18.693 29.076,18.899 29.47,19.309C29.872,19.712 30.073,20.191 30.073,20.747C30.073,21.321 29.872,21.809 29.47,22.211C29.076,22.604 28.597,22.801 28.032,22.801ZM40.459,22.301C40.032,22.301 39.664,22.151 39.355,21.851C39.056,21.552 38.906,21.184 38.906,20.747C38.906,20.328 39.06,19.968 39.368,19.669C39.676,19.361 40.04,19.207 40.459,19.207C40.887,19.207 41.251,19.357 41.551,19.656C41.85,19.956 42,20.319 42,20.747C42,21.184 41.85,21.552 41.551,21.851C41.26,22.151 40.896,22.301 40.459,22.301ZM21.78,26.422C21.215,26.422 20.732,26.221 20.329,25.818C19.927,25.416 19.726,24.933 19.726,24.368C19.726,23.811 19.927,23.332 20.329,22.93C20.74,22.519 21.224,22.313 21.78,22.313C22.345,22.313 22.828,22.515 23.231,22.917C23.641,23.319 23.847,23.803 23.847,24.368C23.847,24.95 23.646,25.438 23.243,25.831C22.841,26.225 22.353,26.422 21.78,26.422ZM34.259,26.422C33.694,26.422 33.21,26.225 32.808,25.831C32.414,25.429 32.217,24.941 32.217,24.368C32.217,23.811 32.418,23.332 32.821,22.93C33.223,22.519 33.702,22.313 34.259,22.313C34.832,22.313 35.32,22.515 35.722,22.917C36.124,23.319 36.326,23.803 36.326,24.368C36.326,24.95 36.124,25.438 35.722,25.831C35.328,26.225 34.841,26.422 34.259,26.422ZM15.541,29.554C15.113,29.554 14.749,29.404 14.449,29.105C14.15,28.797 14,28.429 14,28.001C14,27.573 14.15,27.209 14.449,26.91C14.757,26.601 15.121,26.447 15.541,26.447C15.977,26.447 16.345,26.601 16.645,26.91C16.944,27.209 17.094,27.573 17.094,28.001C17.094,28.437 16.944,28.805 16.645,29.105C16.345,29.404 15.977,29.554 15.541,29.554ZM28.032,30.402C27.587,30.402 27.185,30.295 26.825,30.081C26.466,29.858 26.175,29.567 25.952,29.208C25.738,28.84 25.631,28.437 25.631,28.001C25.631,27.564 25.738,27.166 25.952,26.807C26.175,26.439 26.466,26.148 26.825,25.934C27.185,25.711 27.587,25.6 28.032,25.6C28.469,25.6 28.867,25.711 29.226,25.934C29.586,26.148 29.872,26.439 30.086,26.807C30.309,27.166 30.42,27.564 30.42,28.001C30.42,28.668 30.185,29.238 29.714,29.708C29.252,30.17 28.691,30.402 28.032,30.402ZM40.459,29.554C40.032,29.554 39.664,29.404 39.355,29.105C39.056,28.797 38.906,28.429 38.906,28.001C38.906,27.581 39.06,27.218 39.368,26.91C39.676,26.601 40.04,26.447 40.459,26.447C40.887,26.447 41.251,26.601 41.551,26.91C41.85,27.209 42,27.573 42,28.001C42,28.437 41.85,28.805 41.551,29.105C41.26,29.404 40.896,29.554 40.459,29.554ZM21.78,33.688C21.215,33.688 20.732,33.487 20.329,33.085C19.927,32.682 19.726,32.199 19.726,31.634C19.726,31.078 19.927,30.598 20.329,30.196C20.74,29.785 21.224,29.58 21.78,29.58C22.345,29.58 22.828,29.781 23.231,30.183C23.641,30.577 23.847,31.061 23.847,31.634C23.847,32.207 23.646,32.695 23.243,33.098C22.841,33.491 22.353,33.688 21.78,33.688ZM34.259,33.688C33.694,33.688 33.21,33.487 32.808,33.085C32.414,32.682 32.217,32.199 32.217,31.634C32.217,31.069 32.418,30.586 32.821,30.183C33.223,29.781 33.702,29.58 34.259,29.58C34.832,29.58 35.32,29.781 35.722,30.183C36.124,30.577 36.326,31.061 36.326,31.634C36.326,32.207 36.124,32.695 35.722,33.098C35.328,33.491 34.841,33.688 34.259,33.688ZM15.541,36.795C15.113,36.795 14.749,36.645 14.449,36.346C14.15,36.046 14,35.678 14,35.242C14,34.822 14.15,34.463 14.449,34.163C14.757,33.855 15.121,33.701 15.541,33.701C15.977,33.701 16.345,33.851 16.645,34.15C16.944,34.441 17.094,34.805 17.094,35.242C17.094,35.678 16.948,36.046 16.657,36.346C16.367,36.645 15.994,36.795 15.541,36.795ZM28.032,37.296C27.459,37.296 26.971,37.095 26.569,36.692C26.166,36.29 25.965,35.806 25.965,35.242C25.965,34.694 26.166,34.215 26.569,33.804C26.979,33.393 27.467,33.187 28.032,33.187C28.597,33.187 29.076,33.389 29.47,33.791C29.872,34.193 30.073,34.677 30.073,35.242C30.073,35.815 29.872,36.303 29.47,36.705C29.076,37.099 28.597,37.296 28.032,37.296ZM40.459,36.795C40.032,36.795 39.664,36.645 39.355,36.346C39.056,36.046 38.906,35.678 38.906,35.242C38.906,34.814 39.06,34.45 39.368,34.15C39.676,33.851 40.04,33.701 40.459,33.701C40.887,33.701 41.251,33.851 41.551,34.15C41.85,34.45 42,34.814 42,35.242C42,35.687 41.85,36.059 41.551,36.358C41.26,36.649 40.896,36.795 40.459,36.795ZM21.78,40.441C21.352,40.441 20.984,40.291 20.676,39.992C20.376,39.692 20.226,39.328 20.226,38.9C20.226,38.472 20.381,38.104 20.689,37.796C20.997,37.497 21.361,37.347 21.78,37.347C22.216,37.347 22.584,37.497 22.884,37.796C23.184,38.096 23.333,38.464 23.333,38.9C23.333,39.337 23.184,39.701 22.884,39.992C22.593,40.291 22.225,40.441 21.78,40.441ZM34.259,40.441C33.831,40.441 33.463,40.291 33.154,39.992C32.855,39.692 32.705,39.328 32.705,38.9C32.705,38.472 32.859,38.104 33.167,37.796C33.475,37.497 33.839,37.347 34.259,37.347C34.695,37.347 35.063,37.497 35.363,37.796C35.671,38.096 35.825,38.464 35.825,38.9C35.825,39.337 35.675,39.701 35.375,39.992C35.076,40.291 34.704,40.441 34.259,40.441ZM28.032,44.049C27.596,44.049 27.228,43.894 26.928,43.586C26.628,43.287 26.479,42.923 26.479,42.495C26.479,42.076 26.628,41.712 26.928,41.404C27.236,41.096 27.604,40.942 28.032,40.942C28.46,40.942 28.824,41.091 29.123,41.391C29.423,41.691 29.573,42.059 29.573,42.495C29.573,42.932 29.423,43.3 29.123,43.599C28.832,43.899 28.469,44.049 28.032,44.049Z"
1111
android:fillColor="#ffffff"/>

localization/src/main/res/values/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2215,9 +2215,9 @@ Please provide specific details of your needs here.</string>
22152215
<string name="notifications_modal_cancel_button">Not now</string>
22162216

22172217
<string name="vault_create_chat">New Chat</string>
2218-
<string name="vault_create_chat_description">Group chat with content organization</string>
2218+
<string name="vault_create_chat_description">For real-time conversations</string>
22192219
<string name="vault_create_space">New Space</string>
2220-
<string name="vault_create_space_description">Hub for advanced data management</string>
2220+
<string name="vault_create_space_description">For organized content and data</string>
22212221

22222222
<!-- Spaces Introduction Popup -->
22232223
<string name="spaces_introduction_page1_title">Ideas need conversations</string>

0 commit comments

Comments
 (0)