aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/simple_item.xml
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-11-13 16:56:35 +0100
committerVincent Breitmoser <valodim@mugenguild.com>2016-01-06 16:24:07 +0100
commit840d57bf3b2c91f63f0df9d8988c16eb467b4a29 (patch)
tree7398afaf2f024d097b72e78e82ac305c8bcfab79 /OpenKeychain/src/main/res/layout/simple_item.xml
parentf8d6b0bb467cf126b3e1bf295f584b533280ebef (diff)
downloadopen-keychain-840d57bf3b2c91f63f0df9d8988c16eb467b4a29.tar.gz
open-keychain-840d57bf3b2c91f63f0df9d8988c16eb467b4a29.tar.bz2
open-keychain-840d57bf3b2c91f63f0df9d8988c16eb467b4a29.zip
passphraseactivity: add inline spinner to password dialog
Diffstat (limited to 'OpenKeychain/src/main/res/layout/simple_item.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/simple_item.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/layout/simple_item.xml b/OpenKeychain/src/main/res/layout/simple_item.xml
new file mode 100644
index 000000000..9a7bc58e3
--- /dev/null
+++ b/OpenKeychain/src/main/res/layout/simple_item.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ android:orientation="vertical"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:gravity="center">
+
+ <TextView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:id="@+id/simple_item_text"
+ android:textAppearance="@android:style/TextAppearance.Medium"
+ tools:text="itemtext" />
+</LinearLayout> \ No newline at end of file