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

Commit 84a6d29f authored by twyen's avatar twyen Committed by Copybara-Service
Browse files

Move contacts.commons.R to dialer.contacts.resources

This reduces dependency on contacts.common which is full of things that should not be there.

Ideally resources inside dialer.contacts.resources should be individually moved to appropriate locations, but the resources are too large to work with.

TEST=TAP
Test: TAP
PiperOrigin-RevId: 202029832
Change-Id: I95bfcb59799b9c3640de03ad0680624fc1b2c3a3
parent 38e0ed4c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,12 +41,12 @@ import android.widget.EditText;
import android.widget.ListView;
import android.widget.QuickContactBadge;
import android.widget.TextView;
import com.android.contacts.common.R;
import com.android.dialer.animation.AnimUtils;
import com.android.dialer.callintent.CallInitiationType;
import com.android.dialer.callintent.CallIntentBuilder;
import com.android.dialer.common.LogUtil;
import com.android.dialer.contactphoto.ContactPhotoManager;
import com.android.dialer.contacts.resources.R;
import com.android.dialer.lettertile.LetterTileDrawable;
import com.android.dialer.precall.PreCall;
import com.android.dialer.util.ViewUtil;
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ import android.content.DialogInterface.OnClickListener;
import android.os.AsyncTask;
import android.os.Bundle;
import android.provider.ContactsContract;
import com.android.contacts.common.R;
import com.android.dialer.contacts.resources.R;
import com.android.dialer.util.PermissionsUtil;

/** Dialog that clears the frequently contacted list after confirming with the user. */
+1 −1
Original line number Diff line number Diff line
@@ -23,12 +23,12 @@ import android.view.View;
import android.widget.FrameLayout;
import android.widget.ImageView;
import com.android.contacts.common.MoreContactUtils;
import com.android.contacts.common.R;
import com.android.dialer.callintent.CallInitiationType;
import com.android.dialer.callintent.CallSpecificAppData;
import com.android.dialer.common.LogUtil;
import com.android.dialer.contactphoto.ContactPhotoManager;
import com.android.dialer.contactphoto.ContactPhotoManager.DefaultImageRequest;
import com.android.dialer.contacts.resources.R;
import com.android.dialer.widget.BidiTextView;

/** A ContactTile displays a contact's picture and name */
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ import android.graphics.Paint;
import android.util.AttributeSet;
import android.view.View;
import android.widget.LinearLayout;
import com.android.contacts.common.R;
import com.android.dialer.contacts.resources.R;
import com.android.dialer.theme.base.ThemeComponent;

public class ViewPagerTabStrip extends LinearLayout {
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ import android.widget.HorizontalScrollView;
import android.widget.LinearLayout;
import android.widget.TextView;
import android.widget.Toast;
import com.android.contacts.common.R;
import com.android.dialer.contacts.resources.R;

/**
 * Lightweight implementation of ViewPager tabs. This looks similar to traditional actionBar tabs,
Loading