mirror of https://github.com/FongMi/TV.git
parent
c0fc980d6f
commit
d38fdaaaab
@ -1,6 +1,27 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<ProgressBar xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:layout_width="wrap_content" |
||||
android:layout_height="wrap_content" |
||||
android:layout_gravity="center" |
||||
android:indeterminateTint="@color/white" /> |
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||
xmlns:app="http://schemas.android.com/apk/res-auto" |
||||
xmlns:tools="http://schemas.android.com/tools" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="match_parent"> |
||||
|
||||
<com.google.android.material.progressindicator.CircularProgressIndicator |
||||
android:layout_width="wrap_content" |
||||
android:layout_height="wrap_content" |
||||
android:layout_gravity="center" |
||||
android:indeterminate="true" |
||||
app:indicatorColor="@color/white" /> |
||||
|
||||
<com.google.android.material.textview.MaterialTextView |
||||
android:id="@+id/traffic" |
||||
android:layout_width="wrap_content" |
||||
android:layout_height="wrap_content" |
||||
android:layout_gravity="center" |
||||
android:layout_marginTop="40dp" |
||||
android:textColor="@color/white" |
||||
android:textSize="12sp" |
||||
android:visibility="gone" |
||||
tools:text="120 KB/s" |
||||
tools:visibility="visible" /> |
||||
|
||||
</FrameLayout> |
||||
@ -1,16 +0,0 @@ |
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:width="48dp" |
||||
android:height="48dp" |
||||
android:tint="#FFFFFF" |
||||
android:viewportWidth="24" |
||||
android:viewportHeight="24"> |
||||
<path |
||||
android:fillColor="@android:color/white" |
||||
android:pathData="M12,5.99L19.53,19H4.47L12,5.99M12,2L1,21h22L12,2L12,2z" /> |
||||
<path |
||||
android:fillColor="@android:color/white" |
||||
android:pathData="M13,16l-2,0l0,2l2,0z" /> |
||||
<path |
||||
android:fillColor="@android:color/white" |
||||
android:pathData="M13,10l-2,0l0,5l2,0z" /> |
||||
</vector> |
||||
@ -1,15 +0,0 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:shape="rectangle"> |
||||
|
||||
<solid android:color="@color/black_50" /> |
||||
|
||||
<corners android:radius="16dp" /> |
||||
|
||||
<padding |
||||
android:bottom="12dp" |
||||
android:left="12dp" |
||||
android:right="12dp" |
||||
android:top="12dp" /> |
||||
|
||||
</shape> |
||||
Loading…
Reference in new issue