mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-31 06:15:48 +00:00
app: fix hard-coded colors in AutofillFilterView
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user