- Improved layout. - Enrollment is now working. - Added vibration and progress feedback. - Better fingerprint animation logic. - Poke userActivity() when sensor is touched. - Added progress animation. - Only show fingerprint menu item on devices that have fingerprint hw - Set View state to GONE for views that aren't shown & fix resulting layout issue - Fix bug where stage wasn't advancing when returning from ChooseLockGeneric. - Renamed FingerprintSettings to FingerprintEnroll - Fixed bug with storing fingerprint ids that prevented the last one from being removed. - Added better progress indication. When remaining is at max, count that as the first step. - Fix whitespace formatting in CL Fixes bug 1953439 Change-Id: I721bf440c63640203af94ce21340d8281076c249
36 lines
1.9 KiB
XML
36 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2015 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
|
|
<animation-list xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/fingerprint_animation"
|
|
android:oneshot="false"
|
|
android:duration="1000">
|
|
<item android:drawable="@drawable/fingerprint_anim00" android:duration="77" />
|
|
<item android:drawable="@drawable/fingerprint_anim01" android:duration="77" />
|
|
<item android:drawable="@drawable/fingerprint_anim02" android:duration="77" />
|
|
<item android:drawable="@drawable/fingerprint_anim03" android:duration="77" />
|
|
<item android:drawable="@drawable/fingerprint_anim04" android:duration="77" />
|
|
<item android:drawable="@drawable/fingerprint_anim05" android:duration="77" />
|
|
<item android:drawable="@drawable/fingerprint_anim06" android:duration="77" />
|
|
<item android:drawable="@drawable/fingerprint_anim07" android:duration="77" />
|
|
<item android:drawable="@drawable/fingerprint_anim08" android:duration="77" />
|
|
<item android:drawable="@drawable/fingerprint_anim09" android:duration="77" />
|
|
<item android:drawable="@drawable/fingerprint_anim10" android:duration="77" />
|
|
<item android:drawable="@drawable/fingerprint_anim11" android:duration="77" />
|
|
<item android:drawable="@drawable/fingerprint_anim12" android:duration="77" />
|
|
</animation-list>
|