Updates spacing on redaction interstitial

Cleans up the look and feel on the redaction interstitial page

bug:27534261
Change-Id: I9495cfc9493f0d199b30335985761d069a29d42d
This commit is contained in:
Udam Saini
2016-03-21 15:32:24 -07:00
parent 9c867a5703
commit ec0baa9701
3 changed files with 52 additions and 43 deletions

View File

@@ -295,4 +295,7 @@
<!-- Display Size and Font Size preview screen -->
<dimen name="preview_pager_padding">8dp</dimen>
<!-- Padding between the radio buttons/checkbox and text on the redaction interstitial -->
<dimen name="redaction_padding_start">16dp</dimen>
</resources>

View File

@@ -386,4 +386,10 @@
<item name="android:gravity">center_vertical</item>
</style>
<style name="RedactionItemAndLabel">
<item name="android:layout_marginTop">@dimen/redaction_vertical_margins</item>
<item name="android:paddingStart">@dimen/redaction_padding_start</item>
<item name="android:textAppearance">@android:style/TextAppearance.Material.Subhead</item>
</style>
</resources>