blob: 4b2d73f00c31458a369a1f5840913665b60adcfd [file] [log] [blame]
yaolub5046052016-07-28 15:34:02 -07001<?xml version="1.0" encoding="utf-8"?>
2
3<resources>
4 <!-- Top margin ratio for the image for empty group view -->
5 <integer name="empty_group_view_image_margin_divisor">4</integer>
Walter Jang13a9c332016-08-13 08:35:14 -07006
7 <integer name="contact_tile_column_count_in_favorites">3</integer>
8
9 <!-- The number of characters in the snippet before we need to tokenize and ellipse. -->
10 <!-- Yikes, there is less space on a tablet! This makes the search experience rather
11 poor. Another reason to get rid of the exist tablet layout. -->
12 <integer name="snippet_length_before_tokenize">15</integer>
13</resources>