aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/indeterminate_progress.xml
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-02-27 22:46:40 +0100
committerVincent Breitmoser <valodim@mugenguild.com>2015-02-27 22:46:48 +0100
commit80c159056d8efc4dd82c36a2c168511d34d6e8b4 (patch)
treedd71a14b45b52639ef6f96eebc0b73899a0dcc03 /OpenKeychain/src/main/res/layout/indeterminate_progress.xml
parentfe31883f661d55c20903cf1b249dc46395b57c12 (diff)
downloadopen-keychain-80c159056d8efc4dd82c36a2c168511d34d6e8b4.tar.gz
open-keychain-80c159056d8efc4dd82c36a2c168511d34d6e8b4.tar.bz2
open-keychain-80c159056d8efc4dd82c36a2c168511d34d6e8b4.zip
show refresh key progress inline
Diffstat (limited to 'OpenKeychain/src/main/res/layout/indeterminate_progress.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/indeterminate_progress.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/layout/indeterminate_progress.xml b/OpenKeychain/src/main/res/layout/indeterminate_progress.xml
new file mode 100644
index 000000000..8515e83a4
--- /dev/null
+++ b/OpenKeychain/src/main/res/layout/indeterminate_progress.xml
@@ -0,0 +1,9 @@
+<?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" />