summaryrefslogtreecommitdiffstats
path: root/res/layout-land
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-08-08 10:24:27 -0700
committerYorke Lee <yorkelee@google.com>2013-08-08 11:54:47 -0700
commit8898cd0577d41cfa4e6acf785c9e904bd71fbdfd (patch)
treecf252b828f4ffb907effaa822f6e8df6a1f68f33 /res/layout-land
parent243cc85743504c7ac444e988d4e8ab6cbe8a7716 (diff)
downloadandroid_packages_apps_Dialer-8898cd0577d41cfa4e6acf785c9e904bd71fbdfd.tar.gz
android_packages_apps_Dialer-8898cd0577d41cfa4e6acf785c9e904bd71fbdfd.tar.bz2
android_packages_apps_Dialer-8898cd0577d41cfa4e6acf785c9e904bd71fbdfd.zip
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
Diffstat (limited to 'res/layout-land')
-rw-r--r--res/layout-land/dialpad_fragment.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout-land/dialpad_fragment.xml b/res/layout-land/dialpad_fragment.xml
index 658a03b7b..b3945f61e 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"