Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed the elevation of the InstructionView so that it doesn't encounter overlapping issues. #1089

Merged
merged 2 commits into from
Dec 13, 2018

Conversation

devotaaabel
Copy link
Contributor

@devotaaabel devotaaabel commented Jul 5, 2018

Relates to #1072

@devotaaabel devotaaabel self-assigned this Jul 5, 2018
@devotaaabel devotaaabel force-pushed the devota-update-instruction-view-layer branch from 2e8abf7 to 92c87c8 Compare July 5, 2018 21:26
@devotaaabel devotaaabel force-pushed the devota-update-instruction-view-layer branch from 92c87c8 to cc6dd29 Compare July 17, 2018 18:36
@devotaaabel devotaaabel force-pushed the devota-update-instruction-view-layer branch 2 times, most recently from 9736222 to f12369e Compare August 2, 2018 21:52
@devotaaabel devotaaabel changed the title Removed the InstructionView outside of the CoordinatorLayout, so that… Changed the elevation of the InstructionView so that it doesn't encounter overlapping issues. Aug 3, 2018
@devotaaabel devotaaabel force-pushed the devota-update-instruction-view-layer branch 2 times, most recently from 51a3d8b to 9e79d17 Compare August 3, 2018 15:29
@devotaaabel
Copy link
Contributor Author

@danesfeder ready for re-review

@devotaaabel devotaaabel force-pushed the devota-update-instruction-view-layer branch from 9e79d17 to a4b2978 Compare August 3, 2018 15:59
@devotaaabel devotaaabel force-pushed the devota-update-instruction-view-layer branch from a4b2978 to 012e9a2 Compare August 21, 2018 16:51
@devotaaabel devotaaabel added this to the 0.18.0 milestone Aug 21, 2018
@devotaaabel devotaaabel force-pushed the devota-update-instruction-view-layer branch from 012e9a2 to 12a764c Compare August 27, 2018 19:10
@danesfeder danesfeder modified the milestones: 0.18.0, 0.19.0 Sep 4, 2018
@akitchen akitchen added the needs discussion Can't be started in current state, needs clarification. label Sep 19, 2018
@akitchen akitchen removed this from the 0.19.0 milestone Sep 24, 2018
@devotaaabel devotaaabel removed the needs discussion Can't be started in current state, needs clarification. label Nov 14, 2018
…it is always on top of the rest of the view
@devotaaabel devotaaabel force-pushed the devota-update-instruction-view-layer branch from 12a764c to 7414f15 Compare November 14, 2018 14:15
@@ -494,6 +495,7 @@ private void initializeView() {
private void bind() {
mapView = findViewById(R.id.navigationMapView);
instructionView = findViewById(R.id.instructionView);
ViewCompat.setElevation(instructionView, 10);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have we considered extracting the magic number 10 into a constant specifying that this is actually putting the instructionView at the top of the view hierarchy?

@danesfeder
Copy link
Contributor

@devotaaabel feel free to address @Guardiola31337's comment / merge this when you have a chance

@codecov-io
Copy link

Codecov Report

Merging #1089 into master will increase coverage by 0.01%.
The diff coverage is 0%.

@@             Coverage Diff             @@
##             master   #1089      +/-   ##
===========================================
+ Coverage     23.68%   23.7%   +0.01%     
  Complexity      735     735              
===========================================
  Files           194     194              
  Lines          8291    8286       -5     
  Branches        608     607       -1     
===========================================
  Hits           1964    1964              
+ Misses         6142    6137       -5     
  Partials        185     185

@devotaaabel devotaaabel merged commit 7828d08 into master Dec 13, 2018
@danesfeder danesfeder mentioned this pull request Dec 16, 2018
12 tasks
@devotaaabel devotaaabel deleted the devota-update-instruction-view-layer branch January 28, 2019 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants