This commit is contained in:
ponzischeme89
2026-08-22 20:01:49 +12:00
parent 7d77700c7b
commit d2f7f84cbf
24 changed files with 395 additions and 117 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

+7
View File
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<font-family xmlns:android="http://schemas.android.com/apk/res/android">
<font android:font="@font/inter_regular" android:fontStyle="normal" android:fontWeight="400" />
<font android:font="@font/inter_medium" android:fontStyle="normal" android:fontWeight="500" />
<font android:font="@font/inter_semibold" android:fontStyle="normal" android:fontWeight="600" />
<font android:font="@font/inter_bold" android:fontStyle="normal" android:fontWeight="700" />
</font-family>
+6
View File
@@ -13,6 +13,12 @@
<item name="android:windowNoTitle">true</item>
</style>
<!-- Selected before PlayerActivity inflates anything, covering its XML layouts,
Media3 controller, dialogs, dynamically-created rows and custom text paints. -->
<style name="Theme.Memby.Inter.Fullscreen" parent="Theme.Memby.Fullscreen">
<item name="android:fontFamily">@font/inter_family</item>
</style>
<!-- MainActivity alone gets the local poster wall before its first Compose frame.
Player and screensaver windows keep their black background, where a launch poster
appearing behind a video surface would be a flash rather than a welcome. -->