From 2435b990340482ea15b95d691e17ce9e8db6a01d Mon Sep 17 00:00:00 2001 From: Administrator <981964879@qq.com> Date: Thu, 26 Nov 2020 18:09:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=A4=B9=E5=90=8D=E5=AD=97?= =?UTF-8?q?=E5=92=8C=E6=96=87=E4=BB=B6=E5=A4=B9=E5=86=85=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E6=96=87=E5=AD=97=E6=94=B9=E6=88=90=E7=99=BD=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- res/layout/folder_application.xml | 2 +- res/layout/user_folder_icon_normalized.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/res/layout/folder_application.xml b/res/layout/folder_application.xml index f7f07ff..d1a452c 100644 --- a/res/layout/folder_application.xml +++ b/res/layout/folder_application.xml @@ -18,6 +18,6 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:launcher="http://schemas.android.com/apk/res-auto" style="@style/BaseIcon" - android:textColor="?attr/folderTextColor" + android:textColor="#ffffff" android:includeFontPadding="false" launcher:iconDisplay="folder" /> diff --git a/res/layout/user_folder_icon_normalized.xml b/res/layout/user_folder_icon_normalized.xml index 5aec3e5..385315c 100644 --- a/res/layout/user_folder_icon_normalized.xml +++ b/res/layout/user_folder_icon_normalized.xml @@ -18,7 +18,7 @@ xmlns:launcher="http://schemas.android.com/apk/res-auto" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:background="@drawable/round_rect_folder" + android:background="@drawable/new_round_rect_folder" android:elevation="5dp" android:orientation="vertical" > @@ -56,9 +56,9 @@ android:paddingBottom="@dimen/folder_label_padding_bottom" android:paddingTop="@dimen/folder_label_padding_top" android:singleLine="true" - android:textColor="?attr/folderTextColor" - android:textColorHighlight="?android:attr/colorControlHighlight" - android:textColorHint="?attr/folderTextColor" + android:textColor="#ffffff" + android:textColorHighlight="#ffffff" + android:textColorHint="#ffffff" android:textSize="@dimen/folder_label_text_size" />