Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5f4e0fdd authored by Winson Chung's avatar Winson Chung
Browse files

Moving all apps code into sub package.

- Renaming resources, dimens, etc to be more consistent
- Removing old AppsCustomize resources and other unused code

Change-Id: I15ce35e7cb7a9b9344fc7103963e4e4c9e45d89a
parent c6205603
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
       android:shape="rectangle">
    <solid android:color="@color/apps_view_scrollbar_thumb_color" />
    <solid android:color="@color/all_apps_scrollbar_thumb_color" />
    <size
        android:width="64dp"
        android:height="64dp" />
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
       android:shape="rectangle">
    <solid android:color="@color/apps_view_scrollbar_thumb_color" />
    <solid android:color="@color/all_apps_scrollbar_thumb_color" />
    <size
        android:width="64dp"
        android:height="64dp" />
+2 −2
Original line number Diff line number Diff line
@@ -16,6 +16,6 @@
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
       android:shape="rectangle">
    <solid android:color="@color/apps_view_scrollbar_thumb_color" />
    <size android:width="@dimen/apps_view_fast_scroll_bar_width" />
    <solid android:color="@color/all_apps_scrollbar_thumb_color" />
    <size android:width="@dimen/all_apps_fast_scroll_bar_width" />
</shape>
 No newline at end of file
+0 −23
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2015 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
       android:shape="rectangle">
    <solid android:color="@color/quantum_panel_bg_color" />
    <corners
        android:bottomLeftRadius="2dp"
        android:bottomRightRadius="2dp" />
</shape>
 No newline at end of file
Loading