From f7c4fddf44dd94162d26635bbd703ffeb392c675 Mon Sep 17 00:00:00 2001 From: Matthew Williams Date: Wed, 18 Jun 2014 18:52:47 -0700 Subject: [PATCH] Flesh out job scheduler test app adds the rest of the constraints - charging, idle, and allows you to cancel all. Change-Id: I43b7cac94446f6860ca0387440b3c8f995a2c0f3 --- .../res/layout/activity_main.xml | 105 ++++++++++++------ .../res/values/strings.xml | 6 +- .../demo/jobSchedulerApp/MainActivity.java | 25 ++++- 3 files changed, 97 insertions(+), 39 deletions(-) diff --git a/tests/JobSchedulerTestApp/res/layout/activity_main.xml b/tests/JobSchedulerTestApp/res/layout/activity_main.xml index 7f4961b940406..d3429ff3cf21f 100644 --- a/tests/JobSchedulerTestApp/res/layout/activity_main.xml +++ b/tests/JobSchedulerTestApp/res/layout/activity_main.xml @@ -1,12 +1,12 @@ - @@ -54,6 +54,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/constraints" + android:layout_margin="15dp" android:textSize="18dp"/> - - - - - - - + + + + + + + + + + + + + + +