odd color bug in ocean
This commit is contained in:
parent
e398238fe6
commit
b7cc35207c
2 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
||||||
android:text="Incognito Mode"
|
android:text="Incognito Mode"
|
||||||
android:textColor="?attr/colorOnError"
|
android:textColor="?attr/colorOnError"
|
||||||
android:textSize="15sp"
|
android:textSize="15sp"
|
||||||
android:visibility="visible" />
|
android:visibility="gone" />
|
||||||
|
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:id="@+id/fragmentContainer"
|
android:id="@+id/fragmentContainer"
|
||||||
|
|
|
@ -156,6 +156,7 @@
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_gravity="center_vertical"
|
android:layout_gravity="center_vertical"
|
||||||
app:contentScrim="?android:colorBackground"
|
app:contentScrim="?android:colorBackground"
|
||||||
|
android:background="?attr/colorSurface"
|
||||||
android:ellipsize="marquee"
|
android:ellipsize="marquee"
|
||||||
android:focusable="true"
|
android:focusable="true"
|
||||||
android:focusableInTouchMode="true"
|
android:focusableInTouchMode="true"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue