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

Commit 84a6e651 authored by guanxiongliu's avatar guanxiongliu
Browse files

Making adding account dialogs up to spec (1/2)

Bug:30079784
Change-Id: I4bd38edee4cfab77a00da79b841b831aeeb60f8e
parent 5295444c
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);