diff options
author | 2014-08-07 11:39:22 +0000 | |
---|---|---|
committer | 2014-08-07 11:39:22 +0000 | |
commit | c083255b5020db4237c47e78892debfbd80e22ee (patch) | |
tree | 176b99bfee1877747936891b09ebb2291d1147e9 /java/res/values/themes-common.xml | |
parent | 9e7f0677bfc13bde20dd7d38d03ec41f25d21126 (diff) | |
download | latinime-c083255b5020db4237c47e78892debfbd80e22ee.tar.gz latinime-c083255b5020db4237c47e78892debfbd80e22ee.tar.xz latinime-c083255b5020db4237c47e78892debfbd80e22ee.zip |
Revert "Remove unused animation resources"
This reverts commit 9e7f0677bfc13bde20dd7d38d03ec41f25d21126.
Due to unit test breakage.
Change-Id: I664c25c17fc4cc98264bdac772eac086c9fbc183
Diffstat (limited to 'java/res/values/themes-common.xml')
-rw-r--r-- | java/res/values/themes-common.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/res/values/themes-common.xml b/java/res/values/themes-common.xml index 08a14210f..b139110ca 100644 --- a/java/res/values/themes-common.xml +++ b/java/res/values/themes-common.xml @@ -130,4 +130,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> |