Quantum compose

Temporarily using ic_forward_24dp as placeholder until
I get the correct asset for the dropdown buttons.

b/15934812

Change-Id: I760a1717a73f7c3ab1ad5a3368fac297e883231c
diff --git a/res/values/constants.xml b/res/values/constants.xml
index ded9b00..73ebde3 100644
--- a/res/values/constants.xml
+++ b/res/values/constants.xml
@@ -115,4 +115,7 @@
 
     <!-- Indicates whether help URLs should be opened by a system browser outside the application or with a webview inside the application -->
     <bool name="openHelpWithBrowser">true</bool>
+
+    <!-- Used to force 70% of max width in compose for landscape tablet -->
+    <integer name="compose_padding_weight">0</integer>
 </resources>