summaryrefslogtreecommitdiff
path: root/apps/CtsVerifier/res/layout/js_charging.xml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/CtsVerifier/res/layout/js_charging.xml')
-rw-r--r--apps/CtsVerifier/res/layout/js_charging.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/CtsVerifier/res/layout/js_charging.xml b/apps/CtsVerifier/res/layout/js_charging.xml
index e0986babb96..d6a20c6f6c4 100644
--- a/apps/CtsVerifier/res/layout/js_charging.xml
+++ b/apps/CtsVerifier/res/layout/js_charging.xml
@@ -16,6 +16,7 @@
android:text="@string/js_test_description"
android:layout_margin="@dimen/js_padding"/>
<TextView
+ android:id="@+id/charger_prompt"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/js_padding"
@@ -70,12 +71,14 @@
android:textSize="16dp"/>
</LinearLayout>
<TextView
+ android:id="@+id/unplug_prompt"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/js_padding"
android:text="@string/js_charging_description_2"
android:textStyle="bold"/>
<LinearLayout
+ android:id="@+id/unplug_test_description"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/js_padding"