Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
practiceTask
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
李彥志
practiceTask
Commits
1bcedfdb
"Examples/VideoBlur/ios/VideoBlur.xcodeproj/project.pbxproj" did not exist on "c749a3825aca0476376bad45c003dad3fc70e9b8"
Commit
1bcedfdb
authored
Nov 07, 2018
by
李彥志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload styles
parent
8a554815
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
69 additions
and
0 deletions
+69
-0
src/Dialog/styles.js
src/Dialog/styles.js
+69
-0
No files found.
src/Dialog/styles.js
0 → 100644
View file @
1bcedfdb
import
{
StyleSheet
,
Dimensions
}
from
'
react-native
'
;
const
{
width
,
height
}
=
Dimensions
.
get
(
'
window
'
);
export
default
StyleSheet
.
create
({
modalContainer
:
{
width
,
height
,
backgroundColor
:
'
rgba(4,4,15, 0.4)
'
,
justifyContent
:
'
center
'
,
flexDirection
:
'
column
'
,
alignItems
:
'
center
'
},
scrollViewContainer
:
{
flex
:
1
},
modalContent
:
{
width
:
270
,
justifyContent
:
'
center
'
,
flexDirection
:
'
column
'
,
backgroundColor
:
'
#F8F8F8
'
,
borderColor
:
'
#F8F8F8
'
,
borderWidth
:
1
,
borderRadius
:
15
,
marginVertical
:
45
},
modalTitle
:
{
width
:
270
,
height
:
45
,
flexDirection
:
'
column
'
,
justifyContent
:
'
flex-start
'
,
alignItems
:
'
center
'
},
modalTitle_txt
:
{
lineHeight
:
22
,
fontSize
:
17
,
color
:
'
#000
'
,
fontWeight
:
'
bold
'
,
marginTop
:
19
},
modalMessage
:
{
width
:
270
},
modalMessage_txt
:
{
marginHorizontal
:
16
,
marginVertical
:
19
,
lineHeight
:
22
,
textAlign
:
'
center
'
,
fontSize
:
15
,
color
:
'
#000
'
},
modalFooter
:
{
width
:
270
,
height
:
44
,
borderTopWidth
:
1
,
borderColor
:
'
#BCBBC1
'
,
flexDirection
:
'
row
'
},
modalFooter_btn
:
{
flexDirection
:
'
row
'
,
justifyContent
:
'
center
'
,
alignItems
:
'
center
'
,
flex
:
1
},
modalFooter_txt
:
{
fontSize
:
17
,
color
:
'
#396C9B
'
,
textAlign
:
'
center
'
}
});
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment