mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
9 lines
No EOL
468 B
XML
9 lines
No EOL
468 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.cardview.widget.CardView xmlns:tools="http://schemas.android.com/tools"
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
app:cardCornerRadius="@dimen/loading_radius"
|
|
android:layout_width="100dp"
|
|
android:layout_height="140dp"
|
|
android:background="@color/grayShimmer"
|
|
tools:ignore="ContentDescription" /> |