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