mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-23 22:27:15 +00:00
attempt watch fix
This commit is contained in:
parent
cf1577cbe3
commit
9198f3310c
3 changed files with 1 additions and 9 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue