-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e36369
commit 2a63ae9
Showing
12 changed files
with
429 additions
and
290 deletions.
There are no files selected for viewing
173 changes: 0 additions & 173 deletions
173
app/src/main/java/com/algorand/android/modules/keyreg/ui/components/KeyRegTable.kt
This file was deleted.
Oops, something went wrong.
62 changes: 0 additions & 62 deletions
62
app/src/main/java/com/algorand/android/modules/keyreg/ui/components/Reusables.kt
This file was deleted.
Oops, something went wrong.
48 changes: 0 additions & 48 deletions
48
app/src/main/java/com/algorand/android/modules/keyreg/ui/components/TopAppBar.kt
This file was deleted.
Oops, something went wrong.
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
22 changes: 22 additions & 0 deletions
22
wallet-sdk/src/commonMain/composeResources/drawable/ic_close.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,22 @@ | ||
<!-- | ||
~ Copyright 2022 Pera Wallet, LDA | ||
~ 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 | ||
--> | ||
|
||
<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="M18,6L12,12M12,12L6,18M12,12L18,18M12,12L6,6" | ||
android:strokeWidth="2" /> | ||
</vector> |
27 changes: 27 additions & 0 deletions
27
wallet-sdk/src/commonMain/composeResources/drawable/ic_key.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,27 @@ | ||
<!-- | ||
~ Copyright 2022 Pera Wallet, LDA | ||
~ 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 | ||
--> | ||
|
||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
<group> | ||
<clip-path | ||
android:pathData="M0,0h24v24h-24z"/> | ||
<path | ||
android:fillColor="#00000000" | ||
android:pathData="M10.8285,13.1317C9.2664,11.5696 6.7338,11.5696 5.1717,13.1317C3.6096,14.6938 3.6096,17.2265 5.1717,18.7886C6.7338,20.3506 9.2664,20.3506 10.8285,18.7886C12.3906,17.2265 12.3906,14.6938 10.8285,13.1317ZM10.8285,13.1317L14.3641,9.5962M16.839,7.1213L18.9603,5M16.839,7.1213L20.0209,10.3033M16.839,7.1213L14.3641,9.5962M14.3641,9.5962L17.5461,12.7781" | ||
android:strokeWidth="2" | ||
android:strokeColor="#ff8888"/> | ||
</group> | ||
</vector> |
23 changes: 23 additions & 0 deletions
23
wallet-sdk/src/commonMain/composeResources/drawable/ic_left_arrow.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,23 @@ | ||
<!-- | ||
~ Copyright 2022 Pera Wallet, LDA | ||
~ 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 | ||
--> | ||
|
||
<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="M15.5,19L8.5,12L15.5,5" | ||
android:strokeWidth="2" | ||
android:strokeColor="#ff8866"/> | ||
</vector> |
Oops, something went wrong.