version:1.1
update:2021-10-19 17:27:09 fix:更换包名,自更新 add:加入极光推送,发送正在运行的app信息
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
android:background="?android:attr/colorPrimaryDark"
|
||||
android:theme="?attr/widgetsTheme">
|
||||
|
||||
<com.android.uiuios.dragndrop.LivePreviewWidgetCell
|
||||
<com.android.colorfulos.dragndrop.LivePreviewWidgetCell
|
||||
android:id="@+id/widget_cell"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -59,7 +59,7 @@
|
||||
|
||||
<include layout="@layout/widget_cell_content" />
|
||||
|
||||
</com.android.uiuios.dragndrop.LivePreviewWidgetCell>
|
||||
</com.android.colorfulos.dragndrop.LivePreviewWidgetCell>
|
||||
</FrameLayout>
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<!-- The top and bottom paddings are defined in this container, but since we want
|
||||
the list view to span the full width (for touch interception purposes), we
|
||||
will bake the left/right padding into that view's background itself. -->
|
||||
<com.android.uiuios.allapps.AllAppsContainerView
|
||||
<com.android.colorfulos.allapps.AllAppsContainerView
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/apps_view"
|
||||
android:layout_width="match_parent"
|
||||
@@ -30,7 +30,7 @@
|
||||
layout="@layout/all_apps_rv_layout"
|
||||
android:visibility="gone" />
|
||||
|
||||
<com.android.uiuios.allapps.FloatingHeaderView
|
||||
<com.android.colorfulos.allapps.FloatingHeaderView
|
||||
android:id="@+id/all_apps_header"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
<include layout="@layout/floating_header_content" />
|
||||
|
||||
<com.android.uiuios.allapps.PersonalWorkSlidingTabStrip
|
||||
<com.android.colorfulos.allapps.PersonalWorkSlidingTabStrip
|
||||
android:id="@+id/tabs"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/all_apps_header_tab_height"
|
||||
@@ -71,12 +71,12 @@
|
||||
android:textAllCaps="true"
|
||||
android:textColor="@color/all_apps_tab_text"
|
||||
android:textSize="14sp" />
|
||||
</com.android.uiuios.allapps.PersonalWorkSlidingTabStrip>
|
||||
</com.android.uiuios.allapps.FloatingHeaderView>
|
||||
</com.android.colorfulos.allapps.PersonalWorkSlidingTabStrip>
|
||||
</com.android.colorfulos.allapps.FloatingHeaderView>
|
||||
|
||||
<include
|
||||
android:id="@id/search_container_all_apps"
|
||||
layout="@layout/search_container_all_apps"/>
|
||||
|
||||
<include layout="@layout/all_apps_fast_scroller" />
|
||||
</com.android.uiuios.allapps.AllAppsContainerView>
|
||||
</com.android.colorfulos.allapps.AllAppsContainerView>
|
||||
@@ -24,7 +24,7 @@
|
||||
android:layout_below="@+id/search_container_all_apps"
|
||||
android:layout_marginEnd="@dimen/fastscroll_popup_margin" />
|
||||
|
||||
<com.android.uiuios.views.RecyclerViewFastScroller
|
||||
<com.android.colorfulos.views.RecyclerViewFastScroller
|
||||
android:id="@+id/fast_scroller"
|
||||
android:layout_width="@dimen/fastscroll_width"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<com.android.uiuios.BubbleTextView
|
||||
<com.android.colorfulos.BubbleTextView
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:launcher="http://schemas.android.com/apk/res-auto"
|
||||
style="@style/BaseIcon"
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<com.android.uiuios.allapps.AllAppsRecyclerView
|
||||
<com.android.colorfulos.allapps.AllAppsRecyclerView
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/apps_list_view"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<com.android.uiuios.allapps.AllAppsPagedView
|
||||
<com.android.colorfulos.allapps.AllAppsPagedView
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:launcher="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/all_apps_tabs_view_pager"
|
||||
@@ -33,4 +33,4 @@
|
||||
|
||||
<include layout="@layout/all_apps_rv_layout" />
|
||||
|
||||
</com.android.uiuios.allapps.AllAppsPagedView>
|
||||
</com.android.colorfulos.allapps.AllAppsPagedView>
|
||||
@@ -14,4 +14,4 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<com.android.uiuios.views.DoubleShadowBubbleTextView style="@style/BaseIcon.Workspace" />
|
||||
<com.android.colorfulos.views.DoubleShadowBubbleTextView style="@style/BaseIcon.Workspace" />
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<com.android.uiuios.AppWidgetResizeFrame
|
||||
<com.android.colorfulos.AppWidgetResizeFrame
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
@@ -64,4 +64,4 @@
|
||||
android:tint="?attr/workspaceTextColor" />
|
||||
|
||||
</FrameLayout>
|
||||
</com.android.uiuios.AppWidgetResizeFrame>
|
||||
</com.android.colorfulos.AppWidgetResizeFrame>
|
||||
@@ -14,14 +14,14 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<com.android.uiuios.shortcuts.DeepShortcutView
|
||||
<com.android.colorfulos.shortcuts.DeepShortcutView
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:launcher="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="@dimen/bg_popup_item_width"
|
||||
android:layout_height="@dimen/bg_popup_item_height"
|
||||
android:theme="@style/PopupItem" >
|
||||
|
||||
<com.android.uiuios.shortcuts.DeepShortcutTextView
|
||||
<com.android.colorfulos.shortcuts.DeepShortcutTextView
|
||||
style="@style/BaseIcon"
|
||||
android:id="@+id/bubble_text"
|
||||
android:background="?android:attr/selectableItemBackground"
|
||||
@@ -53,4 +53,4 @@
|
||||
android:visibility="gone"
|
||||
android:background="?attr/popupColorTertiary" />
|
||||
|
||||
</com.android.uiuios.shortcuts.DeepShortcutView>
|
||||
</com.android.colorfulos.shortcuts.DeepShortcutView>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<com.android.uiuios.DropTargetBar xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<com.android.colorfulos.DropTargetBar xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dynamic_grid_drop_target_size"
|
||||
android:layout_gravity="center_horizontal|top"
|
||||
@@ -23,7 +23,7 @@
|
||||
android:visibility="invisible">
|
||||
|
||||
<!-- Delete target -->
|
||||
<com.android.uiuios.DeleteDropTarget
|
||||
<com.android.colorfulos.DeleteDropTarget
|
||||
android:id="@+id/delete_target_text"
|
||||
style="@style/DropTargetButton"
|
||||
android:layout_width="wrap_content"
|
||||
@@ -34,7 +34,7 @@
|
||||
android:text="@string/remove_drop_target_label" />
|
||||
|
||||
<!-- Uninstall target -->
|
||||
<com.android.uiuios.SecondaryDropTarget
|
||||
<com.android.colorfulos.SecondaryDropTarget
|
||||
android:id="@+id/uninstall_target_text"
|
||||
style="@style/DropTargetButton"
|
||||
android:layout_width="wrap_content"
|
||||
@@ -43,4 +43,4 @@
|
||||
android:gravity="center"
|
||||
android:text="@string/uninstall_drop_target_label" />
|
||||
|
||||
</com.android.uiuios.DropTargetBar>
|
||||
</com.android.colorfulos.DropTargetBar>
|
||||
@@ -13,7 +13,7 @@
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<com.android.uiuios.views.FloatingIconView
|
||||
<com.android.colorfulos.views.FloatingIconView
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<com.android.uiuios.BubbleTextView
|
||||
<com.android.colorfulos.BubbleTextView
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:launcher="http://schemas.android.com/apk/res-auto"
|
||||
style="@style/BaseIcon"
|
||||
|
||||
@@ -14,17 +14,17 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<com.android.uiuios.folder.FolderIcon
|
||||
<com.android.colorfulos.folder.FolderIcon
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical"
|
||||
android:focusable="true" >
|
||||
<com.android.uiuios.views.DoubleShadowBubbleTextView
|
||||
<com.android.colorfulos.views.DoubleShadowBubbleTextView
|
||||
style="@style/BaseIcon.Workspace"
|
||||
android:id="@+id/folder_icon_name"
|
||||
android:focusable="false"
|
||||
android:layout_gravity="top"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" />
|
||||
</com.android.uiuios.folder.FolderIcon>
|
||||
</com.android.colorfulos.folder.FolderIcon>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<com.android.uiuios.CellLayout
|
||||
<com.android.colorfulos.CellLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:launcher="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="wrap_content"
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<com.android.uiuios.Hotseat
|
||||
<com.android.colorfulos.Hotseat
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:launcher="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/hotseat"
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<com.android.uiuios.LauncherRootView
|
||||
<com.android.colorfulos.LauncherRootView
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:launcher="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/launcher"
|
||||
@@ -20,7 +20,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:fitsSystemWindows="true">
|
||||
|
||||
<com.android.uiuios.dragndrop.DragLayer
|
||||
<com.android.colorfulos.dragndrop.DragLayer
|
||||
android:id="@+id/drag_layer"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
@@ -30,7 +30,7 @@
|
||||
|
||||
<!-- The workspace contains 5 screens of cells -->
|
||||
<!-- DO NOT CHANGE THE ID -->
|
||||
<com.android.uiuios.Workspace
|
||||
<com.android.colorfulos.Workspace
|
||||
android:id="@+id/workspace"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
@@ -50,7 +50,7 @@
|
||||
|
||||
<!-- Keep these behind the workspace so that they are not visible when
|
||||
we go into AllApps -->
|
||||
<com.android.uiuios.pageindicators.PageIndicatorDots
|
||||
<com.android.colorfulos.pageindicators.PageIndicatorDots
|
||||
android:id="@+id/page_indicator"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/vertical_drag_handle_size"
|
||||
@@ -71,6 +71,6 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" />
|
||||
|
||||
</com.android.uiuios.dragndrop.DragLayer>
|
||||
</com.android.colorfulos.dragndrop.DragLayer>
|
||||
|
||||
</com.android.uiuios.LauncherRootView>
|
||||
</com.android.colorfulos.LauncherRootView>
|
||||
|
||||
@@ -13,13 +13,13 @@
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<com.android.uiuios.InsettableFrameLayout
|
||||
<com.android.colorfulos.InsettableFrameLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:launcher="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<com.android.uiuios.CellLayout
|
||||
<com.android.colorfulos.CellLayout
|
||||
android:id="@+id/workspace"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
@@ -28,7 +28,7 @@
|
||||
launcher:containerType="workspace"
|
||||
launcher:pageIndicator="@+id/page_indicator"/>
|
||||
|
||||
<com.android.uiuios.Hotseat
|
||||
<com.android.colorfulos.Hotseat
|
||||
android:id="@+id/hotseat"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
@@ -36,7 +36,7 @@
|
||||
android:theme="@style/HomeScreenElementTheme"
|
||||
launcher:containerType="hotseat" />
|
||||
|
||||
<com.android.uiuios.InsettableFrameLayout
|
||||
<com.android.colorfulos.InsettableFrameLayout
|
||||
android:id="@+id/apps_view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" >
|
||||
@@ -45,6 +45,6 @@
|
||||
android:id="@id/search_container_all_apps"
|
||||
layout="@layout/search_container_all_apps"/>
|
||||
|
||||
</com.android.uiuios.InsettableFrameLayout>
|
||||
</com.android.colorfulos.InsettableFrameLayout>
|
||||
|
||||
</com.android.uiuios.InsettableFrameLayout>
|
||||
</com.android.colorfulos.InsettableFrameLayout>
|
||||
@@ -13,7 +13,7 @@
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<com.android.uiuios.views.OptionsPopupView
|
||||
<com.android.colorfulos.views.OptionsPopupView
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/deep_shortcuts_container"
|
||||
android:layout_width="wrap_content"
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
</FrameLayout>
|
||||
|
||||
<!-- Main view -->
|
||||
<com.android.uiuios.notification.NotificationMainView
|
||||
<com.android.colorfulos.notification.NotificationMainView
|
||||
android:id="@+id/main_view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/notification_main_height"
|
||||
@@ -94,7 +94,7 @@
|
||||
android:layout_marginBottom="7dp"
|
||||
android:layout_marginEnd="@dimen/notification_padding_end" />
|
||||
|
||||
</com.android.uiuios.notification.NotificationMainView>
|
||||
</com.android.colorfulos.notification.NotificationMainView>
|
||||
|
||||
<!-- Divider -->
|
||||
<View
|
||||
@@ -105,7 +105,7 @@
|
||||
android:background="?attr/popupColorTertiary" />
|
||||
|
||||
<!-- Footer -->
|
||||
<com.android.uiuios.notification.NotificationFooterLayout
|
||||
<com.android.colorfulos.notification.NotificationFooterLayout
|
||||
android:id="@+id/footer"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/notification_footer_height"
|
||||
@@ -130,5 +130,5 @@
|
||||
android:layout_marginStart="@dimen/horizontal_ellipsis_offset"
|
||||
android:background="@drawable/horizontal_ellipsis" />
|
||||
|
||||
</com.android.uiuios.notification.NotificationFooterLayout>
|
||||
</com.android.colorfulos.notification.NotificationFooterLayout>
|
||||
</merge>
|
||||
@@ -14,7 +14,7 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<com.android.uiuios.popup.PopupContainerWithArrow
|
||||
<com.android.colorfulos.popup.PopupContainerWithArrow
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/deep_shortcuts_container"
|
||||
android:layout_width="wrap_content"
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<com.android.uiuios.views.ScrimView
|
||||
<com.android.colorfulos.views.ScrimView
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<com.android.uiuios.allapps.search.AppsSearchContainerLayout
|
||||
<com.android.colorfulos.allapps.search.AppsSearchContainerLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@id/search_container_all_apps"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<com.android.uiuios.qsb.QsbContainerView
|
||||
<com.android.colorfulos.qsb.QsbContainerView
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
@@ -23,8 +23,8 @@
|
||||
android:padding="0dp" >
|
||||
|
||||
<fragment
|
||||
android:name="com.android.uiuios.qsb.QsbContainerView$QsbFragment"
|
||||
android:name="com.android.colorfulos.qsb.QsbContainerView$QsbFragment"
|
||||
android:layout_width="match_parent"
|
||||
android:tag="qsb_view"
|
||||
android:layout_height="0dp"/>
|
||||
</com.android.uiuios.qsb.QsbContainerView>
|
||||
</com.android.colorfulos.qsb.QsbContainerView>
|
||||
@@ -14,14 +14,14 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<com.android.uiuios.shortcuts.DeepShortcutView
|
||||
<com.android.colorfulos.shortcuts.DeepShortcutView
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:launcher="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="@dimen/bg_popup_item_width"
|
||||
android:layout_height="@dimen/bg_popup_item_height"
|
||||
android:theme="@style/PopupItem" >
|
||||
|
||||
<com.android.uiuios.BubbleTextView
|
||||
<com.android.colorfulos.BubbleTextView
|
||||
style="@style/BaseIcon"
|
||||
android:id="@+id/bubble_text"
|
||||
android:background="?android:attr/selectableItemBackground"
|
||||
@@ -51,4 +51,4 @@
|
||||
android:visibility="gone"
|
||||
android:background="?attr/popupColorTertiary" />
|
||||
|
||||
</com.android.uiuios.shortcuts.DeepShortcutView>
|
||||
</com.android.colorfulos.shortcuts.DeepShortcutView>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<com.android.uiuios.folder.Folder xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<com.android.colorfulos.folder.Folder xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:launcher="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -22,7 +22,7 @@
|
||||
android:elevation="5dp"
|
||||
android:orientation="vertical" >
|
||||
|
||||
<com.android.uiuios.folder.FolderPagedView
|
||||
<com.android.colorfulos.folder.FolderPagedView
|
||||
android:id="@+id/folder_content"
|
||||
android:clipToPadding="false"
|
||||
android:layout_width="match_parent"
|
||||
@@ -41,7 +41,7 @@
|
||||
android:paddingLeft="12dp"
|
||||
android:paddingRight="12dp" >
|
||||
|
||||
<com.android.uiuios.ExtendedEditText
|
||||
<com.android.colorfulos.ExtendedEditText
|
||||
android:id="@+id/folder_name"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -61,7 +61,7 @@
|
||||
android:textColorHint="#ffffff"
|
||||
android:textSize="@dimen/folder_label_text_size" />
|
||||
|
||||
<com.android.uiuios.pageindicators.PageIndicatorDots
|
||||
<com.android.colorfulos.pageindicators.PageIndicatorDots
|
||||
android:id="@+id/folder_page_indicator"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_width="wrap_content"
|
||||
@@ -71,4 +71,4 @@
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
</com.android.uiuios.folder.Folder>
|
||||
</com.android.colorfulos.folder.Folder>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<com.android.uiuios.widget.WidgetCell
|
||||
<com.android.colorfulos.widget.WidgetCell
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -25,4 +25,4 @@
|
||||
|
||||
<include layout="@layout/widget_cell_content" />
|
||||
|
||||
</com.android.uiuios.widget.WidgetCell>
|
||||
</com.android.colorfulos.widget.WidgetCell>
|
||||
@@ -55,7 +55,7 @@
|
||||
|
||||
<!-- The image of the widget. This view does not support padding. Any placement adjustment
|
||||
should be done using margins. -->
|
||||
<com.android.uiuios.widget.WidgetImageView
|
||||
<com.android.colorfulos.widget.WidgetImageView
|
||||
android:id="@+id/widget_preview"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<com.android.uiuios.widget.WidgetsBottomSheet
|
||||
<com.android.colorfulos.widget.WidgetsBottomSheet
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
@@ -51,4 +51,4 @@
|
||||
android:layout_marginTop="45dp"
|
||||
android:layout_marginBottom="40dp"/>
|
||||
|
||||
</com.android.uiuios.widget.WidgetsBottomSheet>
|
||||
</com.android.colorfulos.widget.WidgetsBottomSheet>
|
||||
@@ -13,21 +13,21 @@
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<com.android.uiuios.widget.WidgetsFullSheet
|
||||
<com.android.colorfulos.widget.WidgetsFullSheet
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical"
|
||||
android:theme="?attr/widgetsTheme" >
|
||||
|
||||
<com.android.uiuios.views.TopRoundedCornerView
|
||||
<com.android.colorfulos.views.TopRoundedCornerView
|
||||
android:id="@+id/container"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="?android:attr/colorPrimary"
|
||||
android:elevation="4dp">
|
||||
|
||||
<com.android.uiuios.widget.WidgetsRecyclerView
|
||||
<com.android.colorfulos.widget.WidgetsRecyclerView
|
||||
android:id="@+id/widgets_list_view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
@@ -41,12 +41,12 @@
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_marginEnd="@dimen/fastscroll_popup_margin" />
|
||||
|
||||
<com.android.uiuios.views.RecyclerViewFastScroller
|
||||
<com.android.colorfulos.views.RecyclerViewFastScroller
|
||||
android:id="@+id/fast_scroller"
|
||||
android:layout_width="@dimen/fastscroll_width"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_marginEnd="@dimen/fastscroll_end_margin" />
|
||||
</com.android.uiuios.views.TopRoundedCornerView>
|
||||
</com.android.uiuios.widget.WidgetsFullSheet>
|
||||
</com.android.colorfulos.views.TopRoundedCornerView>
|
||||
</com.android.colorfulos.widget.WidgetsFullSheet>
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
<!-- Section info -->
|
||||
|
||||
<com.android.uiuios.BubbleTextView
|
||||
<com.android.colorfulos.BubbleTextView
|
||||
android:id="@+id/section"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/widget_section_height"
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<com.android.uiuios.views.BottomUserEducationView
|
||||
<com.android.colorfulos.views.BottomUserEducationView
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -66,4 +66,4 @@
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
</com.android.uiuios.views.BottomUserEducationView>
|
||||
</com.android.colorfulos.views.BottomUserEducationView>
|
||||
@@ -13,7 +13,7 @@
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<com.android.uiuios.views.WorkFooterContainer
|
||||
<com.android.colorfulos.views.WorkFooterContainer
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -34,7 +34,7 @@
|
||||
android:scaleType="fitXY"
|
||||
android:src="@drawable/all_apps_divider"/>
|
||||
|
||||
<com.android.uiuios.allapps.WorkModeSwitch
|
||||
<com.android.colorfulos.allapps.WorkModeSwitch
|
||||
android:id="@+id/work_mode_toggle"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -76,4 +76,4 @@
|
||||
android:textColor="?android:attr/textColorHint"
|
||||
android:textSize="13sp"/>
|
||||
|
||||
</com.android.uiuios.views.WorkFooterContainer>
|
||||
</com.android.colorfulos.views.WorkFooterContainer>
|
||||
@@ -14,7 +14,7 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<com.android.uiuios.CellLayout
|
||||
<com.android.colorfulos.CellLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:launcher="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="wrap_content"
|
||||
|
||||
Reference in New Issue
Block a user