Loading res/layout/item_contact_editor.xml +3 −1 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ android:id="@+id/color_bar" android:layout_width="4dip" android:layout_height="fill_parent" android:visibility="gone" /> <!-- The content --> Loading @@ -45,8 +46,9 @@ <ImageView android:id="@+id/header_color_bar" android:layout_width="fill_parent" android:layout_height="2dip" android:layout_height="4dip" android:layout_marginBottom="5dip" android:background="@color/edit_divider" /> <ImageView android:id="@+id/header_icon" Loading res/layout/item_read_only_contact_editor.xml +3 −1 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ android:id="@+id/color_bar" android:layout_width="4dip" android:layout_height="fill_parent" android:visibility="gone" /> <!-- The content --> Loading @@ -45,8 +46,9 @@ <ImageView android:id="@+id/header_color_bar" android:layout_width="fill_parent" android:layout_height="2dip" android:layout_height="4dip" android:layout_marginBottom="5dip" android:background="@color/edit_divider" /> <ImageView android:id="@+id/header_icon" Loading res/values/colors.xml +2 −0 Original line number Diff line number Diff line Loading @@ -20,4 +20,6 @@ <color name="sect_secondary">#4fff</color> <color name="quickcontact_disambig">#f2f2f2</color> <color name="quickcontact_disambig_divider">#afafaf</color> <color name="edit_divider">#ff666666</color> </resources> src/com/android/contacts/ui/widget/ContactEditorView.java +0 −2 Original line number Diff line number Diff line Loading @@ -161,8 +161,6 @@ public class ContactEditorView extends BaseContactEditorView implements OnClickL EntityModifier.ensureKindExists(state, source, StructuredName.CONTENT_ITEM_TYPE); // Fill in the header info mHeaderColorBar.setBackgroundColor(source.getHeaderColor(mContext)); mSideBar.setBackgroundColor(source.getSideBarColor(mContext)); ValuesDelta values = state.getValues(); String accountName = values.getAsString(RawContacts.ACCOUNT_NAME); CharSequence accountType = source.getDisplayLabel(mContext); Loading src/com/android/contacts/ui/widget/ReadOnlyContactEditorView.java +0 −2 Original line number Diff line number Diff line Loading @@ -112,8 +112,6 @@ class ReadOnlyContactEditorView extends BaseContactEditorView { EntityModifier.ensureKindExists(state, source, StructuredName.CONTENT_ITEM_TYPE); // Fill in the header info mHeaderColorBar.setBackgroundColor(source.getHeaderColor(mContext)); mSideBar.setBackgroundColor(source.getSideBarColor(mContext)); ValuesDelta values = state.getValues(); String accountName = values.getAsString(RawContacts.ACCOUNT_NAME); CharSequence accountType = source.getDisplayLabel(mContext); Loading Loading
res/layout/item_contact_editor.xml +3 −1 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ android:id="@+id/color_bar" android:layout_width="4dip" android:layout_height="fill_parent" android:visibility="gone" /> <!-- The content --> Loading @@ -45,8 +46,9 @@ <ImageView android:id="@+id/header_color_bar" android:layout_width="fill_parent" android:layout_height="2dip" android:layout_height="4dip" android:layout_marginBottom="5dip" android:background="@color/edit_divider" /> <ImageView android:id="@+id/header_icon" Loading
res/layout/item_read_only_contact_editor.xml +3 −1 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ android:id="@+id/color_bar" android:layout_width="4dip" android:layout_height="fill_parent" android:visibility="gone" /> <!-- The content --> Loading @@ -45,8 +46,9 @@ <ImageView android:id="@+id/header_color_bar" android:layout_width="fill_parent" android:layout_height="2dip" android:layout_height="4dip" android:layout_marginBottom="5dip" android:background="@color/edit_divider" /> <ImageView android:id="@+id/header_icon" Loading
res/values/colors.xml +2 −0 Original line number Diff line number Diff line Loading @@ -20,4 +20,6 @@ <color name="sect_secondary">#4fff</color> <color name="quickcontact_disambig">#f2f2f2</color> <color name="quickcontact_disambig_divider">#afafaf</color> <color name="edit_divider">#ff666666</color> </resources>
src/com/android/contacts/ui/widget/ContactEditorView.java +0 −2 Original line number Diff line number Diff line Loading @@ -161,8 +161,6 @@ public class ContactEditorView extends BaseContactEditorView implements OnClickL EntityModifier.ensureKindExists(state, source, StructuredName.CONTENT_ITEM_TYPE); // Fill in the header info mHeaderColorBar.setBackgroundColor(source.getHeaderColor(mContext)); mSideBar.setBackgroundColor(source.getSideBarColor(mContext)); ValuesDelta values = state.getValues(); String accountName = values.getAsString(RawContacts.ACCOUNT_NAME); CharSequence accountType = source.getDisplayLabel(mContext); Loading
src/com/android/contacts/ui/widget/ReadOnlyContactEditorView.java +0 −2 Original line number Diff line number Diff line Loading @@ -112,8 +112,6 @@ class ReadOnlyContactEditorView extends BaseContactEditorView { EntityModifier.ensureKindExists(state, source, StructuredName.CONTENT_ITEM_TYPE); // Fill in the header info mHeaderColorBar.setBackgroundColor(source.getHeaderColor(mContext)); mSideBar.setBackgroundColor(source.getSideBarColor(mContext)); ValuesDelta values = state.getValues(); String accountName = values.getAsString(RawContacts.ACCOUNT_NAME); CharSequence accountType = source.getDisplayLabel(mContext); Loading