0.3.04
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
@@ -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>
|
||||
@@ -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. -->
|
||||
|
||||
Reference in New Issue
Block a user