Changed toggle switch to outline
This commit is contained in:
parent
ee59be16c4
commit
9c363a6b28
13 changed files with 22 additions and 84 deletions
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layoutAnimation xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:animation="@anim/item_animation_slide_from_bottom"
|
||||
android:animationOrder="normal"
|
||||
android:delay="15%" />
|
16
app/src/main/res/font/circular.xml
Normal file
16
app/src/main/res/font/circular.xml
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<font-family xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<font
|
||||
android:font="@font/circular_std_book"
|
||||
android:fontStyle="normal"
|
||||
android:fontWeight="400" />
|
||||
<font
|
||||
android:font="@font/circular_std_medium"
|
||||
android:fontStyle="normal"
|
||||
android:fontWeight="700" />
|
||||
|
||||
<font
|
||||
android:font="@font/circular_std_black"
|
||||
android:fontWeight="900" />
|
||||
|
||||
</font-family>
|
BIN
app/src/main/res/font/circular_std_black.otf
Executable file
BIN
app/src/main/res/font/circular_std_black.otf
Executable file
Binary file not shown.
BIN
app/src/main/res/font/circular_std_book.otf
Executable file
BIN
app/src/main/res/font/circular_std_book.otf
Executable file
Binary file not shown.
BIN
app/src/main/res/font/circular_std_medium.otf
Executable file
BIN
app/src/main/res/font/circular_std_medium.otf
Executable file
Binary file not shown.
|
@ -59,6 +59,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
app:fontFamily="@font/circular"
|
||||
android:paddingTop="8dp"
|
||||
android:text="@string/history" />
|
||||
|
||||
|
|
|
@ -127,8 +127,7 @@
|
|||
android:id="@+id/playerPlayPauseFab"
|
||||
style="@style/Fab"
|
||||
android:layout_centerInParent="true"
|
||||
app:elevation="4dp"
|
||||
app:pressedTranslationZ="2dp" />
|
||||
app:elevation="4dp" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
<style name="Theme.RetroMusic.DayNight" parent="Theme.MaterialComponents.DayNight.NoActionBar">
|
||||
|
||||
|
||||
<item name="md_corner_radius">16dp</item>
|
||||
<item name="md_font_title">@font/circular</item>
|
||||
<item name="md_font_body">@font/circular</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue