Android Study

좌우 진동 애니메이션

85chong 2021. 3. 12. 08:39
728x90
반응형
SMALL
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
<translate xmlns:android="http://schemas.android.com/apk/res/android"
	android:duration="100"
	android:fromXDelta="0"
	android:toXDelta="20"
	android:repeatCount="3"
	android:repeatMode="revers>
</translate>
</set>



출처: https://namget.tistory.com/entry/안드로이드-지문인식fingerprint-사용하기-api23도-가능 [남갯,YTS의 개발,일상블로그]

'Android Study' 카테고리의 다른 글

Android Intent 호출 Flag 사용법(feat.Kotlin)  (0) 2021.03.23
WebView loalUrl vs reload (Rendering 차이)  (0) 2021.03.22
FrameLayout 사용하기 .feat Kotlin  (0) 2021.03.11
Android 앱 스토어 국가 설정  (0) 2021.02.26
Style Theme  (0) 2021.02.19