-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Flexa version bump * [#1675] Integrations screen disclaimer Closes #1675 * Code cleanup * Documentation update * Fix review comment --------- Co-authored-by: Honza <[email protected]>
- Loading branch information
1 parent
6129b6c
commit 3ea088e
Showing
21 changed files
with
97 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletions
32
ui-design-lib/src/main/java/co/electriccoin/zcash/ui/design/component/ZashiCard.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
package co.electriccoin.zcash.ui.design.component | ||
|
||
import androidx.compose.foundation.layout.Column | ||
import androidx.compose.foundation.layout.ColumnScope | ||
import androidx.compose.foundation.layout.padding | ||
import androidx.compose.material3.Card | ||
import androidx.compose.material3.CardDefaults | ||
import androidx.compose.runtime.Composable | ||
import androidx.compose.ui.Modifier | ||
import androidx.compose.ui.unit.dp | ||
import co.electriccoin.zcash.ui.design.theme.colors.ZashiColors | ||
|
||
@Composable | ||
fun ZashiCard( | ||
modifier: Modifier = Modifier, | ||
content: @Composable ColumnScope.() -> Unit, | ||
) { | ||
Card( | ||
modifier = modifier, | ||
colors = | ||
CardDefaults.cardColors( | ||
containerColor = ZashiColors.Surfaces.bgSecondary, | ||
contentColor = ZashiColors.Text.textTertiary | ||
), | ||
) { | ||
Column( | ||
Modifier.padding(24.dp) | ||
) { | ||
content() | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
ui-lib/src/main/res/ui/integrations/drawable/ic_integrations_info.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="39dp" | ||
android:height="60dp" | ||
android:viewportWidth="39" | ||
android:viewportHeight="60"> | ||
<path | ||
android:pathData="M34.347,0C27.207,0 20.107,1.055 12.967,1.055C12.636,1.055 12.33,1.289 12.238,1.61C9.797,10.152 6.841,18.556 3.36,26.731C2.382,29.03 1.362,31.313 0.307,33.581C0.119,33.988 0.241,34.585 0.756,34.687C4.048,35.354 7.407,35.365 10.704,34.722L9.751,33.994C9.639,41.399 8.808,48.778 6.821,55.924C6.581,56.795 7.718,57.167 8.197,56.505C14.914,47.265 21.565,37.969 28.251,28.703C30.157,26.063 32.069,23.424 33.98,20.794C34.25,20.427 33.98,19.759 33.531,19.688C29.057,18.949 24.526,18.607 19.99,18.689L20.642,19.825C25.158,13.501 29.897,7.334 34.856,1.345C35.473,0.601 34.408,-0.469 33.791,0.28C28.756,6.366 23.935,12.634 19.343,19.066C19.006,19.54 19.46,20.208 19.995,20.202C24.393,20.126 28.792,20.432 33.134,21.15L32.685,20.045C25.968,29.284 19.317,38.58 12.631,47.846C10.724,50.486 8.813,53.126 6.902,55.756L8.278,56.337C10.302,49.069 11.148,41.536 11.26,34.004C11.27,33.484 10.776,33.188 10.307,33.275C7.284,33.861 4.176,33.846 1.158,33.239L1.607,34.345C5.399,26.206 8.701,17.843 11.469,9.301C12.253,6.885 12.992,4.454 13.691,2.008L12.962,2.564C20.102,2.564 27.201,1.509 34.342,1.509C35.32,1.509 35.32,0 34.347,0Z" | ||
android:fillColor="#5E594E"/> | ||
<path | ||
android:pathData="M8.64,55.287C16.886,42.571 24.857,32.455 34.53,20.789C30.213,20.106 25.902,19.423 21.585,18.74C25.999,12.854 30.417,6.972 34.831,1.086L36.951,1.657L37.053,1.519C33.19,6.83 29.322,12.14 25.458,17.446C29.597,16.931 33.832,17.191 37.879,18.21C28.776,32.429 20.821,44.89 11.718,59.11C10.261,58.034 10.169,57.835 8.13,55.797" | ||
android:fillColor="#5E594E"/> | ||
<path | ||
android:pathData="M9.415,55.736C15.449,46.44 22.064,37.551 29.021,28.923C31.049,26.405 33.103,23.908 35.167,21.416C35.544,20.957 35.504,20.04 34.775,19.923C30.458,19.24 26.147,18.557 21.83,17.874L22.365,19.184C26.778,13.297 31.197,7.416 35.611,1.529L34.602,1.942L36.722,2.513C37.145,2.625 37.486,2.426 37.731,2.1L37.833,1.962L36.289,1.06C32.425,6.371 28.557,11.682 24.694,16.987C24.317,17.502 24.816,18.409 25.464,18.332C29.541,17.838 33.659,18.073 37.644,19.066L37.109,17.757C30.346,28.316 23.598,38.882 16.84,49.441C14.878,52.515 12.911,55.583 10.944,58.651L12.167,58.33C10.913,57.397 9.858,56.261 8.757,55.155C7.942,54.339 6.678,55.603 7.493,56.418C8.711,57.637 9.879,58.844 11.265,59.869C11.662,60.164 12.248,59.92 12.488,59.548C19.251,48.988 25.999,38.423 32.757,27.863C34.719,24.79 36.686,21.722 38.653,18.653C38.959,18.174 38.664,17.476 38.118,17.344C33.985,16.314 29.694,16.034 25.464,16.549L26.233,17.894C30.096,12.584 33.965,7.273 37.828,1.968C38.113,1.575 37.894,0.974 37.507,0.744C37.048,0.469 36.574,0.683 36.284,1.066L36.182,1.203L37.191,0.79L35.07,0.219C34.653,0.107 34.306,0.306 34.061,0.632C29.648,6.519 25.229,12.4 20.816,18.287C20.49,18.72 20.816,19.515 21.351,19.596C25.667,20.279 29.979,20.962 34.296,21.645L33.903,20.152C26.758,28.77 19.766,37.516 13.349,46.694C11.474,49.375 9.649,52.086 7.871,54.833C7.244,55.802 8.788,56.699 9.415,55.736Z" | ||
android:fillColor="#5E594E"/> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters