|
@@ -21,8 +21,8 @@ import PlayerContents from '../components/PlayerContents';
|
|
|
|
|
|
const { width, height } = Dimensions.get('window');
|
|
|
const statusBarHeight = getStatusBarHeight();
|
|
|
-const minHeight = 64;
|
|
|
-const midBound = height - 100 * 3;
|
|
|
+const minHeight = height*0.1;
|
|
|
+const midBound = height - height/2.5;
|
|
|
const upperBound = midBound + minHeight;
|
|
|
|
|
|
const {
|