summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/colors.xml1
-rw-r--r--res/values/dimensions.xml3
2 files changed, 4 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 15a5c87..322a80a 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -37,4 +37,5 @@
<color name="qc_normal">#C02447B2</color>
<color name="qc_selected">#D0102052</color>
<color name="tabViewTitleBackground">#D0000000</color>
+ <color name="navtab_bg">#80606060</color>
</resources>
diff --git a/res/values/dimensions.xml b/res/values/dimensions.xml
index a3404a3..10ed66e 100644
--- a/res/values/dimensions.xml
+++ b/res/values/dimensions.xml
@@ -69,4 +69,7 @@
<dimen name="menu_width">240dip</dimen>
<dimen name="toolbar_height">52dip</dimen>
<dimen name="tab_capture_size">480dp</dimen>
+ <dimen name="nav_tab_width">280dip</dimen>
+ <dimen name="nav_tab_height">400dip</dimen>
+ <dimen name="nav_scroller_padding">40dip</dimen>
</resources>