Merge "Add header and remove button to account detail page."

This commit is contained in:
TreeHugger Robot
2017-01-06 23:02:11 +00:00
committed by Android (Google) Code Review
10 changed files with 517 additions and 11 deletions

View File

@@ -417,7 +417,7 @@
<item name="android:progressDrawable">@drawable/ring_progress</item>
</style>
<style name="AppHeader">
<style name="EntityHeader">
<item name="android:background">@color/card_background_grey</item>
<item name="android:gravity">center_horizontal</item>
<item name="android:paddingTop">16dp</item>
@@ -426,7 +426,7 @@
<item name="android:paddingBottom">8dp</item>
</style>
<style name="TextAppearance.AppHeaderTitle"
<style name="TextAppearance.EntityHeaderTitle"
parent="@android:style/TextAppearance.Material.Subhead">
<item name="android:textColor">?android:attr/textColorPrimary</item>
<item name="android:textSize">24sp</item>