Removing and renaming classes from Dialer
* No code was changed, just either removed or renamed
* Reshuffled a couple of ids around in dialpad_fragment to fix some
compile time errors that somehow weren't caught before
Change-Id: I9e2381edfb14b0940015deb8cbd94786a1242f43
diff --git a/res/layout-land/dialpad_fragment.xml b/res/layout-land/dialpad_fragment.xml
index 658a03b..b3945f6 100644
--- a/res/layout-land/dialpad_fragment.xml
+++ b/res/layout-land/dialpad_fragment.xml
@@ -84,9 +84,9 @@
<View
android:layout_width="match_parent"
android:layout_height="@dimen/dialpad_button_margin"
- android:layout_above="@id/dialButton"
+ android:layout_above="@+id/dialButton"
android:background="#33000000" />
- <ImageButton android:id="@+id/dialButton"
+ <ImageButton android:id="@id/dialButton"
android:layout_width="match_parent"
android:layout_height="@dimen/call_button_height"
android:layout_alignParentBottom="true"