Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dusken-client
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
EDB
dusken-client
Commits
dd325789
Commit
dd325789
authored
Nov 19, 2017
by
Nikolai R Kristiansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
android release
EventList: Fix margin in section header
parent
de4488b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
android/app/build.gradle
android/app/build.gradle
+1
-1
src/modules/events/EventList.js
src/modules/events/EventList.js
+0
-1
No files found.
android/app/build.gradle
View file @
dd325789
...
...
@@ -103,7 +103,7 @@ android {
applicationId
"no.neuf.chateau"
minSdkVersion
16
targetSdkVersion
23
versionCode
1
8
versionCode
1
9
versionName
"1.2.0"
ndk
{
abiFilters
"armeabi-v7a"
,
"x86"
...
...
src/modules/events/EventList.js
View file @
dd325789
...
...
@@ -96,7 +96,6 @@ const styles = StyleSheet.create({
marginLeft
:
0
,
...
Platform
.
select
({
'
ios
'
:
{
marginBottom
:
-
8
},
'
android
'
:
{
marginBottom
:
-
4
}
}),
paddingBottom
:
0
,
borderBottomWidth
:
0
,
...
...
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