From 4884edc6d0e1b29a30341a26bfad126c1325ea32 Mon Sep 17 00:00:00 2001 From: rmceoin Date: Wed, 28 Oct 2009 01:28:59 +0000 Subject: [PATCH] OI Safe: added fastscroll to PassList, fixed ant build to work with 2.0 SDK git-svn-id: http://openintents.googlecode.com/svn/trunk/Safe@2354 72b678ce-9140-0410-bee8-679b907dd61a --- build.xml | 5 ++--- res/layout/pass_list.xml | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index 103b63a..f8d092f 100644 --- a/build.xml +++ b/build.xml @@ -65,7 +65,6 @@ storepass=*password of keystore* else="${basedir}/${external-libs}" > - @@ -161,7 +160,6 @@ storepass=*password of keystore* classname="com.android.ant.SetupTask" classpathref="android.antlibs"/> ---> @@ -169,6 +167,7 @@ storepass=*password of keystore* +--> @@ -220,6 +219,7 @@ storepass=*password of keystore* using sdk --|${android-jar}|-- + external-libs --|${external-libs}|-- - diff --git a/res/layout/pass_list.xml b/res/layout/pass_list.xml index f422549..fb9080c 100644 --- a/res/layout/pass_list.xml +++ b/res/layout/pass_list.xml @@ -23,6 +23,7 @@ android:layout_height="wrap_content"> -- 2.50.1