Skip to content
This repository has been archived by the owner on Dec 31, 2019. It is now read-only.

Commit

Permalink
Update to Libs to fix app.R problem on Eclipse
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Wilson committed Jan 4, 2012
1 parent 4df632a commit b652b05
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_marginRight="20dip">
<orbotix.robot.app.HSBColorPickerView
<orbotix.robot.widgets.HSBColorPickerView
android:id="@+id/ColorPickerBase"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<RelativeLayout android:id="@+id/ColorWheelLayout"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<orbotix.robot.app.HSBColorPickerView
<orbotix.robot.widgets.HSBColorPickerView
android:id="@+id/ColorPickerBase"
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import android.view.ViewGroup.LayoutParams;
import android.widget.ImageView;
import android.widget.ScrollView;
import orbotix.robot.R;
import orbotix.robot.app.R;

/**
* A popover widget that can be filled with a custom layout. When shown, the popover will be displayed out of the anchor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import android.view.WindowManager;

import android.widget.PopupWindow;
import orbotix.robot.R;
import orbotix.robot.app.R;

public class CustomPopupWindow {
protected final View anchor;
Expand Down
Binary file modified library/libs/RobotLibrary.jar
Binary file not shown.

0 comments on commit b652b05

Please sign in to comment.