Use a black background for Wear OS onboarding screens (#3386)

This commit is contained in:
Daniel Shokouhi 2023-03-03 11:07:57 -08:00 committed by GitHub
parent c3fe6b3b6e
commit 73b9ca471e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 1 deletions

View file

@ -4,6 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/black"
android:padding="@dimen/box_inset_layout_padding"
tools:context=".onboarding.integration.MobileAppIntegrationActivity"
tools:deviceIds="wear">

View file

@ -4,6 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/black"
android:padding="@dimen/box_inset_layout_padding"
tools:deviceIds="wear">

View file

@ -5,6 +5,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:background="@android:color/black"
android:layout_height="match_parent">
<androidx.wear.widget.WearableRecyclerView

View file

@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:background="@color/colorActivityBackground">
android:background="@android:color/black">
<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/loading_text"