Skip to content

Commit 070c578

Browse files
committed
upt coordinate
1 parent c42ec27 commit 070c578

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/functions/coordinateMadina.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ import { Dimensions } from "react-native";
22
import { coordinateMadina } from "../data";
33
const { width: WIDTH } = Dimensions.get("window");
44

5-
const MARGIN_PAGE = 54;
5+
const MARGIN_PAGE = 48;
66
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;
1010

1111
export const coordinatePageMadina = (page) => {
1212

@@ -31,8 +31,8 @@ export const coordinatePageMadina = (page) => {
3131
fp_height = 20,
3232
fp_mgwidth = 80,
3333
fp_twidth = 376,
34-
fp_ofwidth = 5,
35-
fp_ofheight = 10;
34+
fp_ofwidth = 15,
35+
fp_ofheight = 20;
3636
//
3737

3838
if (page === 1 || page === 2) {

0 commit comments

Comments
 (0)