summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout/user_folder.xml15
-rw-r--r--res/values/cm_strings.xml1
2 files changed, 16 insertions, 0 deletions
diff --git a/res/layout/user_folder.xml b/res/layout/user_folder.xml
index 9aae1acc1..40c8fd827 100644
--- a/res/layout/user_folder.xml
+++ b/res/layout/user_folder.xml
@@ -37,6 +37,21 @@
launcher:cellWidth="@dimen/folder_cell_width"
launcher:cellHeight="@dimen/folder_cell_height" />
+ <TextView
+ android:id="@+id/empty_content"
+ android:text="@string/folder_empty_contents_title"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_centerHorizontal="true"
+ android:paddingTop="@dimen/folder_name_padding"
+ android:paddingBottom="@dimen/folder_name_padding"
+ android:background="#00000000"
+ android:textSize="14sp"
+ android:textColor="#ff33b5e5"
+ android:textColorHighlight="#ff333333"
+ android:gravity="center_horizontal"
+ android:singleLine="true" />
+
<com.cyanogenmod.trebuchet.FolderEditText
android:id="@+id/folder_name"
android:layout_width="match_parent"
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index 774ba61c2..9f61fdf4d 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -161,6 +161,7 @@
<string name="preferences_interface_general_lock_workspace_summary">Lock shortcuts and folders positions in the homescreen, dock and apps and widgets drawer</string>
<string name="preferences_interface_general_fullscreen_title">Fullscreen mode</string>
<string name="preferences_interface_general_fullscreen_summary">Hide the status bar to extend the homescreen</string>
+ <string name="folder_empty_contents_title">No items found</string>
<!-- Effects -->
<string name="effects_standard">Standard</string>