Signal-Android/res/layout/reminder_progress.xml

9 lines
392 B
XML
Raw Normal View History

2019-11-12 10:18:57 -04:00
<?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" />