fix remain logged-in checkbox true by default
Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/commit/0657ebe9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/0657ebe9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/0657ebe9 Branch: refs/heads/master Commit: 0657ebe97fad6fad532430eefb07bf8f185f61e9 Parents: f1de3b1 Author: Sagar <[email protected]> Authored: Tue Aug 2 23:37:44 2016 +0530 Committer: Sagar <[email protected]> Committed: Tue Aug 2 23:37:44 2016 +0530 ---------------------------------------------------------------------- app/src/main/res/layout/fragment_login.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/0657ebe9/app/src/main/res/layout/fragment_login.xml ---------------------------------------------------------------------- diff --git a/app/src/main/res/layout/fragment_login.xml b/app/src/main/res/layout/fragment_login.xml index 4345b1e..e0e85d3 100644 --- a/app/src/main/res/layout/fragment_login.xml +++ b/app/src/main/res/layout/fragment_login.xml @@ -108,6 +108,7 @@ limitations under the License. android:id="@+id/cbRemember" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:checked="true" android:text="@string/keepLogin"/> <Button
