From 89605d7270d346adacc8dd9fa3180178c3a0c059 Mon Sep 17 00:00:00 2001 From: Jeffrey Sharkey Date: Sat, 25 Oct 2008 02:36:07 +0000 Subject: * updated prefs to handle enter key nicely (singleLine) * moved wizard stuff around so scrollview works as expected between different steps (instead of fixed height) * added password dialog to console--it will manage showing/hiding as needed --- res/layout/act_console.xml | 40 ++++++++++++++++++++++++++++++++++++---- res/layout/act_wizard.xml | 15 +++------------ res/layout/wiz_eula.xml | 20 +++++++++++++++----- res/layout/wiz_features.xml | 12 ++++++++++-- 4 files changed, 64 insertions(+), 23 deletions(-) (limited to 'res/layout') diff --git a/res/layout/act_console.xml b/res/layout/act_console.xml index 3f0f66b..39564d8 100644 --- a/res/layout/act_console.xml +++ b/res/layout/act_console.xml @@ -16,9 +16,41 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . --> - - + > + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/act_wizard.xml b/res/layout/act_wizard.xml index 3b97103..73cf130 100644 --- a/res/layout/act_wizard.xml +++ b/res/layout/act_wizard.xml @@ -24,22 +24,13 @@ android:gravity="right" > - + /> - - - - . --> - + + @@ -53,7 +59,8 @@ android:paddingTop="10dip" android:autoLink="web" android:text="You can view the full text at http://www.gnu.org/licenses/gpl-3.0.txt" - android:textAppearance="?android:attr/textAppearanceSmall" + android:textSize="14sp" + android:textColor="#bebebe" /> + + \ No newline at end of file diff --git a/res/layout/wiz_features.xml b/res/layout/wiz_features.xml index b6e07b1..cfda82a 100644 --- a/res/layout/wiz_features.xml +++ b/res/layout/wiz_features.xml @@ -16,14 +16,20 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . --> - + + - + + + \ No newline at end of file -- cgit v1.2.3