Merge "Show Floating action button to request manage credentials"

This commit is contained in:
TreeHugger Robot
2020-12-03 09:02:21 +00:00
committed by Android (Google) Code Review
4 changed files with 65 additions and 0 deletions

View File

@@ -805,6 +805,13 @@
<item name="android:textColor">?android:attr/colorAccent</item>
</style>
<style name="RequestManageCredentialsFab">
<item name="android:textSize">14sp</item>
<item name="android:textAllCaps">false</item>
<item name="android:textColor">?android:attr/colorAccent</item>
<item name="android:layout_marginBottom">12dp</item>
</style>
<style name="RequestManageCredentialsHeader">
<item name="android:paddingStart">40dp</item>
<item name="android:paddingEnd">24dp</item>