手机适配
This commit is contained in:
7
app/src/main/res/anim/circle_text_loading.xml
Normal file
7
app/src/main/res/anim/circle_text_loading.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:fromAlpha="0.4"
|
||||
android:toAlpha="1.0"
|
||||
android:duration="500"
|
||||
android:repeatCount="infinite"
|
||||
android:repeatMode="reverse" />
|
||||
Reference in New Issue
Block a user