omnipreference: Update dialog_battery_settings for the new path

Change-Id: I463ef0c700482e24e6af77be1dbbdc3ad6ec6125
diff --git a/omnipreference/res/layout/dialog_battery_settings.xml b/omnipreference/res/layout/dialog_battery_settings.xml
index 48bd25f..3191a17 100644
--- a/omnipreference/res/layout/dialog_battery_settings.xml
+++ b/omnipreference/res/layout/dialog_battery_settings.xml
@@ -21,7 +21,7 @@
     android:paddingTop="@dimen/alert_dialog_padding_material"
     android:paddingStart="@dimen/alert_dialog_padding_material"
     android:paddingEnd="@dimen/alert_dialog_padding_material" >
-    <org.omnirom.omnilib.ui.ColorPickerView
+    <omnirom.ui.ColorPickerView
         android:id="@+id/color_picker_view"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
@@ -43,7 +43,7 @@
             android:digits="0123456789ABCDEFabcdef"
             android:inputType="textNoSuggestions"
             android:maxLength="6" />
-        <org.omnirom.omnilib.ui.ColorPanelView
+        <omnirom.ui.ColorPanelView
             android:id="@+id/color_panel"
             android:layout_width="0px"
             android:layout_height="match_parent"
@@ -64,7 +64,7 @@
             android:layout_height="wrap_content"
             android:layout_gravity="center_vertical"
             android:layout_weight="0.5" />
-        <org.omnirom.omnilib.ui.ColorPanelView
+        <omnirom.ui.ColorPanelView
             android:id="@+id/color_list_panel"
             android:layout_width="0px"
             android:layout_height="40dp"