Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save therajanmaurya/f9e9a5ee0b5fcb195d6d2e62b10f0ade to your computer and use it in GitHub Desktop.
Save therajanmaurya/f9e9a5ee0b5fcb195d6d2e62b10f0ade to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:gravity="center"
android:orientation="vertical"
android:background="#CCFFFFFF"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ProgressBar
android:id="@+id/progressBar"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
<TextView
android:id="@+id/pbText"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textStyle="bold"
android:gravity="center"
android:textColor="@color/colorPrimary"
android:layout_marginTop="@dimen/layout_padding_8dp"
android:text="Please wait ..."/>
</LinearLayout>
@frankgue
Copy link

frankgue commented Jul 7, 2020

Good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment