diff --git a/.gitignore b/.gitignore index 37f05b7f..6a32941f 100644 --- a/.gitignore +++ b/.gitignore @@ -38,8 +38,4 @@ obj/ captures app/normal/release/ /models/ - -app/font/ -app/src/debug/ -/app/nofont/ -/crowdin.properties +/app/release/ diff --git a/app/src/debug/res/font/bold.ttf b/app/src/debug/res/font/bold.ttf new file mode 100644 index 00000000..96619df9 Binary files /dev/null and b/app/src/debug/res/font/bold.ttf differ diff --git a/app/src/debug/res/font/medium.ttf b/app/src/debug/res/font/medium.ttf new file mode 100644 index 00000000..fd818d6f Binary files /dev/null and b/app/src/debug/res/font/medium.ttf differ diff --git a/app/src/debug/res/font/regular.ttf b/app/src/debug/res/font/regular.ttf new file mode 100644 index 00000000..e2c69c3f Binary files /dev/null and b/app/src/debug/res/font/regular.ttf differ diff --git a/app/src/debug/res/font/sans.xml b/app/src/debug/res/font/sans.xml new file mode 100644 index 00000000..f824169f --- /dev/null +++ b/app/src/debug/res/font/sans.xml @@ -0,0 +1,13 @@ + + + + + + \ No newline at end of file diff --git a/app/src/debug/res/values/styles.xml b/app/src/debug/res/values/styles.xml new file mode 100644 index 00000000..8409642c --- /dev/null +++ b/app/src/debug/res/values/styles.xml @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_library.xml b/app/src/main/res/layout/fragment_library.xml index 5d61e740..6f2b92c2 100644 --- a/app/src/main/res/layout/fragment_library.xml +++ b/app/src/main/res/layout/fragment_library.xml @@ -47,11 +47,14 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="bottom|end" - android:layout_marginBottom="72dp" + android:layout_marginBottom="16dp" android:layout_marginEnd="16dp" android:id="@+id/addPlaylist" android:src="@drawable/ic_playlist_add" - app:useCompatPadding="true" /> + app:useCompatPadding="true" + app:layout_anchor="@id/fragment_container" + app:layout_anchorGravity="end|bottom" + android:contentDescription="@string/add_playlist_title" />