diff options
Diffstat (limited to 'tests/VoiceInteraction/res/layout/main.xml')
-rw-r--r-- | tests/VoiceInteraction/res/layout/main.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/VoiceInteraction/res/layout/main.xml b/tests/VoiceInteraction/res/layout/main.xml index 092d37d..0f968eb 100644 --- a/tests/VoiceInteraction/res/layout/main.xml +++ b/tests/VoiceInteraction/res/layout/main.xml @@ -30,10 +30,17 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingTop="64dp" - android:paddingBottom="64dp" android:text="@string/asyncStructure" /> + <EditText android:id="@+id/text" + android:layout_width="match_parent" + android:layout_height="0dp" + android:layout_weight="1" + android:paddingTop="64dp" + android:paddingBottom="64dp" + android:text="@string/largetext" /> + </LinearLayout> |