summaryrefslogtreecommitdiffstats
path: root/res/layout-land
diff options
context:
space:
mode:
authorDavid Brown <dab@google.com>2011-05-10 21:48:40 -0700
committerDavid Brown <dab@google.com>2011-05-11 15:01:10 -0700
commit285fdc6bed0f2bcfb95b4d5f8cf9066a4f8ab888 (patch)
tree9568a5df57fdad5c6203e614d618d3f31861ad00 /res/layout-land
parent9add0e5ef2a267acbe104e04f4cf6ab24cb8ba3e (diff)
downloadpackages_apps_Contacts-285fdc6bed0f2bcfb95b4d5f8cf9066a4f8ab888.tar.gz
packages_apps_Contacts-285fdc6bed0f2bcfb95b4d5f8cf9066a4f8ab888.tar.bz2
packages_apps_Contacts-285fdc6bed0f2bcfb95b4d5f8cf9066a4f8ab888.zip
Fragmentize the dialpad UI
Moved most of DialpadActivity into the new class DialpadFragment. The old DialpadActivity is now just a simple container for the fragment. TESTED (on crespo): - Dialing an outgoing call - Options menu (only visible once you've typed at least one digit) - "Dialpad chooser" scenario (the special UI when you bring up the dialpad while a call is already active). Note that text colors in the dialpad chooser items are wrong; that'll be fixed by some upcoming theme cleanup. Change-Id: I8827727bb2bc86936c4ef23e1a307ac04141c1ea
Diffstat (limited to 'res/layout-land')
-rw-r--r--res/layout-land/dialpad_fragment.xml (renamed from res/layout-land/dialpad_activity.xml)2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout-land/dialpad_activity.xml b/res/layout-land/dialpad_fragment.xml
index 985d04743..fe9fb28fe 100644
--- a/res/layout-land/dialpad_activity.xml
+++ b/res/layout-land/dialpad_fragment.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2006 The Android Open Source Project
+<!-- Copyright (C) 2011 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.