summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2016-01-15 16:47:43 -0800
committerAdam Cohen <adamcohen@google.com>2016-02-12 17:28:31 -0800
commitf9c184a619e4e4b82cf9e0bf318ca6d8deaaaee7 (patch)
tree086983d60ee5f540e1ce391976c95427d065ea04 /res
parentc338ea74c2c909927246fc604b049d5dcc773f81 (diff)
downloadandroid_packages_apps_Trebuchet-f9c184a619e4e4b82cf9e0bf318ca6d8deaaaee7.tar.gz
android_packages_apps_Trebuchet-f9c184a619e4e4b82cf9e0bf318ca6d8deaaaee7.tar.bz2
android_packages_apps_Trebuchet-f9c184a619e4e4b82cf9e0bf318ca6d8deaaaee7.zip
Refactor FolderIcon to separate the preview effect into it's own class
-> Created com.android.launcher3.folder package to house most folder-related files (aside from the FolderInfo) which is more related to the model than the UI. Change-Id: I767063e1e4c775c01a799a3bede30cd94ac48ade
Diffstat (limited to 'res')
-rw-r--r--res/layout/folder_icon.xml4
-rw-r--r--res/layout/user_folder.xml6
2 files changed, 5 insertions, 5 deletions
diff --git a/res/layout/folder_icon.xml b/res/layout/folder_icon.xml
index 237af6890..b8d5c608b 100644
--- a/res/layout/folder_icon.xml
+++ b/res/layout/folder_icon.xml
@@ -14,7 +14,7 @@
limitations under the License.
-->
-<com.android.launcher3.FolderIcon
+<com.android.launcher3.folder.FolderIcon
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -33,4 +33,4 @@
android:layout_gravity="top"
android:layout_width="match_parent"
android:layout_height="match_parent" />
-</com.android.launcher3.FolderIcon>
+</com.android.launcher3.folder.FolderIcon>
diff --git a/res/layout/user_folder.xml b/res/layout/user_folder.xml
index 252ebf01e..87a42145d 100644
--- a/res/layout/user_folder.xml
+++ b/res/layout/user_folder.xml
@@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<com.android.launcher3.Folder xmlns:android="http://schemas.android.com/apk/res/android"
+<com.android.launcher3.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"
@@ -34,7 +34,7 @@
android:layout_width="20dp"
android:layout_height="20dp" />
- <com.android.launcher3.FolderPagedView
+ <com.android.launcher3.folder.FolderPagedView
android:id="@+id/folder_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -81,4 +81,4 @@
</LinearLayout>
-</com.android.launcher3.Folder> \ No newline at end of file
+</com.android.launcher3.folder.Folder> \ No newline at end of file