summaryrefslogtreecommitdiffstats
path: root/tests/res/layout/cmaccount_test.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/res/layout/cmaccount_test.xml')
-rw-r--r--tests/res/layout/cmaccount_test.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/res/layout/cmaccount_test.xml b/tests/res/layout/cmaccount_test.xml
index 645b8bb..488f691 100644
--- a/tests/res/layout/cmaccount_test.xml
+++ b/tests/res/layout/cmaccount_test.xml
@@ -31,5 +31,10 @@
android:layout_width="match_parent"
android:text="@string/enable_google_setup"/>
+ <Button android:id="@+id/setup_complete_flag"
+ android:layout_height="wrap_content"
+ android:layout_width="match_parent"
+ android:text="@string/user_setup_complete"/>
+
</LinearLayout>
</ScrollView>