Implements new market tab section showing the first 250 assets. Implements shimmer effect while loading.
11 lines
541 B
XML
11 lines
541 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (c) 2023 The Brave Authors. All rights reserved.
|
|
This Source Code Form is subject to the terms of the Mozilla Public
|
|
License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
|
You can obtain one at https://mozilla.org/MPL/2.0/. -->
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval" >
|
|
<size android:width="50dp"
|
|
android:height="50dp"/>
|
|
<solid android:color="@color/wallet_secondary_text_color"/>
|
|
</shape>
|