wudebin 3 سال پیش
والد
کامیت
f59fcbdc64
2فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 1 0
      Strides-APP/app/components/Toolbar.js
  2. 3 1
      Strides-APP/app/pages/home/Home.js

+ 1 - 0
Strides-APP/app/components/Toolbar.js

@@ -62,6 +62,7 @@ export const Styles = StyleSheet.create({
   backIcon: {
     width: 48,
     height: 48,
+    zIndex: 2,
     alignItems: 'center',
     justifyContent: 'center'
   },

+ 3 - 1
Strides-APP/app/pages/home/Home.js

@@ -349,9 +349,11 @@ const styles = StyleSheet.create({
     left: 0,
     right: 0,
     bottom: 0,
+    zIndex: 1,
     alignItems: 'center',
     position: 'absolute',
-    justifyContent: 'center'
+    justifyContent: 'center',
+    paddingTop: isIOS ? statusHeight : 0
   },
   searchView: {
     ...$padding(8, 16, 16),