diff options
author | 2014-08-07 14:27:57 +0000 | |
---|---|---|
committer | 2014-08-07 14:27:57 +0000 | |
commit | 57914a138af95e8da45e1e43dda355525eeae7e4 (patch) | |
tree | 73b6aa581970f9d105382ddac4aee8b6d59b647c /java/res/values/themes-common.xml | |
parent | c083255b5020db4237c47e78892debfbd80e22ee (diff) | |
download | latinime-57914a138af95e8da45e1e43dda355525eeae7e4.tar.gz latinime-57914a138af95e8da45e1e43dda355525eeae7e4.tar.xz latinime-57914a138af95e8da45e1e43dda355525eeae7e4.zip |
Revert "Revert "Remove unused animation resources""
This reverts commit c083255b5020db4237c47e78892debfbd80e22ee.
Change-Id: I357bcafe7f28fe72b2b51b566dd59ac9c1c5b2fc
Diffstat (limited to 'java/res/values/themes-common.xml')
-rw-r--r-- | java/res/values/themes-common.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/java/res/values/themes-common.xml b/java/res/values/themes-common.xml index b139110ca..08a14210f 100644 --- a/java/res/values/themes-common.xml +++ b/java/res/values/themes-common.xml @@ -130,8 +130,4 @@ <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> |