More UI tweaks.
* Grab a full wakelock while encrypting. * Fix a bug with failed attempts. * Add a custom theme to animate the screen to black. * Fix the keyboard to be displayed properly in landscape and portrait. Change-Id: Icc2d813ce1780588eb3b16f5204c3c60cae5236f
This commit is contained in:
@@ -120,4 +120,16 @@
|
||||
<item name="android:windowNoTitle">true</item>
|
||||
<item name="android:windowIsFloating">true</item>
|
||||
</style>
|
||||
|
||||
<style name="CryptKeeperTheme" parent="@android:style/Theme.Holo.NoActionBar">
|
||||
<item name="android:windowAnimationStyle">@style/CryptKeeperAnimation</item>
|
||||
</style>
|
||||
|
||||
<style name="CryptKeeperBlankTheme" parent="@android:style/Theme.Holo.NoActionBar">
|
||||
<item name="android:background">#ff000000</item>
|
||||
</style>
|
||||
|
||||
<style name="CryptKeeperAnimation">
|
||||
<item name="android:windowExitAnimation">@anim/crypt_keeper_exit</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user