xml ImageView上的进度条
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xml ImageView上的进度条相关的知识,希望对你有一定的参考价值。
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content" >
<ImageView
android:id="@+id/imageView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:contentDescription="@string/intro_description"
android:scaleType="fitXY"
android:src="@drawable/intro" />
<ProgressBar
android:id="@+id/progress"
style="?android:attr/progressBarStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginTop="150dp"
android:visibility="visible" />
</FrameLayout>
以上是关于xml ImageView上的进度条的主要内容,如果未能解决你的问题,请参考以下文章
为imageview创建gif动画
Android读取sdcard卡上的全部图片而且显示,读取的过程有进度条显示
iOS 渐变进度条
如何在 android 中创建进度条而不使用 xml 文件中的进度条小部件?
使用 XML 创建自定义进度条
xml 进度条