Files
brave-core/android/java/res/drawable/circle_shimmer.xml
T
Simone Arpe 743e4fe207 (Wallet) Add market tab (#18691)
Implements new market tab section showing the first 250 assets.
Implements shimmer effect while loading.
2023-06-01 18:32:00 +02:00

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>