Skip to content

Commit

Permalink
show wich capture mode is selected for timelapse and ae bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerInk committed Aug 15, 2019
1 parent 8009610 commit be00288
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public boolean isActive() {

@Override
public int getNavigationHelpID() {
return R.string.view_startBracket_Timelapse;
return 0;
}

protected final Runnable m_countDownRunnable = new Runnable()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public void toggle() {

@Override
public int getNavigationHelpID() {
return 0;
return R.string.view_startBracket;
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public void toggle() {

@Override
public int getNavigationHelpID() {
return R.string.view_startBracket_Timelapse;
return R.string.view_Timelapse;
}

public void reset()
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
<string name="view_shutter_navigation_enable">&icon_top_right_dial; to change</string>
<string name="view_shutter_navigation_disabled">&icon_enterButton; to change MinShutterSpeed</string>
<string name="view_drivemode_navigation">&icon_enterButton; to change</string>
<string name="view_startBracket_Timelapse">&icon_enterButton; to start</string>
<string name="view_startBracket">&icon_enterButton; to start AE Bracket</string>
<string name="view_Timelapse">&icon_enterButton; to start Timelapse</string>
<string name="view_ev">&icon_enterButton; to reset, &icon_top_right_dial; to change</string>


Expand Down

0 comments on commit be00288

Please sign in to comment.