You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
521 B
12 lines
521 B
4 months ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
||
|
<resources>
|
||
|
<!-- Top margin ratio for the image for empty group view -->
|
||
|
<integer name="empty_group_view_image_margin_divisor">4</integer>
|
||
|
|
||
|
<!-- The number of characters in the snippet before we need to tokenize and ellipse. -->
|
||
|
<!-- Yikes, there is less space on a tablet! This makes the search experience rather
|
||
|
poor. Another reason to get rid of the exist tablet layout. -->
|
||
|
<integer name="snippet_length_before_tokenize">15</integer>
|
||
|
</resources>
|