Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5820558b authored by Sean Liu's avatar Sean Liu Committed by Android (Google) Code Review
Browse files

Merge "Making adding account dialogs up to spec (1/2)" into ub-contactsdialer-f-dev

parents 704667ed 84a6e651
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ public final class AccountsListAdapter extends BaseAdapter {
    public View getView(int position, View convertView, ViewGroup parent) {
        final View resultView = convertView != null ? convertView :
                mInflater.inflate(mCustomLayout > 0 ? mCustomLayout :
                        R.layout.account_selector_list_item, parent, false);
                        R.layout.account_selector_list_item_condensed, parent, false);

        final TextView text1 = (TextView) resultView.findViewById(android.R.id.text1);
        final TextView text2 = (TextView) resultView.findViewById(android.R.id.text2);