Remove unused resources

Fix: 149125789
Test: Manual

Change-Id: Ib333f1961c1fad3c200d26da29f5abd0ac72d68a
diff --git a/res/layout-port/dialpad_fragment.xml b/res/layout-port/dialpad_fragment.xml
deleted file mode 100644
index 6c28f31..0000000
--- a/res/layout-port/dialpad_fragment.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2018 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.
--->
-<androidx.constraintlayout.widget.ConstraintLayout
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:app="http://schemas.android.com/apk/res-auto"
-    android:layout_width="match_parent"
-    android:layout_height="match_parent">
-
-    <androidx.constraintlayout.widget.Guideline
-        android:id="@+id/type_down_guideline"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:orientation="horizontal"
-        app:layout_constraintGuide_percent="@dimen/config_type_down_guideline_percent"/>
-
-    <fragment
-        android:id="@+id/dialpad_fragment"
-        android:name="com.android.car.dialer.ui.dialpad.KeypadFragment"
-        android:layout_height="wrap_content"
-        android:layout_width="wrap_content"
-        android:layout_marginStart="@dimen/dialpad_info_margin_start"
-        app:layout_constraintTop_toBottomOf="@id/type_down_guideline"
-        app:layout_constraintBottom_toBottomOf="parent"
-        app:layout_constraintStart_toStartOf="parent"/>
-
-    <View
-        android:layout_width="match_parent"
-        android:layout_height="@dimen/dialpad_line_divider_height"
-        android:background="@color/divider_color"
-        android:layout_marginStart="@dimen/horizontal_divider_inset"
-        android:layout_marginEnd="@dimen/horizontal_divider_inset"
-        app:layout_constraintTop_toBottomOf="@id/type_down_guideline"/>
-
-    <include
-        layout="@layout/dialpad_info"
-        android:layout_width="0dp"
-        android:layout_height="0dp"
-        app:layout_constraintTop_toTopOf="@id/dialpad_fragment"
-        app:layout_constraintBottom_toBottomOf="@id/dialpad_fragment"
-        app:layout_constraintStart_toEndOf="@id/dialpad_fragment"
-        app:layout_constraintEnd_toEndOf="parent"/>
-
-    <include
-        layout="@layout/list_fragment"
-        android:layout_width="match_parent"
-        android:layout_height="0dp"
-        app:layout_constraintTop_toTopOf="parent"
-        app:layout_constraintBottom_toTopOf="@id/type_down_guideline"
-        app:layout_constraintStart_toStartOf="parent"
-        app:layout_constraintEnd_toEndOf="parent"/>
-
-</androidx.constraintlayout.widget.ConstraintLayout>
diff --git a/res/values-port/dimens.xml b/res/values-port/dimens.xml
index 5318d56..cdb70cf 100644
--- a/res/values-port/dimens.xml
+++ b/res/values-port/dimens.xml
@@ -22,5 +22,4 @@
     <dimen name="keypad_margin">@*android:dimen/car_padding_4</dimen>
 
     <dimen name="dialpad_info_title_text_size_max">36sp</dimen>
-    <dimen name="dialpad_info_margin_start">154dp</dimen>
 </resources>
diff --git a/res/values/configs.xml b/res/values/configs.xml
index 6c9a1c6..f2f0b53 100644
--- a/res/values/configs.xml
+++ b/res/values/configs.xml
@@ -64,6 +64,4 @@
     <!-- A config determines whether to show user profile for input number only when type down is
     not showing. This config works only when config_show_type_down_list_on_dialpad is false. -->
     <bool name="config_show_detailed_user_profile_on_dialpad">false</bool>
-    <!-- A percent determines the size of the area for type down list on Dialpad in portrait mode. -->
-    <item name="config_type_down_guideline_percent" format="float" type="dimen">0.3</item>
 </resources>
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index b3da20b..2ab877c 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -74,7 +74,6 @@
     <dimen name="ringing_call_text_margin">@dimen/car_ui_padding_4</dimen>
 
     <!-- Dialpad dimensions -->
-    <dimen name="dialpad_line_divider_height">@dimen/vertical_divider_width</dimen>
     <dimen name="dialpad_info_title_padding_size">@dimen/car_ui_padding_4</dimen>
     <dimen name="dialpad_info_edge_padding_size">@dimen/car_ui_padding_2</dimen>
     <dimen name="dialpad_info_guideline">@dimen/touch_target_size</dimen>
@@ -86,7 +85,6 @@
     <dimen name="dialpad_contact_avatar_size">64dp</dimen>
     <dimen name="dialpad_contact_label_margin">12dp</dimen>
     <dimen name="dialpad_info_margin_end">112dp</dimen>
-    <dimen name="dialpad_info_margin_start">154dp</dimen>
     <dimen name="type_down_list_item_height">@dimen/control_bar_height</dimen>
 
     <!-- Keypad dimensions -->
@@ -130,7 +128,6 @@
     <dimen name="list_item_padding">@dimen/car_keyline_1</dimen>
     <dimen name="list_divider_inset">@dimen/car_keyline_1</dimen>
     <dimen name="list_divider_height">@dimen/car_ui_list_item_action_divider_height</dimen>
-    <dimen name="horizontal_divider_inset">@dimen/car_ui_padding_2</dimen>
     <dimen name="vertical_divider_inset">@dimen/car_ui_padding_2</dimen>
     <dimen name="vertical_divider_width">2dp</dimen>
     <dimen name="primary_icon_size">@dimen/car_ui_primary_icon_size</dimen>