Skip to content

Commit

Permalink
Update menu
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Jul 3, 2016
1 parent c1072b1 commit 27ad0b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions res/menu-xlarge/spectrum.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
android:title="@string/action_lock"
android:icon="@drawable/ic_action_lock" />

<item
android:id="@+id/action_help"
android:showAsAction="always"
android:title="@string/action_help"
android:icon="@drawable/ic_action_help" />

<item
android:id="@+id/action_settings"
android:showAsAction="always"
Expand Down
2 changes: 1 addition & 1 deletion src/org/billthefarmer/scope/FreqScale.java
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ protected void onDraw(Canvas canvas)

// Draw ticks

canvas.drawLine(0, 0, 0, height / 3, paint);
// canvas.drawLine(0, 0, 0, height / 3, paint);

float fa[] = {1, 2, 5};
float sa[] = {1.1f, 1.2f, 1.3f, 1.4f, 1.5f, 1.6f, 1.7f, 1.8f,
Expand Down

0 comments on commit 27ad0b1

Please sign in to comment.