-
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.
remove walletConnectKit library and replace the wallet connect button…
… with outlined material button
- Loading branch information
Showing
5 changed files
with
20 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="33dp" | ||
android:height="20dp" | ||
android:viewportWidth="33" | ||
android:viewportHeight="20"> | ||
<path | ||
android:pathData="M6.683,3.927C11.967,-1.244 20.533,-1.244 25.817,3.927L26.453,4.549C26.717,4.807 26.717,5.227 26.453,5.485L24.277,7.614C24.145,7.743 23.931,7.743 23.799,7.614L22.924,6.758C19.238,3.15 13.262,3.15 9.576,6.758L8.639,7.675C8.506,7.804 8.292,7.804 8.16,7.675L5.985,5.546C5.721,5.287 5.721,4.868 5.985,4.61L6.683,3.927ZM30.316,8.329L32.251,10.224C32.516,10.483 32.516,10.902 32.251,11.16L23.522,19.704C23.258,19.962 22.829,19.962 22.565,19.704L16.369,13.64C16.303,13.575 16.196,13.575 16.13,13.64L9.935,19.704C9.67,19.962 9.242,19.962 8.978,19.704L0.248,11.16C-0.016,10.902 -0.016,10.482 0.248,10.224L2.184,8.329C2.448,8.071 2.877,8.071 3.141,8.329L9.337,14.393C9.403,14.457 9.51,14.457 9.576,14.393L15.771,8.329C16.036,8.071 16.464,8.071 16.728,8.329L22.924,14.393C22.99,14.457 23.097,14.457 23.163,14.393L29.359,8.329C29.623,8.071 30.051,8.071 30.316,8.329Z" | ||
android:fillColor="#FF006FFF"/> | ||
</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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
|
||
<style name="Theme.XMTPAndroid" parent="Theme.AppCompat.Light.NoActionBar" /> | ||
<style name="Theme.XMTPAndroid" parent="Theme.Material3.Light.NoActionBar" /> | ||
</resources> |