需求分析

This commit is contained in:
ScorpioMiku
2018-08-27 23:38:26 +08:00
parent 92476c7a2e
commit 8b1d6a6527
4 changed files with 145 additions and 20 deletions

View File

@@ -1,12 +1,39 @@
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/colorPrimaryDark">
android:background="@color/cardview_dark_background"
android:gravity="center"
android:orientation="vertical">
<com.akexorcist.roundcornerprogressbar.RoundCornerProgressBar
android:id="@+id/progress_1"
android:layout_width="150dp"
android:layout_height="40dp"
app:rcBackgroundPadding="5dp" />
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:text="page2" />
</android.support.constraint.ConstraintLayout>
android:layout_height="100dp" />
<com.akexorcist.roundcornerprogressbar.IconRoundCornerProgressBar
android:id="@+id/progress_2"
android:layout_width="150dp"
android:layout_height="wrap_content"
app:rcBackgroundColor="#ece9e9"
app:rcBackgroundPadding="5dp"
app:rcIconPadding="5dp"
app:rcIconSize="50dp"
app:rcRadius="10dp" />
<TextView
android:layout_width="match_parent"
android:layout_height="100dp" />
<com.gelitenight.waveview.library.WaveView
android:id="@+id/wave_view"
android:layout_width="200dp"
android:layout_height="200dp" />
</LinearLayout>