diff options
Diffstat (limited to 'res/layout/select_secret_key.xml')
-rw-r--r-- | res/layout/select_secret_key.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/res/layout/select_secret_key.xml b/res/layout/select_secret_key.xml index 64967ace6..f252f56e5 100644 --- a/res/layout/select_secret_key.xml +++ b/res/layout/select_secret_key.xml @@ -21,10 +21,9 @@ android:layout_height="fill_parent" android:fillViewport="true"> -<ListView - android:id="@+id/list" - android:layout_width="fill_parent" - android:layout_height="fill_parent"> -</ListView> + <ListView + android:id="@+id/list" + android:layout_width="fill_parent" + android:layout_height="fill_parent"/> </LinearLayout> |