Fixed issue with searchview background and edit contact row text color
This commit is contained in:
parent
449b50679a
commit
995a088490
5 changed files with 5 additions and 3 deletions
|
@ -32,7 +32,7 @@
|
||||||
android:background="@drawable/resizable_textfield"
|
android:background="@drawable/resizable_textfield"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:inputType="textPersonName"
|
android:inputType="textPersonName"
|
||||||
android:textColor="@android:color/black"
|
android:textColor="@color/colorB"
|
||||||
android:textCursorDrawable="@null" />
|
android:textCursorDrawable="@null" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
|
|
|
@ -136,7 +136,6 @@
|
||||||
android:id="@+id/searchField"
|
android:id="@+id/searchField"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="40dp"
|
android:layout_height="40dp"
|
||||||
android:background="@drawable/resizable_textfield"
|
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:iconifiedByDefault="false"
|
android:iconifiedByDefault="false"
|
||||||
android:inputType="textPersonName"
|
android:inputType="textPersonName"
|
||||||
|
|
|
@ -91,6 +91,7 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="40dp"
|
android:layout_height="40dp"
|
||||||
android:background="@drawable/resizable_textfield"
|
android:background="@drawable/resizable_textfield"
|
||||||
|
android:textColor="@color/colorB"
|
||||||
android:contentDescription="@string/content_description_contact_last_name"
|
android:contentDescription="@string/content_description_contact_last_name"
|
||||||
android:gravity="left"
|
android:gravity="left"
|
||||||
android:inputType="textPersonName|textCapWords"
|
android:inputType="textPersonName|textCapWords"
|
||||||
|
@ -111,6 +112,7 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="40dp"
|
android:layout_height="40dp"
|
||||||
android:background="@drawable/resizable_textfield"
|
android:background="@drawable/resizable_textfield"
|
||||||
|
android:textColor="@color/colorB"
|
||||||
android:contentDescription="@string/content_description_contact_first_name"
|
android:contentDescription="@string/content_description_contact_first_name"
|
||||||
android:gravity="left"
|
android:gravity="left"
|
||||||
android:inputType="textPersonName|textCapWords"
|
android:inputType="textPersonName|textCapWords"
|
||||||
|
@ -132,6 +134,7 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="40dp"
|
android:layout_height="40dp"
|
||||||
android:background="@drawable/resizable_textfield"
|
android:background="@drawable/resizable_textfield"
|
||||||
|
android:textColor="@color/colorB"
|
||||||
android:contentDescription="@string/content_description_contact_organization"
|
android:contentDescription="@string/content_description_contact_organization"
|
||||||
android:gravity="left"
|
android:gravity="left"
|
||||||
android:inputType="textPersonName|textCapWords"
|
android:inputType="textPersonName|textCapWords"
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
android:layout_toStartOf="@+id/delete_field"
|
android:layout_toStartOf="@+id/delete_field"
|
||||||
android:layout_toLeftOf="@+id/delete_field"
|
android:layout_toLeftOf="@+id/delete_field"
|
||||||
android:background="@drawable/resizable_textfield"
|
android:background="@drawable/resizable_textfield"
|
||||||
|
android:textColor="@color/colorB"
|
||||||
android:inputType="textEmailAddress"
|
android:inputType="textEmailAddress"
|
||||||
android:textCursorDrawable="@null" />
|
android:textCursorDrawable="@null" />
|
||||||
|
|
||||||
|
|
|
@ -97,7 +97,6 @@
|
||||||
android:id="@+id/searchField"
|
android:id="@+id/searchField"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="40dp"
|
android:layout_height="40dp"
|
||||||
android:background="@drawable/resizable_textfield"
|
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:iconifiedByDefault="false"
|
android:iconifiedByDefault="false"
|
||||||
android:inputType="textPersonName"
|
android:inputType="textPersonName"
|
||||||
|
|
Loading…
Reference in a new issue