4C3

state_loading.xml

4C3
Aug 10th, 2020
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.90 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <layout xmlns:android="http://schemas.android.com/apk/res/android">
  3.     <LinearLayout
  4.        android:layout_width="match_parent"
  5.        android:layout_height="match_parent"
  6.        android:orientation="vertical"
  7.        android:gravity="center">
  8.         <ProgressBar
  9.            style="@style/Widget.AppCompat.ProgressBar.Horizontal"
  10.            android:layout_width="120dp"
  11.            android:layout_height="wrap_content"
  12.            android:indeterminate="true" />
  13.  
  14.         <TextView
  15.            android:layout_width="wrap_content"
  16.            android:layout_height="wrap_content"
  17.            android:layout_gravity="center_horizontal"
  18.            android:layout_marginBottom="8dp"
  19.            android:text="@string/loading_data"
  20.            android:textSize="18sp"
  21.            android:textColor="?android:attr/textColorPrimary"/>
  22.     </LinearLayout>
  23. </layout>
Add Comment
Please, Sign In to add comment