summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/colors.xml2
-rw-r--r--res/values/config.xml15
-rw-r--r--res/values/dimens.xml5
3 files changed, 19 insertions, 3 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index b2164de89..fd50ffd73 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -44,4 +44,6 @@
<color name="settings_bg_header_color">#FFb2b0ab</color>
<color name="settings_bg_selected_color">#26000000</color>
<color name="settings_transition_selected_color">#50000000</color>
+
+ <color name="infomation_count_circle_color">#F44336</color>
</resources>
diff --git a/res/values/config.xml b/res/values/config.xml
index 52d08718f..8ce37fe28 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -100,9 +100,6 @@
<!-- Camera distance for the overscroll effect -->
<integer name="config_cameraDistance">8000</integer>
-<!-- Hotseat -->
- <bool name="hotseat_transpose_layout_with_orientation">true</bool>
-
<!-- Memory debugging, including a memory dump icon -->
<bool name="debug_memory_enabled">false</bool>
@@ -113,4 +110,16 @@
<!-- Name of a subclass of com.android.launcher3.BuildInfo used to
get build information. Can be empty. -->
<string name="build_info_class" translatable="false"></string>
+
+<!-- Hotseat -->
+ <bool name="hotseat_transpose_layout_with_orientation">true</bool>
+ <integer name="hotseat_cell_count">5</integer>
+ <integer name="hotseat_all_apps_index">2</integer>
+ <!-- must be between 0 and 100 -->
+ <integer name="hotseat_item_scale_percentage">100</integer>
+
+ <bool name="config_launcher_sort">false</bool>
+ <bool name="config_launcher_page">false</bool>
+ <bool name="config_launcher_shortcut">false</bool>
+ <bool name="config_launcher_show_unread_number">false</bool>
</resources>
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 15f37ad41..d591535d3 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -70,6 +70,11 @@
<!-- Drag padding to add to the bottom of drop targets -->
<dimen name="drop_target_drag_padding">14dp</dimen>
+ <dimen name="infomation_count_height">14dp</dimen>
+ <dimen name="infomation_count_min_width">14dp</dimen>
+ <dimen name="infomation_count_textsize">11dp</dimen>
+ <dimen name="infomation_count_padding">4dp</dimen>
+ <dimen name="infomation_count_circle_radius">7dp</dimen>
<!-- Dragging -->
<!-- the area at the edge of the screen that makes the workspace go left
or right while you're dragging. -->