高仿58同城加载动画

作者: 轻微 | 来源:发表于2015-04-06 13:03 被阅读2740次

效果图先行#

58同城效果 实现的效果

地址:#

github 直达

usage#

布局上


<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
    android:layout_height="match_parent"         android:paddingLeft="@dimen/activity_horizontal_margin"
  android:paddingRight="@dimen/activity_horizontal_margin"
    android:paddingTop="@dimen/activity_vertical_margin"
   android:paddingBottom="@dimen/activity_vertical_margin" tools:context=".MainActivity">

    <com.mingle.widget.LoadingView
        android:id="@+id/loadView"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"/>
</RelativeLayout>

动画自动加载

相关文章

网友评论

本文标题:高仿58同城加载动画

本文链接:https://www.haomeiwen.com/subject/mkqzxttx.html