dashboard
repositories
filestore
activity
search
login
main
/
moral_test_android
安卓app测试repo
summary
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
大屏辅助工具:app实现地图定位-地图中心点暂时设置到摩瑞尔
沈斌
2017-01-02
26008989ed5af5eaad82ce29d9a8b8e2e35e2254
[moral_test_android.git]
/
pingpp-android-master
/
lib
/
pingpp
/
res
/
anim
/
cmbkb_push_bottom_in.xml
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<!-- 上下滑入式 -->
<set xmlns:android="http://schemas.android.com/apk/res/android" >
<translate
android:duration="200"
android:fromYDelta="50%p"
android:toYDelta="0" />
</set>