Files
open-keychain/OpenKeychain/src/main/res/layout/indeterminate_progress.xml

10 lines
360 B
XML
Raw Normal View History

2015-02-27 22:46:40 +01:00
<?xml version="1.0" encoding="utf-8"?>
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:padding="0dp"
android:src="@drawable/ic_refresh_white_24dp"
style="@style/Widget.AppCompat.ActionButton" />