app: fix hard-coded colors in AutofillFilterView
This commit is contained in:
parent
5f08c63bc7
commit
7e2a91733f
2 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
|||
android:id="@+id/cover"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="60dp"
|
||||
android:background="@color/primary_color"
|
||||
android:background="@android:color/transparent"
|
||||
android:contentDescription="@string/app_name"
|
||||
android:src="@mipmap/ic_launcher_foreground"
|
||||
app:layout_constraintBottom_toTopOf="@id/origin"
|
||||
|
@ -75,7 +75,7 @@
|
|||
android:layout_height="match_parent"
|
||||
android:scrollbars="vertical"
|
||||
tools:itemCount="5"
|
||||
tools:listitem="@layout/password_row_layout" />
|
||||
tools:listitem="@layout/oreo_autofill_filter_row" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/rvPasswordEmpty"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
app:layout_constraintHorizontal_bias="0.0"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:tint="?colorOnPrimary" />
|
||||
app:tint="?attr/colorControlNormal" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/title"
|
||||
|
|
Loading…
Reference in a new issue