Skip to content

Commit

Permalink
fix daydream activity
Browse files Browse the repository at this point in the history
i really dont know why this works sometimes and sometimes not
  • Loading branch information
programminghoch10 committed Jul 27, 2024
1 parent 65488dc commit b8713c7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions app/src/main/res/layout/daydream_configure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/scrollView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/daydreamconfigurebackground">
android:layout_height="match_parent">

<LinearLayout
android:id="@+id/linearLayout"
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
<color name="colorPrimaryDark">#00574B</color>
<color name="colorAccent">#D81B60</color>

<color name="daydreamconfigurebackground">#000000</color>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/xml/dreaminfo.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<dream xmlns:android="http://schemas.android.com/apk/res/android"
android:settingsActivity=".DaydreamConfigure" />
android:settingsActivity="com.JJ.hangoverclock.DaydreamConfigure" />

0 comments on commit b8713c7

Please sign in to comment.