[Quantum] Quoted text

New styles for quoted text and respond inline. I was not
able to remove the default padding that comes with the
checkbox widget, so I used negative margins to offset it.

b/16876147

Change-Id: I748ac5a99917b9c25573fa06876dd720bcccc04d
diff --git a/res/values/styles.xml b/res/values/styles.xml
index e01399c..c90a5ba 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -181,14 +181,10 @@
         <item name="android:layout_height">wrap_content</item>
     </style>
 
-    <style name="RespondInlineButtonStyle">
-        <item name="android:textColor">@color/quotedTextColor</item>
-        <item name="android:textStyle">bold</item>
-        <item name="android:textSize">12sp</item>
-        <item name="android:paddingLeft">16dip</item>
-        <item name="android:paddingRight">16dip</item>
-        <item name="android:gravity">center_vertical|right</item>
+    <style name="QuotedTextCheckbox">
+        <item name="android:layout_marginLeft">@dimen/quoted_text_checkbox_margin_offset</item>
     </style>
+
     <!-- End Compose styles -->
 
     <style name="UnreadCount">