mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-04 05:02:11 +08:00
优化界面
This commit is contained in:
parent
aaef6bac6e
commit
e95b4dc38e
@ -134,7 +134,7 @@ export function pushPlayDetailScreen(componentId, id) {
|
||||
duration: 300,
|
||||
},
|
||||
translationY: {
|
||||
from: -16, // Animate translationY from 16dp to 0dp
|
||||
from: -32, // Animate translationY from 16dp to 0dp
|
||||
duration: 300,
|
||||
},
|
||||
},
|
||||
@ -145,7 +145,7 @@ export function pushPlayDetailScreen(componentId, id) {
|
||||
duration: 300,
|
||||
},
|
||||
translationX: {
|
||||
from: -16, // Animate translationY from 16dp to 0dp
|
||||
from: -32, // Animate translationY from 16dp to 0dp
|
||||
duration: 300,
|
||||
},
|
||||
},
|
||||
@ -156,7 +156,7 @@ export function pushPlayDetailScreen(componentId, id) {
|
||||
duration: 300,
|
||||
},
|
||||
translationY: {
|
||||
from: 16, // Animate translationY from 16dp to 0dp
|
||||
from: 32, // Animate translationY from 16dp to 0dp
|
||||
duration: 300,
|
||||
},
|
||||
},
|
||||
|
@ -162,7 +162,6 @@ const styles = StyleSheet.create({
|
||||
},
|
||||
checkbox: {
|
||||
marginTop: 5,
|
||||
marginBottom: -5,
|
||||
},
|
||||
inputContent: {
|
||||
flex: 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user