Bug 1210989 - Backout 3 changesets to backout top level shareplane (bug 1140048).
Changesets: * a4d2428a5016 * 08488a55289e * 6bc04f9eddd6
@ -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);
|
||||
}
|
||||
|
BIN
mobile/android/base/resources/drawable-hdpi/icon_shareplane.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 947 B After Width: | Height: | Size: 947 B |
BIN
mobile/android/base/resources/drawable-xhdpi/icon_shareplane.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
@ -10,5 +10,5 @@
|
||||
android:insetBottom="2dp"
|
||||
android:insetLeft="2dp"
|
||||
android:insetRight="2dp"
|
||||
android:drawable="@drawable/shareplane"
|
||||
android:drawable="@drawable/overlay_send_tab_icon"
|
||||
/>
|
||||
|