File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ import { Dimensions } from "react-native";
2
2
import { coordinateMadina } from "../data" ;
3
3
const { width : WIDTH } = Dimensions . get ( "window" ) ;
4
4
5
- const MARGIN_PAGE = 54 ;
5
+ const MARGIN_PAGE = 48 ;
6
6
const SCREEN_DEFAULT_WIDTH = 456 ;
7
- const WIDTH_SCREEN_RENDER = SCREEN_DEFAULT_WIDTH - MARGIN_PAGE / 2.1 ;
8
- const LEFT = - 22 //(MARGIN_PAGE / 2) + 16; // -22//+(MARGIN_PAGE * 0.6);
9
- const TOP = - 46 ; //-44;
7
+ const WIDTH_SCREEN_RENDER = SCREEN_DEFAULT_WIDTH - MARGIN_PAGE / 2.15 ;
8
+ const LEFT = - 10 //(MARGIN_PAGE / 2) + 16; // -22//+(MARGIN_PAGE * 0.6);
9
+ const TOP = - 20 ; //-44;
10
10
11
11
export const coordinatePageMadina = ( page ) => {
12
12
@@ -31,8 +31,8 @@ export const coordinatePageMadina = (page) => {
31
31
fp_height = 20 ,
32
32
fp_mgwidth = 80 ,
33
33
fp_twidth = 376 ,
34
- fp_ofwidth = 5 ,
35
- fp_ofheight = 10 ;
34
+ fp_ofwidth = 15 ,
35
+ fp_ofheight = 20 ;
36
36
//
37
37
38
38
if ( page === 1 || page === 2 ) {
You can’t perform that action at this time.
0 commit comments