Bug 1210989 - Backout 3 changesets to backout top level shareplane (bug 1140048).

Changesets:
* a4d2428a5016
* 08488a55289e
* 6bc04f9eddd6
This commit is contained in:
Michael Comella 2015-11-18 16:05:00 -08:00
parent 6ab366647a
commit 6810735259
8 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ public class SendTabDeviceListArrayAdapter extends ArrayAdapter<RemoteClient> {
if (currentState != State.LIST) {
// If we're in a special "Button-like" state, use the override string and a generic icon.
final Drawable sendTabIcon = context.getResources().getDrawable(R.drawable.shareplane);
final Drawable sendTabIcon = context.getResources().getDrawable(R.drawable.overlay_send_tab_icon);
row.setText(dummyRecordName);
row.setDrawable(sendTabIcon);
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 947 B

After

Width:  |  Height:  |  Size: 947 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -10,5 +10,5 @@
android:insetBottom="2dp"
android:insetLeft="2dp"
android:insetRight="2dp"
android:drawable="@drawable/shareplane"
android:drawable="@drawable/overlay_send_tab_icon"
/>