diff options
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/attrs.xml | 5 | ||||
-rw-r--r-- | res/values/strings.xml | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml index 3ef26fb..bb1b85f 100644 --- a/res/values/attrs.xml +++ b/res/values/attrs.xml @@ -75,6 +75,11 @@ <attr name="cellCountX" /> <!-- The number of vertical cells in a page --> <attr name="cellCountY" /> + <!-- The padding of the pages that are dynamically created per page --> + <attr name="pageLayoutPaddingTop" format="dimension" /> + <attr name="pageLayoutPaddingBottom" format="dimension" /> + <attr name="pageLayoutPaddingLeft" format="dimension" /> + <attr name="pageLayoutPaddingRight" format="dimension" /> </declare-styleable> <!-- CustomizePagedView specific attributes. These attributes are used to customize diff --git a/res/values/strings.xml b/res/values/strings.xml index 00febfe..4d88a33 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -50,9 +50,11 @@ <string name="folders_tab_label">Folders</string> <!-- Title of tab containing all possible shortcuts (eg Contacts, Bookmarks) that can be added to the home screen --> - <string name="shortcuts_tab_label">Shortcuts</string> + <string name="shortcuts_tab_label">More</string> <!-- Title of tab for configuring wallpapers --> <string name="wallpapers_tab_label">Wallpapers</string> + <!-- Title of tab for configuring applications --> + <string name="applications_tab_label">App Shortcuts</string> <!-- Placeholder text, will be removed --> <string name="wallpapers_temp_tab_text">This will be the wallpapers tab</string> <!-- Labels for the tabs in All Apps --> |