{"id":6037,"date":"2022-02-09T13:34:23","date_gmt":"2022-02-09T05:34:23","guid":{"rendered":"http:\/\/xinyiworld.top\/wordpress\/?p=6037"},"modified":"2022-02-09T14:13:27","modified_gmt":"2022-02-09T06:13:27","slug":"%e7%8e%af%e5%bd%a2progressbar","status":"publish","type":"post","link":"http:\/\/xinyiworld.top\/wordpress_it\/?p=6037","title":{"rendered":"\u73af\u5f62\u8fdb\u5ea6\u6761\u7684\u51e0\u79cd\u5b9e\u73b0\u65b9\u5f0f"},"content":{"rendered":"<h4>\u65b9\u5f0f\u4e00\uff1a\u5229\u7528ProgressBar\u81ea\u5e26\u5c5e\u6027<\/h4>\n<pre data-language=XML><code class=\"language-markup line-numbers\">&lt;ProgressBar\n            android:id=\"@+id\/iv_progress\"\n            android:layout_width=\"120dp\"\n            android:layout_height=\"120dp\"\n            android:layout_marginStart=\"90dp\"\n            android:layout_marginTop=\"50dp\"\n            android:layout_marginEnd=\"90dp\"\n            android:indeterminateDrawable=\"@drawable\/loading_bg\"\n            app:layout_constraintEnd_toEndOf=\"parent\"\n            app:layout_constraintStart_toStartOf=\"parent\"\n            app:layout_constraintTop_toTopOf=\"parent\" \/&gt;\n<\/code><\/pre>\n<p>loading_bg<\/p>\n<pre data-language=XML><code class=\"language-markup line-numbers\">&lt;?xml version=\"1.0\" encoding=\"utf-8\"?&gt;\n&lt;layer-list xmlns:android=\"http:\/\/schemas.android.com\/apk\/res\/android\"&gt;\n    &lt;item&gt;\n        &lt;rotate\n            android:drawable=\"@mipmap\/loading\"\n            android:fromDegrees=\"0\"\n            android:pivotX=\"50%\"\n            android:pivotY=\"50%\"\n            android:toDegrees=\"720\" \/&gt;\n    &lt;\/item&gt;\n&lt;\/layer-list&gt;\n<\/code><\/pre>\n<h4>\u65b9\u5f0f\u4e8c\uff1a\u5229\u7528\u65cb\u8f6c\u52a8\u753b<\/h4>\n<pre><code class=\"language-java line-numbers\"> ImageView mOtherDeviceScanImg = mBinding.ivOtherDeviceListRefresh;\n        Animation mRotateAnimation = AnimationUtils.loadAnimation(getContext(), R.anim.loading_animator);\n        if (mOtherDeviceScanImg == null) {\n            LogUtils.d(TAG, \"setRotateAnimation mOtherDeviceScanImg: \" + mOtherDeviceScanImg);\n            return;\n        }\n        if (start) {\n            mOtherDeviceScanImg.startAnimation(mRotateAnimation);\n        } else {\n            mRotateAnimation.cancel();\n            mOtherDeviceScanImg.clearAnimation();\n        }\n<\/code><\/pre>\n<p>loading_animator<\/p>\n<pre data-language=XML><code class=\"language-markup line-numbers\">&lt;?xml version=\"1.0\" encoding=\"utf-8\"?&gt;\n&lt;set xmlns:android=\"http:\/\/schemas.android.com\/apk\/res\/android\"&gt;\n    &lt;rotate\n        android:duration=\"2000\"\n        android:fromDegrees=\"0\"\n        android:interpolator=\"@android:anim\/linear_interpolator\"\n        android:pivotX=\"50%\"\n        android:pivotY=\"50%\"\n        android:repeatCount=\"infinite\"\n        android:repeatMode=\"restart\"\n        android:toDegrees=\"359\" \/&gt;\n&lt;\/set&gt;\n<\/code><\/pre>\n<button class=\"simplefavorite-button\" data-postid=\"6037\" data-siteid=\"1\" data-groupid=\"1\" data-favoritecount=\"0\" style=\"\">\u6536\u85cf <i class=\"sf-icon-star-empty\"><\/i><\/button>","protected":false},"excerpt":{"rendered":"<p>\u65b9\u5f0f\u4e00\uff1a\u5229\u7528ProgressBar\u81ea\u5e26\u5c5e\u6027 &lt;ProgressBar android:id=&#8221; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[382],"tags":[],"_links":{"self":[{"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=\/wp\/v2\/posts\/6037"}],"collection":[{"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6037"}],"version-history":[{"count":4,"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=\/wp\/v2\/posts\/6037\/revisions"}],"predecessor-version":[{"id":6044,"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=\/wp\/v2\/posts\/6037\/revisions\/6044"}],"wp:attachment":[{"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6037"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=6037"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=6037"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}