Layout change in support card and support dialog
1. Wrap the support_disclaimer_content by scrollview. 2. Change the layout in support_escalation_options using layout_weight. 3. Add styles in layout-sw300dp and layout-sw400dp The target scope is between 300dp->400dp, so I add the default style in sw400dp and changed style in sw300dp to cover it. Bug: 31399419 Test: Visual Change-Id: I117acb0c5b992bea2cded6cd48749c4ed7b04488
This commit is contained in:
@@ -315,4 +315,8 @@
|
||||
<!-- Visible vertical space we want to show below password edittext field when ime is shown.
|
||||
The unit is sp as it is related to the text size of password requirement item. -->
|
||||
<dimen name="visible_vertical_space_below_password">20sp</dimen>
|
||||
|
||||
<!-- Padding for the escalation card in normal dimens -->
|
||||
<dimen name="support_escalation_card_padding_start">40dp</dimen>
|
||||
<dimen name="support_escalation_card_padding_end">40dp</dimen>
|
||||
</resources>
|
||||
|
||||
@@ -435,8 +435,8 @@
|
||||
<item name="android:background">@color/card_background_grey</item>
|
||||
<item name="android:gravity">center</item>
|
||||
<item name="android:minHeight">368dp</item>
|
||||
<item name="android:paddingStart">56dp</item>
|
||||
<item name="android:paddingEnd">56dp</item>
|
||||
<item name="android:paddingStart">@dimen/support_escalation_card_padding_start</item>
|
||||
<item name="android:paddingEnd">@dimen/support_escalation_card_padding_end</item>
|
||||
</style>
|
||||
|
||||
<style name="FingerprintHeaderStyle" parent="android:style/TextAppearance.Material.Subhead">
|
||||
|
||||
Reference in New Issue
Block a user