summaryrefslogtreecommitdiff
path: root/tests/res/layout
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2015-07-20 16:19:36 -0700
committerYorke Lee <yorkelee@google.com>2015-07-27 18:34:58 -0700
commit326bc22ade3e340d9f0a421f597e507629bf2c1e (patch)
treea4d16cefce64295c1192c8424361c28f70493a54 /tests/res/layout
parent59c4dfdf471ee72d9e7994853daa6344a555a9e8 (diff)
Add ability to add test voicemails from test app
Change-Id: Ic86c8e03ab55e31df7c66602218e1822b8fc23d5
Diffstat (limited to 'tests/res/layout')
-rw-r--r--tests/res/layout/fill_call_log_test.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/res/layout/fill_call_log_test.xml b/tests/res/layout/fill_call_log_test.xml
index 2359f2cde..e34125c10 100644
--- a/tests/res/layout/fill_call_log_test.xml
+++ b/tests/res/layout/fill_call_log_test.xml
@@ -86,6 +86,12 @@
android:layout_height="wrap_content"
android:text="@string/call_type_outgoing"
android:textSize="9sp" />
+ <RadioButton
+ android:id="@+id/call_type_voicemail"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/call_type_voicemail"
+ android:textSize="9sp" />
</RadioGroup>
<CheckBox
android:id="@+id/call_type_video"