aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/affirmation_create_https_fragment_step2.xml
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-01-12 19:27:46 +0100
committerVincent Breitmoser <valodim@mugenguild.com>2015-01-12 19:27:46 +0100
commite0847cafaf53eac9b364343c1f5e74554b51053d (patch)
treec1ac24aeca5a3d090be8d1773f710e2e4ecdc0fd /OpenKeychain/src/main/res/layout/affirmation_create_https_fragment_step2.xml
parent5faeb5f5f060e049000e804deca5445d281f8611 (diff)
downloadopen-keychain-e0847cafaf53eac9b364343c1f5e74554b51053d.tar.gz
open-keychain-e0847cafaf53eac9b364343c1f5e74554b51053d.tar.bz2
open-keychain-e0847cafaf53eac9b364343c1f5e74554b51053d.zip
even more intermediate result
Diffstat (limited to 'OpenKeychain/src/main/res/layout/affirmation_create_https_fragment_step2.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/affirmation_create_https_fragment_step2.xml16
1 files changed, 11 insertions, 5 deletions
diff --git a/OpenKeychain/src/main/res/layout/affirmation_create_https_fragment_step2.xml b/OpenKeychain/src/main/res/layout/affirmation_create_https_fragment_step2.xml
index 50a0d6514..68555fa92 100644
--- a/OpenKeychain/src/main/res/layout/affirmation_create_https_fragment_step2.xml
+++ b/OpenKeychain/src/main/res/layout/affirmation_create_https_fragment_step2.xml
@@ -82,7 +82,9 @@
android:layout_gravity="center_vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginLeft="16dip"/>
+ android:layout_marginLeft="16dip"
+ android:layout_marginStart="16dip"
+ />
<ProgressBar
android:id="@+id/verify_progress"
@@ -92,20 +94,24 @@
android:indeterminateOnly="true"/>
<TextView
- android:layout_width="fill_parent"
+ android:id="@+id/verify_status"
+ android:layout_width="0dp"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium"
- android:text="Not verified"
+ android:text="@string/linked_verify_pending"
android:layout_marginLeft="16dip"
+ android:layout_marginStart="16dip"
android:layout_weight="1"
- android:id="@+id/verify_status"/>
+ />
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Verify"
android:id="@+id/button_verify"
- android:layout_marginRight="16dp"/>
+ android:layout_marginRight="16dp"
+ android:layout_marginEnd="16dip"
+ />
</LinearLayout>