Skip to content

Instantly share code, notes, and snippets.

@loukwn
Created February 7, 2022 20:53
Show Gist options
  • Save loukwn/38a1b63280ffac98bdefb90b7e11988f to your computer and use it in GitHub Desktop.
Save loukwn/38a1b63280ffac98bdefb90b7e11988f to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/white">
<com.loukwn.stagestepbar.StageStepBar
android:id="@+id/stageStepbar"
android:layout_width="match_parent"
android:layout_height="200dp"
android:layout_marginHorizontal="40dp" />
<TextView
android:id="@+id/testName"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:background="@android:color/black"
android:gravity="center"
android:paddingHorizontal="20dp"
android:paddingBottom="10dp"
android:textColor="@android:color/white" />
</FrameLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment