mirror of
https://github.com/fergalmoran/argon-react-native.git
synced 2026-01-01 06:09:59 +00:00
Elements and Profile screens
This commit is contained in:
@@ -62,7 +62,7 @@ class Elements extends React.Component {
|
||||
</Button>
|
||||
</Block>
|
||||
<Block row space="evenly">
|
||||
<Block flex left>
|
||||
<Block flex left style={{marginTop: 8}}>
|
||||
<Select
|
||||
defaultIndex={1}
|
||||
options={["01", "02", "03", "04", "05"]}
|
||||
@@ -392,7 +392,7 @@ class Elements extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<Block flex center>
|
||||
<ScrollView showsVerticalScrollIndicator={false} contentContainerStyle={{ paddingBottom: 30 }}>
|
||||
<ScrollView showsVerticalScrollIndicator={false} contentContainerStyle={{ paddingBottom: 30, width }}>
|
||||
{this.renderButtons()}
|
||||
{this.renderText()}
|
||||
{this.renderInputs()}
|
||||
|
||||
@@ -128,20 +128,15 @@ class Profile extends React.Component {
|
||||
</Block>
|
||||
<Block
|
||||
row
|
||||
style={{ paddingVertical: 14, alignItems: "baseline" }}
|
||||
space="between"
|
||||
>
|
||||
<Text bold size={16} color="#525F7F">
|
||||
<Text bold size={16} color="#525F7F" style={{marginTop: 12}}>
|
||||
Album
|
||||
</Text>
|
||||
</Block>
|
||||
<Block
|
||||
row
|
||||
style={{ paddingBottom: 20, justifyContent: "flex-end" }}
|
||||
>
|
||||
<Button
|
||||
small
|
||||
color="transparent"
|
||||
textStyle={{ color: "#5E72E4", fontSize: 12 }}
|
||||
textStyle={{ color: "#5E72E4", fontSize: 12, marginLeft: 24 }}
|
||||
>
|
||||
View all
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user