summaryrefslogtreecommitdiffstats
path: root/res/layout/folder_application.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/folder_application.xml')
-rw-r--r--res/layout/folder_application.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/res/layout/folder_application.xml b/res/layout/folder_application.xml
index 4d003313e..de861a0ad 100644
--- a/res/layout/folder_application.xml
+++ b/res/layout/folder_application.xml
@@ -14,6 +14,9 @@
limitations under the License.
-->
-<com.android.launcher3.BubbleTextView xmlns:android="http://schemas.android.com/apk/res/android"
- style="@style/Icon.Folder"
- android:focusable="true" />
+<com.android.launcher3.BubbleTextView
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:launcher="http://schemas.android.com/apk/res-auto"
+ style="@style/BaseIcon"
+ android:includeFontPadding="false"
+ launcher:iconDisplay="folder" />