24 lines
922 B
XML
24 lines
922 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content">
|
|
<carbon.widget.ProgressBar
|
|
android:layout_gravity="center"
|
|
android:id="@+id/a4g"
|
|
android:visibility="gone"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="2dp"
|
|
app:carbon_barWidth="2dp"
|
|
app:carbon_progressStyle="4"
|
|
app:carbon_tint="@color/it"/>
|
|
<carbon.widget.ImageView
|
|
android:layout_gravity="center"
|
|
android:id="@+id/a4f"
|
|
android:visibility="gone"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@mipmap/ay"
|
|
app:carbon_tint="@color/it"/>
|
|
</FrameLayout>
|