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

Commit ee592fe4 authored by Xavier Ducrohet's avatar Xavier Ducrohet
Browse files

LayoutLib: move MockView back into its original package.

This is used by Eclipse when the custom view is not found.
It couldn't find the view in the new package either.

We should probably move this logic of creating a mock view
into the layout library instead.

Change-Id: Ifa1a717cddf7004a7719bb4d0798cd53b43273ea
parent 162ee1ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

package android.view;

import com.android.layoutlib.bridge.android.MockView;
import com.android.layoutlib.bridge.MockView;

import android.content.Context;
import android.graphics.Canvas;
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

package android.webkit;

import com.android.layoutlib.bridge.android.MockView;
import com.android.layoutlib.bridge.MockView;

import android.content.Context;
import android.graphics.Bitmap;
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

package com.android.layoutlib.bridge.android;
package com.android.layoutlib.bridge;

import android.content.Context;
import android.graphics.Canvas;
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

package com.google.android.maps;

import com.android.layoutlib.bridge.android.MockView;
import com.android.layoutlib.bridge.MockView;

import android.content.Context;
import android.os.Bundle;