create navigation button component and handle onPress events properly #267

Merged
akinwale merged 1 commit from back-navigation-part-deux into master 2018-08-30 15:38:47 +02:00
akinwale commented 2018-08-29 22:22:56 +02:00 (Migrated from github.com)
No description provided.
skhameneh (Migrated from github.com) reviewed 2018-08-29 22:22:56 +02:00
neb-b (Migrated from github.com) approved these changes 2018-08-30 15:08:46 +02:00
@ -84,2 +88,3 @@
marginLeft: 16
marginLeft: 16,
marginRight: 16
},
neb-b (Migrated from github.com) commented 2018-08-30 15:08:41 +02:00

Should this be padding so the touch area is bigger?

Should this be `padding` so the touch area is bigger?
akinwale (Migrated from github.com) reviewed 2018-08-30 15:38:32 +02:00
@ -84,2 +88,3 @@
marginLeft: 16
marginLeft: 16,
marginRight: 16
},
akinwale (Migrated from github.com) commented 2018-08-30 15:38:32 +02:00

This sets the margin on the icon (which is sort of a text element) itself. The alternative would be to apply padding to the container element.

This sets the margin on the icon (which is sort of a text element) itself. The alternative would be to apply padding to the container element.
neb-b (Migrated from github.com) reviewed 2018-08-30 19:06:31 +02:00
@ -84,2 +88,3 @@
marginLeft: 16
marginLeft: 16,
marginRight: 16
},
neb-b (Migrated from github.com) commented 2018-08-30 19:06:31 +02:00

Ah right 👍

Ah right 👍
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-android#267
No description provided.