|
|
@ -259,22 +259,9 @@ |
|
|
|
android:layout_height="50dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
app:layout_constraintBottom_toBottomOf="parent"> |
|
|
|
app:layout_constraintBottom_toBottomOf="parent"> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
|
|
android:id="@+id/tv_loading" |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
|
|
|
android:background="@color/tv_text_button_nor" |
|
|
|
|
|
|
|
android:clickable="true" |
|
|
|
|
|
|
|
android:focusable="true" |
|
|
|
|
|
|
|
android:gravity="center" |
|
|
|
|
|
|
|
android:text="@string/data_loading" |
|
|
|
|
|
|
|
android:textColor="#767676" |
|
|
|
|
|
|
|
android:textSize="16sp" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:background="@color/background" |
|
|
|
|
|
|
|
android:orientation="horizontal"> |
|
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
@ -307,6 +294,18 @@ |
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
|
|
android:id="@+id/tv_loading" |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
|
|
|
android:background="@color/tv_text_button_nor" |
|
|
|
|
|
|
|
android:clickable="true" |
|
|
|
|
|
|
|
android:focusable="true" |
|
|
|
|
|
|
|
android:gravity="center" |
|
|
|
|
|
|
|
android:text="@string/data_loading" |
|
|
|
|
|
|
|
android:textColor="#767676" |
|
|
|
|
|
|
|
android:textSize="16sp" /> |
|
|
|
|
|
|
|
|
|
|
|
<View |
|
|
|
<View |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="1px" |
|
|
|
android:layout_height="1px" |
|
|
|