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

Commit 1f1957f5 authored by Xavier Ducrohet's avatar Xavier Ducrohet Committed by Android (Google) Code Review
Browse files

Merge "LayoutLib: move MockView back into its original package." into honeycomb

parents 66a95e4d ee592fe4
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;