Skip to content

Instantly share code, notes, and snippets.

@therajanmaurya
Last active July 7, 2020 10:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save therajanmaurya/64eb199c8a01bb4f5ec0a2075bc7f947 to your computer and use it in GitHub Desktop.
Save therajanmaurya/64eb199c8a01bb4f5ec0a2075bc7f947 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:importantForAutofill="noExcludeDescendants"
tools:ignore="UnusedAttribute">
<!------Add you UI Content here----->
<include
android:id="@+id/llProgressBar"
android:visibility="gone"
layout="@layout/layout_progress_bar_with_text"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<!------You can use any layout like CoordinatorLayout etc----->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment