12 lines
No EOL
555 B
XML
12 lines
No EOL
555 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ProgressBar 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:id="@+id/progressBar"
|
|
style="@style/Widget.AppCompat.ProgressBar.Horizontal"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="16dp"
|
|
android:layout_alignParentBottom="true"
|
|
android:elevation="1dp"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
tools:showIn="@layout/activity_pin_swap" /> |