From 39e0639b4b95d6c9d87439be4bad68a19e70e34a Mon Sep 17 00:00:00 2001 From: Veeti Paananen Date: Mon, 6 Apr 2015 10:53:21 +0300 Subject: [PATCH] Fix identity verification screen design issues - Corrected improper usage of ScrollView that would cut off contents when taller than the layout. - Adjusted margins and paddings to match Material specs (20dp from sides). - Fixed monospaced font being overridden on Lollipop. Fixes #2904. FREEBIE. Closes #2906. --- res/layout/verify_identity_activity.xml | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/res/layout/verify_identity_activity.xml b/res/layout/verify_identity_activity.xml index 1c20f7eae..78146b758 100644 --- a/res/layout/verify_identity_activity.xml +++ b/res/layout/verify_identity_activity.xml @@ -1,13 +1,13 @@ + android:layout_height="fill_parent" + android:fillViewport="true"> + android:layout_marginBottom="8dp" /> + android:layout_marginBottom="8dp" /> + + android:layout_marginBottom="8dp" /> + + android:fontFamily="monospace" + android:text="" /> + \ No newline at end of file