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:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user