Skip to content

Commit

Permalink
remove movement sensitivty adjustor for now
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Nov 6, 2017
1 parent 3a8f487 commit a9fc690
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,14 @@ else if (camera.equals(PreferenceManager.OFF))
timerDelay.setMinValue(0);
timerDelay.setValue(preferences.getTimerDelay());

/**
findViewById(R.id.action_configure_movement).setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
}
});**/

findViewById(R.id.action_configure_mic).setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View view) {
Expand Down
3 changes: 2 additions & 1 deletion src/main/res/layout/activity_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
android:layout_margin="6dp"/>
</RadioGroup>

<!--
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand All @@ -87,7 +88,7 @@
android:text="@string/action_configure"
android:id="@+id/action_configure_movement"
/>
</LinearLayout>
</LinearLayout>-->

<LinearLayout
android:layout_width="wrap_content"
Expand Down

0 comments on commit a9fc690

Please sign in to comment.