diff options
author | 2012-04-12 16:25:53 +0900 | |
---|---|---|
committer | 2012-04-12 16:43:24 +0900 | |
commit | 45213ed2a6e9a940ec540ff43ded7e877cb20dc9 (patch) | |
tree | 482d2e30f40cb054ae04511904b72c1b1132c19e /java/res/anim | |
parent | f1678ba8024606349bc184cfeaead2be059f7b5b (diff) | |
download | latinime-45213ed2a6e9a940ec540ff43ded7e877cb20dc9.tar.gz latinime-45213ed2a6e9a940ec540ff43ded7e877cb20dc9.tar.xz latinime-45213ed2a6e9a940ec540ff43ded7e877cb20dc9.zip |
Polish fade-in/out animations for the gray-out-while-typing keys
Bug: 6326723
Change-Id: Idb6fa023c497cf1f0f584f496e7e5ae82b1c9f4f
Diffstat (limited to 'java/res/anim')
-rw-r--r-- | java/res/anim/alt_code_key_while_typing_fadein.xml | 2 | ||||
-rw-r--r-- | java/res/anim/alt_code_key_while_typing_fadeout.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/java/res/anim/alt_code_key_while_typing_fadein.xml b/java/res/anim/alt_code_key_while_typing_fadein.xml index f8caca313..079c98090 100644 --- a/java/res/anim/alt_code_key_while_typing_fadein.xml +++ b/java/res/anim/alt_code_key_while_typing_fadein.xml @@ -22,6 +22,6 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:propertyName="altCodeKeyWhileTypingAnimAlpha" android:valueType="intType" - android:duration="100" + android:duration="1000" android:valueFrom="128" android:valueTo="255" /> diff --git a/java/res/anim/alt_code_key_while_typing_fadeout.xml b/java/res/anim/alt_code_key_while_typing_fadeout.xml index bad1e7465..511e13886 100644 --- a/java/res/anim/alt_code_key_while_typing_fadeout.xml +++ b/java/res/anim/alt_code_key_while_typing_fadeout.xml @@ -22,6 +22,6 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:propertyName="altCodeKeyWhileTypingAnimAlpha" android:valueType="intType" - android:duration="70" + android:duration="3000" android:valueFrom="255" android:valueTo="128" /> |