|
|
@@ -6,18 +6,26 @@
|
|
|
android:layout_height="match_parent"
|
|
|
android:gravity="center"
|
|
|
android:background="@drawable/shape_dialog_bg"
|
|
|
- android:padding="20dp"
|
|
|
+ android:padding="16dp"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
- <com.miekir.mvp.widget.LVCircularRing
|
|
|
- android:id="@+id/lv_circularring"
|
|
|
- android:layout_width="50dp"
|
|
|
- android:layout_height="50dp"/>
|
|
|
+ <FrameLayout
|
|
|
+ android:layout_width="55dp"
|
|
|
+ android:layout_height="35dp">
|
|
|
+ <com.miekir.mvp.widget.LVCircularRing
|
|
|
+ android:id="@+id/lv_circularring"
|
|
|
+ android:layout_width="35dp"
|
|
|
+ android:layout_height="35dp"
|
|
|
+ android:layout_gravity="center"/>
|
|
|
+ </FrameLayout>
|
|
|
+
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/loading_text"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:singleLine="true"
|
|
|
+ android:ellipsize="end"
|
|
|
android:textColor="#ffffff"
|
|
|
android:layout_marginTop="5dp"
|
|
|
android:textSize="15sp"/>
|