Minor style adjustments
This commit is contained in:
parent
2f3203e04a
commit
90f7a471ea
@ -17,6 +17,10 @@
|
|||||||
<item name="textAppearanceLabelMedium">@style/Typography.Label.Medium</item>
|
<item name="textAppearanceLabelMedium">@style/Typography.Label.Medium</item>
|
||||||
<item name="textAppearanceLabelSmall">@style/Typography.Label.Small</item>
|
<item name="textAppearanceLabelSmall">@style/Typography.Label.Small</item>
|
||||||
<item name="popupMenuStyle">@style/PopupMenu</item>
|
<item name="popupMenuStyle">@style/PopupMenu</item>
|
||||||
|
<item name="md_background_color">?colorSurface</item>
|
||||||
|
<item name="md_button_casing">literal</item>
|
||||||
|
<item name="md_font_title">@font/poppins500</item>
|
||||||
|
<item name="md_font_button">@font/poppins600</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -18,6 +18,7 @@
|
|||||||
android:shadowColor="#000"
|
android:shadowColor="#000"
|
||||||
android:shadowDx="1"
|
android:shadowDx="1"
|
||||||
android:shadowDy="1"
|
android:shadowDy="1"
|
||||||
|
android:textAppearance="?textAppearanceBodyLarge"
|
||||||
app:layout_constraintEnd_toStartOf="@+id/overflowMenu"
|
app:layout_constraintEnd_toStartOf="@+id/overflowMenu"
|
||||||
app:layout_constraintStart_toEndOf="@+id/searchIcon"
|
app:layout_constraintStart_toEndOf="@+id/searchIcon"
|
||||||
app:layout_constraintTop_toTopOf="parent" />
|
app:layout_constraintTop_toTopOf="parent" />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user