From b7fd115118432b6cbdd58753131a7da919a5d373 Mon Sep 17 00:00:00 2001 From: kenstir Date: Sun, 17 Nov 2013 22:07:01 -0500 Subject: [PATCH] Tweaking resources. --- Open-ILS/src/Android/AndroidManifest.xml | 15 +++++++++------ Open-ILS/src/Android/res/layout/activity_login.xml | 15 +++++++++++++++ Open-ILS/src/Android/res/values/ou.xml | 6 ++++-- Open-ILS/src/Android/res/values/strings.xml | 2 +- Open-ILS/src/Android/res/xml/authenticator.xml | 2 +- 5 files changed, 30 insertions(+), 10 deletions(-) diff --git a/Open-ILS/src/Android/AndroidManifest.xml b/Open-ILS/src/Android/AndroidManifest.xml index f03bb4016d..dbc80c22ac 100644 --- a/Open-ILS/src/Android/AndroidManifest.xml +++ b/Open-ILS/src/Android/AndroidManifest.xml @@ -55,7 +55,7 @@ @@ -65,7 +65,7 @@ + android:label="@string/ou_app_label" > @@ -129,9 +129,12 @@ + android:label="@string/ou_account_label" + android:theme="@android:style/Theme.Light"> - + diff --git a/Open-ILS/src/Android/res/layout/activity_login.xml b/Open-ILS/src/Android/res/layout/activity_login.xml index 7fb3f364b5..714f6d3c22 100644 --- a/Open-ILS/src/Android/res/layout/activity_login.xml +++ b/Open-ILS/src/Android/res/layout/activity_login.xml @@ -7,6 +7,21 @@ android:paddingRight="17dp" > + + + + http://bark.cwmars.org/osrf-gateway-v1 - C/W Mars Rover - C/W Mars Rover + C/W Mars Library Rover + C/W Mars + C/W Mars Library + Sign in to your\nC/W Mars Library Account diff --git a/Open-ILS/src/Android/res/values/strings.xml b/Open-ILS/src/Android/res/values/strings.xml index 3404bb31e8..f6faaceb60 100644 --- a/Open-ILS/src/Android/res/values/strings.xml +++ b/Open-ILS/src/Android/res/values/strings.xml @@ -32,7 +32,7 @@ Please enter the Evergreen server url, username and password of your account. Library Catalog URL: Username: - Library Card Number or Username + Card Number or Username Password: Password or PIN Sign in diff --git a/Open-ILS/src/Android/res/xml/authenticator.xml b/Open-ILS/src/Android/res/xml/authenticator.xml index 0f3566501c..f724c41761 100644 --- a/Open-ILS/src/Android/res/xml/authenticator.xml +++ b/Open-ILS/src/Android/res/xml/authenticator.xml @@ -3,4 +3,4 @@ android:accountType="org.evergreen_ils.opac" android:icon="@drawable/evergreen_launcher_icon" android:smallIcon="@drawable/evergreen_launcher_icon" - android:label="@string/ou_app_label"/> + android:label="@string/ou_account_label"/> -- 2.11.0