diff options
author | Yorke Lee <yorkelee@google.com> | 2013-08-02 11:30:30 -0700 |
---|---|---|
committer | Yorke Lee <yorkelee@google.com> | 2013-08-02 14:31:45 -0700 |
commit | f74011e7a9b4007f6795ecee5adc2739d5fad4e6 (patch) | |
tree | c3c3fa9e7ceac96428de58686506acc592862077 /res | |
parent | c1e769c16792a880ac803b912851d6d258ed4550 (diff) |
Initial cleanup of unused old dialer code
Removed unused classes and renamed NewDialpadFragment to DialpadFragment.
Removed some unused static imports
Change-Id: If16a8bfe8cc113a570514b6d0edd87cb946758fa
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/new_dialpad_fragment.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/new_dialpad_fragment.xml b/res/layout/new_dialpad_fragment.xml index f6f652caa..f5565c726 100644 --- a/res/layout/new_dialpad_fragment.xml +++ b/res/layout/new_dialpad_fragment.xml @@ -13,7 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<view class="com.android.dialer.dialpad.NewDialpadFragment$DialpadSlidingLinearLayout" +<view class="com.android.dialer.dialpad.DialpadFragment$DialpadSlidingLinearLayout" xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" |