diff options
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/attrs.xml | 1 | ||||
-rw-r--r-- | res/values/strings.xml | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml index f03a342..909a17b 100644 --- a/res/values/attrs.xml +++ b/res/values/attrs.xml @@ -143,7 +143,6 @@ <attr name="icon" format="reference" /> <attr name="title" format="reference" /> <attr name="uri" format="string" /> - <attr name="action" format="string" /> </declare-styleable> <declare-styleable name="Extra"> <attr name="key" format="string" /> diff --git a/res/values/strings.xml b/res/values/strings.xml index b32df80..f1409f1 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -87,8 +87,6 @@ s --> <string name="group_shortcuts">Shortcuts</string> <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all widgets/gadgets --> <string name="group_widgets">Widgets</string> - <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all launcher actions --> - <string name="group_actions">Actions</string> <!-- Options in "Add to Home" dialog box; Title of the group containing the list of apps that can set the wallpaper--> <string name="group_wallpapers">Wallpapers</string> <!-- Error message when user has filled all their home screens --> |