summaryrefslogtreecommitdiffstats
path: root/tests/VoiceInteraction/res/layout/voice_interaction_session.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/VoiceInteraction/res/layout/voice_interaction_session.xml')
-rw-r--r--tests/VoiceInteraction/res/layout/voice_interaction_session.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/VoiceInteraction/res/layout/voice_interaction_session.xml b/tests/VoiceInteraction/res/layout/voice_interaction_session.xml
index dc4e31b..b106437 100644
--- a/tests/VoiceInteraction/res/layout/voice_interaction_session.xml
+++ b/tests/VoiceInteraction/res/layout/voice_interaction_session.xml
@@ -80,6 +80,12 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Disallow screenshot" />
+ <TextView android:id="@+id/options_text"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginTop="16dp"
+ android:layout_marginBottom="16dp"
+ android:textAppearance="?android:attr/textAppearanceMedium" />
</LinearLayout>
</LinearLayout>