Remove fonts
This commit is contained in:
parent
4fd1b206a7
commit
9e16ce5ede
|
|
@ -1,37 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<font-family xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<font
|
||||
android:font="@font/exo_regular"
|
||||
android:fontStyle="normal"
|
||||
android:fontWeight="400"
|
||||
app:font="@font/exo_regular"
|
||||
app:fontStyle="normal"
|
||||
app:fontWeight="400" />
|
||||
|
||||
<font
|
||||
android:font="@font/exo_regular_italic"
|
||||
android:fontStyle="italic"
|
||||
android:fontWeight="400"
|
||||
app:font="@font/exo_regular_italic"
|
||||
app:fontStyle="italic"
|
||||
app:fontWeight="400" />
|
||||
|
||||
<font
|
||||
android:font="@font/exo_bold"
|
||||
android:fontStyle="normal"
|
||||
android:fontWeight="500"
|
||||
app:font="@font/exo_bold"
|
||||
app:fontStyle="normal"
|
||||
app:fontWeight="500" />
|
||||
|
||||
<font
|
||||
android:font="@font/exo_bold_italic"
|
||||
android:fontStyle="italic"
|
||||
android:fontWeight="500"
|
||||
app:font="@font/exo_bold_italic"
|
||||
app:fontStyle="italic"
|
||||
app:fontWeight="500" />
|
||||
|
||||
</font-family>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -3,6 +3,6 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="monospace"
|
||||
android:text=""
|
||||
android:textAppearance="@style/AppearanceFoundation.Caption"
|
||||
android:textAppearance="@style/TextAppearance.MaterialComponents.Caption"
|
||||
android:textColor="?attr/colorOnSurface"
|
||||
android:textSize="10sp" />
|
||||
|
|
|
|||
|
|
@ -24,11 +24,6 @@
|
|||
<item name="liftOnScroll">false</item>
|
||||
</style>
|
||||
|
||||
<style name="AppearanceFoundation.Caption" parent="TextAppearance.AppCompat.Caption">
|
||||
<item name="fontFamily">@font/exo</item>
|
||||
<item name="android:textColor">?attr/colorOnSurface</item>
|
||||
</style>
|
||||
|
||||
<style name="AppTheme.PopupOverlay" parent="ThemeOverlay.MaterialComponents.Light" />
|
||||
|
||||
<style name="MasterSwitch" parent="@style/ThemeOverlay.AppCompat.Dark">
|
||||
|
|
|
|||
Loading…
Reference in New Issue