mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
Merge "Change unnamed folder hint and style" into ub-launcher3-master
This commit is contained in:
committed by
Android (Google) Code Review
commit
0a80eb200b
@@ -46,9 +46,9 @@
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
style="@style/TextHeadline"
|
||||
android:layout_weight="1"
|
||||
android:background="@android:color/transparent"
|
||||
android:fontFamily="sans-serif-condensed"
|
||||
android:textStyle="bold"
|
||||
android:gravity="center_horizontal"
|
||||
android:hint="@string/folder_hint_text"
|
||||
@@ -58,7 +58,7 @@
|
||||
android:singleLine="true"
|
||||
android:textColor="?attr/folderTextColor"
|
||||
android:textColorHighlight="?android:attr/colorControlHighlight"
|
||||
android:textColorHint="?attr/folderTextColor"
|
||||
android:textColorHint="?attr/folderHintColor"
|
||||
android:textSize="@dimen/folder_label_text_size" />
|
||||
|
||||
<com.android.launcher3.pageindicators.PageIndicatorDots
|
||||
|
||||
@@ -40,6 +40,7 @@
|
||||
<attr name="folderIconRadius" format="float" />
|
||||
<attr name="folderIconBorderColor" format="color" />
|
||||
<attr name="folderTextColor" format="color" />
|
||||
<attr name="folderHintColor" format="color" />
|
||||
|
||||
<!-- BubbleTextView specific attributes. -->
|
||||
<declare-styleable name="BubbleTextView">
|
||||
|
||||
@@ -142,7 +142,7 @@
|
||||
<string name="uninstall_system_app_text">This is a system app and can\'t be uninstalled.</string>
|
||||
|
||||
<!-- Default folder title -->
|
||||
<string name="folder_hint_text">Unnamed Folder</string>
|
||||
<string name="folder_hint_text">Tap to edit</string>
|
||||
|
||||
<!-- Accessibility -->
|
||||
<!-- The format string for when an app is temporarily disabled. -->
|
||||
|
||||
@@ -48,6 +48,7 @@
|
||||
<item name="folderFillColor">#CDFFFFFF</item>
|
||||
<item name="folderIconBorderColor">?android:attr/colorPrimary</item>
|
||||
<item name="folderTextColor">#FF212121</item>
|
||||
<item name="folderHintColor">#FF616161</item>
|
||||
<item name="loadingIconColor">#CCFFFFFF</item>
|
||||
|
||||
<item name="android:windowTranslucentStatus">false</item>
|
||||
@@ -96,6 +97,7 @@
|
||||
<item name="folderFillColor">#DD3C4043</item> <!-- 87% GM2 800 -->
|
||||
<item name="folderIconBorderColor">#FF80868B</item>
|
||||
<item name="folderTextColor">@android:color/white</item>
|
||||
<item name="folderHintColor">#FFCCCCCC</item>
|
||||
<item name="isMainColorDark">true</item>
|
||||
<item name="loadingIconColor">#99FFFFFF</item>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user