summaryrefslogtreecommitdiff
path: root/InCallUI/res/layout/person_context_info_list_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'InCallUI/res/layout/person_context_info_list_item.xml')
-rw-r--r--InCallUI/res/layout/person_context_info_list_item.xml40
1 files changed, 0 insertions, 40 deletions
diff --git a/InCallUI/res/layout/person_context_info_list_item.xml b/InCallUI/res/layout/person_context_info_list_item.xml
deleted file mode 100644
index 4f973d564..000000000
--- a/InCallUI/res/layout/person_context_info_list_item.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2015 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:paddingRight="@dimen/person_contact_context_horizontal_padding"
- android:paddingLeft="@dimen/person_contact_context_horizontal_padding">
- <TextView android:id="@+id/message"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:paddingLeft="@dimen/person_contact_context_message_horizontal_padding"
- android:paddingRight="@dimen/person_contact_context_message_horizontal_padding"
- android:paddingTop="@dimen/person_contact_context_message_vertical_padding"
- android:paddingBottom="@dimen/person_contact_context_message_vertical_padding"
- android:textSize="@dimen/person_contact_context_message_text_size"
- android:textColor="@color/person_contact_context_message_text_color"
- android:fontFamily="sans-serif-medium"
- android:background="@drawable/incoming_sms_background"/>
- <TextView android:id="@+id/detail"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:paddingTop="@dimen/person_contact_context_detail_padding_top"
- android:textSize="@dimen/person_contact_context_detail_text_size"
- android:textColor="@color/person_contact_context_detail_text_color"
- android:fontFamily="sans-serif-medium"
- android:layout_below="@id/message"/>
-</RelativeLayout> \ No newline at end of file