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

Commit a12debf0 authored by Andrew Lee's avatar Andrew Lee Committed by Android Git Automerger
Browse files

am 37f22046: Animate dialpad in when shown.

* commit '37f2204666dae02a584448eb2ecd7949e98a3986':
  Animate dialpad in when shown.
parents 38749c11 024885c9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,8 +20,8 @@
    android:id="@+id/dialpad"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="vertical" >

    android:orientation="vertical"
    android:clipChildren="false">
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
+2 −0
Original line number Diff line number Diff line
@@ -118,4 +118,6 @@
    <dimen name="dialpad_digits_margin_bottom">0px</dimen>
    <dimen name="dialpad_center_margin">3dp</dimen>
    <dimen name="dialpad_button_margin">2dp</dimen>

    <dimen name="dialpad_key_button_translate_y">100dp</dimen>
</resources>