Quantum folder list in TL

Re-did logic for drawing the folder list for
TL. The maximum width of folder and chips are
calculated based on a proportion of the entire
conversation item.

b/15552002

Change-Id: I8fea84112f86f9278dae4c724b2a0bd7a9c59af8
diff --git a/res/values/constants.xml b/res/values/constants.xml
index 3a32252..a92445a 100644
--- a/res/values/constants.xml
+++ b/res/values/constants.xml
@@ -119,4 +119,9 @@
     <integer name="compose_padding_weight">0</integer>
     <!-- Whether or not we should scroll down so cc aligns with the top -->
     <bool name="auto_scroll_cc">true</bool>
+
+    <!-- Maximum number of folders to be displayed in the thread list -->
+    <integer name="conversation_list_max_folder_count">4</integer>
+    <integer name="folder_max_width_proportion">31</integer>
+    <integer name="folder_cell_max_width_proportion">22</integer>
 </resources>