Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11cd6176 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change I7a26b27a into eclair

* changes:
  Fixed the contact's dialer layout.
parents 67410188 7a26b27a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_gravity="center_horizontal"
    android:layout_weight="1"
>
        <ImageButton android:id="@+id/one"
            android:layout_width="88dp"
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@
    <EditText android:id="@+id/digits"
        android:layout_width="fill_parent"
        android:layout_height="67dip"
        android:layout_marginBottom="6dip"
        android:gravity="center"
        android:maxLines="1"
        android:scrollHorizontally="true"
@@ -40,6 +39,7 @@
        android:focusableInTouchMode="true"
        android:editable="true"
        android:cursorVisible="false"
        android:layout_weight="0"
    />

    <!-- Keypad section -->
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
    android:layout_height="wrap_content"
    android:layout_gravity="center_horizontal"
    android:layout_marginTop="6dip"
    android:layout_weight="1"
    android:orientation="horizontal">

    <!-- Onscreen "Voicemail" button.
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_gravity="center_horizontal"
    android:layout_weight="1"
>
        <ImageButton android:id="@+id/one"
            android:layout_width="88dp"
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@
    <EditText android:id="@+id/digits"
        android:layout_width="fill_parent"
        android:layout_height="74dip"
        android:layout_marginBottom="20dip"
        android:gravity="center"
        android:maxLines="1"
        android:scrollHorizontally="true"
@@ -40,6 +39,7 @@
        android:focusableInTouchMode="true"
        android:editable="true"
        android:cursorVisible="false"
        android:layout_weight="0"
    />

    <!-- Keypad section -->
Loading