- Disable SeekArc and enable GlowPadView
- Correct fullscreen ability - Add debugging options
This commit is contained in:
@ -135,12 +135,11 @@ containing a value of this type.
|
||||
public static int progress_gray_dark=0x7f030001;
|
||||
}
|
||||
public static final class drawable {
|
||||
public static int ic_launcher=0x7f020000;
|
||||
public static int scrubber_control_disabled_holo=0x7f020001;
|
||||
public static int scrubber_control_focused_holo=0x7f020002;
|
||||
public static int scrubber_control_normal_holo=0x7f020003;
|
||||
public static int scrubber_control_pressed_holo=0x7f020004;
|
||||
public static int seek_arc_control_selector=0x7f020005;
|
||||
public static int scrubber_control_disabled_holo=0x7f020000;
|
||||
public static int scrubber_control_focused_holo=0x7f020001;
|
||||
public static int scrubber_control_normal_holo=0x7f020002;
|
||||
public static int scrubber_control_pressed_holo=0x7f020003;
|
||||
public static int seek_arc_control_selector=0x7f020004;
|
||||
}
|
||||
public static final class string {
|
||||
public static int app_name=0x7f040000;
|
||||
|
Reference in New Issue
Block a user