<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2008 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.
-->

<!-- The dtmf dialer field that shows up in landscape mode.  In
     portrait mode, the item is replaced with a simple <merge/>, so
     its never inflated.  When in landscape, it's alpha value is
     determined by the DTMFTwelveKeyDialer.DTMFKeyListener logic. -->
<EditText
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/dtmfDialerField"
    android:layout_height="48dip"
    android:layout_width="372dip"
    android:layout_centerHorizontal="true"
    android:layout_gravity="center_horizontal"
    android:layout_marginTop="202dip"
    android:background="@drawable/btn_dial_textfield_normal_full_sm"
    android:clickable="false"
    android:freezesText="true"
    android:maxLines="1"
    android:paddingLeft="16px"
    android:paddingRight="16px"
    android:scrollHorizontally="true"
    android:textColor="@color/dtmf_dialer_display_text"
    android:textSize="22sp"/>