aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout-v11
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2014-10-26 02:12:29 +0100
committerVincent Breitmoser <valodim@mugenguild.com>2014-10-26 02:12:29 +0100
commit84a57411a502795b3f58ac289fd735e99f6b86b9 (patch)
treef8814aeed0ff76bdf9f0bed92e962e991767de9e /OpenKeychain/src/main/res/layout-v11
parent4631f45ed760fbc7706852bb5dcf26b969da86b8 (diff)
downloadopen-keychain-84a57411a502795b3f58ac289fd735e99f6b86b9.tar.gz
open-keychain-84a57411a502795b3f58ac289fd735e99f6b86b9.tar.bz2
open-keychain-84a57411a502795b3f58ac289fd735e99f6b86b9.zip
add descriptive text to safeslinger activity
Diffstat (limited to 'OpenKeychain/src/main/res/layout-v11')
-rw-r--r--OpenKeychain/src/main/res/layout-v11/safe_slinger_activity.xml26
1 files changed, 18 insertions, 8 deletions
diff --git a/OpenKeychain/src/main/res/layout-v11/safe_slinger_activity.xml b/OpenKeychain/src/main/res/layout-v11/safe_slinger_activity.xml
index 5e8e5aa5f..7e4410f85 100644
--- a/OpenKeychain/src/main/res/layout-v11/safe_slinger_activity.xml
+++ b/OpenKeychain/src/main/res/layout-v11/safe_slinger_activity.xml
@@ -9,17 +9,27 @@
android:paddingLeft="16dp"
android:paddingRight="16dp">
- <TextView
+ <LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginBottom="4dp"
- android:layout_marginTop="14dp"
- android:text="bla" />
+ android:orientation="horizontal">
- <NumberPicker
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:id="@+id/safe_slinger_picker" />
+ <TextView
+ android:layout_width="0dp"
+ android:layout_height="match_parent"
+ android:layout_marginBottom="4dp"
+ android:layout_marginTop="14dp"
+ android:text="@string/exchange_description"
+ android:layout_weight="1"
+ android:gravity="center_vertical"/>
+
+ <NumberPicker
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:id="@+id/safe_slinger_picker"
+ />
+
+ </LinearLayout>
<View
android:layout_width="match_parent"