attempt watch fix

This commit is contained in:
Phillip Thelen 2024-09-17 17:59:55 +02:00
parent cf1577cbe3
commit 9198f3310c
3 changed files with 1 additions and 9 deletions

View file

@ -63,14 +63,6 @@ Submit a new Beta Build to Google Play
Deploy a new version to the Google Play
### android upload_to_slack
```sh
[bundle exec] fastlane android upload_to_slack
```
Upload the latest output APK to slack
----
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.

View file

@ -3,7 +3,6 @@ package com.habitrpg.wearos.habitica.ui.views
import android.content.Context
import android.content.res.Resources
import android.util.AttributeSet
import android.view.View
import androidx.core.view.children
import androidx.core.widget.NestedScrollView
import com.habitrpg.common.habitica.extensions.dpToPx

View file

@ -2,6 +2,7 @@
<resources>
<style name="HabiticaAppTheme" parent="Theme.AppCompat">
<item name="android:windowBackground">@color/watch_black</item>
<item name="background">@color/watch_black</item>
<item name="fontFamily">sans-serif</item>
</style>