summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/incall/impl/res/layout/call_composer_data_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/incallui/incall/impl/res/layout/call_composer_data_fragment.xml')
-rw-r--r--java/com/android/incallui/incall/impl/res/layout/call_composer_data_fragment.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/java/com/android/incallui/incall/impl/res/layout/call_composer_data_fragment.xml b/java/com/android/incallui/incall/impl/res/layout/call_composer_data_fragment.xml
deleted file mode 100644
index 335ac8ae2..000000000
--- a/java/com/android/incallui/incall/impl/res/layout/call_composer_data_fragment.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
- <TextView
- android:id="@+id/subject"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_margin="8dp"
- android:padding="8dp"
- android:textSize="24sp"
- android:textColor="@color/primary_text_color"
- android:background="@color/background_dialer_white"/>
-</FrameLayout> \ No newline at end of file