9 lines
392 B
XML
9 lines
392 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<ProgressBar xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:tools="http://schemas.android.com/tools"
|
||
|
style="@style/Widget.ProgressBar.Horizontal"
|
||
|
android:progressDrawable="@drawable/reminder_progress_ring"
|
||
|
tools:progress="10"
|
||
|
android:rotation="90"
|
||
|
android:layout_width="52dp"
|
||
|
android:layout_height="52dp" />
|