2009-03-04 03:32:27 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- Copyright (C) 2008 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
|
2011-06-17 20:26:23 +00:00
|
|
|
|
2009-03-04 03:32:27 +00:00
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
2011-06-17 20:26:23 +00:00
|
|
|
|
2009-03-04 03:32:27 +00:00
|
|
|
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.
|
|
|
|
-->
|
|
|
|
|
2013-06-06 02:57:57 +00:00
|
|
|
<com.android.launcher3.FolderIcon
|
2011-06-17 20:26:23 +00:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2011-09-29 03:45:37 +00:00
|
|
|
android:orientation="vertical"
|
|
|
|
android:focusable="true"
|
|
|
|
android:background="@drawable/focusable_view_bg">
|
2011-06-17 20:26:23 +00:00
|
|
|
<ImageView
|
|
|
|
android:id="@+id/preview_background"
|
|
|
|
android:layout_gravity="center_horizontal"
|
2013-08-12 23:19:28 +00:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2013-09-20 19:05:49 +00:00
|
|
|
android:antialias="true"
|
2011-06-17 20:26:23 +00:00
|
|
|
android:src="@drawable/portal_ring_inner_holo"/>
|
2013-06-06 02:57:57 +00:00
|
|
|
<com.android.launcher3.BubbleTextView
|
2013-09-20 00:32:58 +00:00
|
|
|
style="@style/WorkspaceIcon"
|
|
|
|
android:id="@+id/folder_icon_name" />
|
2013-06-06 02:57:57 +00:00
|
|
|
</com.android.launcher3.FolderIcon>
|