From: kenstir Date: Sun, 29 Dec 2013 04:20:53 +0000 (-0500) Subject: Main and items-checked-out activities now using action bar. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=aa21a2c09e6af090a3b2a2340a9a3d48d58bedf3;p=working%2FEvergreen.git Main and items-checked-out activities now using action bar. --- diff --git a/Open-ILS/src/Android/core/AndroidManifest.xml b/Open-ILS/src/Android/core/AndroidManifest.xml index 6fa134f72b..2434468bc6 100644 --- a/Open-ILS/src/Android/core/AndroidManifest.xml +++ b/Open-ILS/src/Android/core/AndroidManifest.xml @@ -5,128 +5,12 @@ android:versionCode="1" android:versionName="1.0" > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Open-ILS/src/Android/core/res/layout-land/dashbord_account.xml b/Open-ILS/src/Android/core/res/layout-land/dashbord_account.xml index 15a3159bdb..c96eabcb8e 100644 --- a/Open-ILS/src/Android/core/res/layout-land/dashbord_account.xml +++ b/Open-ILS/src/Android/core/res/layout-land/dashbord_account.xml @@ -47,7 +47,7 @@ style="@style/HomeButton" android:layout_weight="1" android:drawableTop="@drawable/check_out" - android:onClick="onClickFeature" + android:onClick="onButtonClick" android:text="@string/title_check_out" />