aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/values/themes-common.xml
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2014-08-07 11:39:41 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-08-05 00:03:09 +0000
commit0f2de75e310a95cf39a12fde56b9e7d81e9ac30b (patch)
tree568cf8abe13928f7c79b31e238c439f4d6ff93b6 /java/res/values/themes-common.xml
parent787e9a37b41c67e8683e854538b2743a2bc8fdcd (diff)
parentc083255b5020db4237c47e78892debfbd80e22ee (diff)
downloadlatinime-0f2de75e310a95cf39a12fde56b9e7d81e9ac30b.tar.gz
latinime-0f2de75e310a95cf39a12fde56b9e7d81e9ac30b.tar.xz
latinime-0f2de75e310a95cf39a12fde56b9e7d81e9ac30b.zip
Merge "Revert "Remove unused animation resources"" into lmp-dev
Diffstat (limited to 'java/res/values/themes-common.xml')
-rw-r--r--java/res/values/themes-common.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/java/res/values/themes-common.xml b/java/res/values/themes-common.xml
index cf7888ad6..be9a6cee0 100644
--- a/java/res/values/themes-common.xml
+++ b/java/res/values/themes-common.xml
@@ -135,4 +135,8 @@
<item name="android:singleLine">true</item>
<item name="android:ellipsize">none</item>
</style>
+ <style name="MoreKeysKeyboardAnimation">
+ <item name="android:windowEnterAnimation">@anim/more_keys_keyboard_fadein</item>
+ <item name="android:windowExitAnimation">@anim/more_keys_keyboard_fadeout</item>
+ </style>
</resources>