diff --git a/org_apg/AndroidManifest.xml b/org_apg/AndroidManifest.xml index 1e91eb928..9aad7c992 100644 --- a/org_apg/AndroidManifest.xml +++ b/org_apg/AndroidManifest.xml @@ -2,8 +2,8 @@ @@ -80,7 +80,8 @@ android:name=".ui.SelectPublicKeyListActivity" android:configChanges="keyboardHidden|orientation|keyboard" android:label="@string/title_selectRecipients" - android:launchMode="singleTop" > + android:launchMode="singleTop" + android:uiOptions="splitActionBarWhenNarrow" > diff --git a/org_apg/build.xml b/org_apg/build.xml index f05ca7cf7..6bc71bee0 100644 --- a/org_apg/build.xml +++ b/org_apg/build.xml @@ -1,5 +1,5 @@ - + - + + - + android:fillViewport="true" + android:orientation="vertical" > - + + android:layout_weight="1" + android:choiceMode="multipleChoice" /> - - -