Skip to content

Commit e10c2f4

Browse files
committed
Remove v4 dependency
1 parent 7f46044 commit e10c2f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

calligraphy/src/main/java/uk/co/chrisjenx/calligraphy/CalligraphyLayoutInflater.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import android.annotation.TargetApi;
44
import android.content.Context;
55
import android.os.Build;
6-
import android.support.v4.view.LayoutInflaterFactory;
76
import android.util.AttributeSet;
87
import android.view.LayoutInflater;
98
import android.view.View;
@@ -259,7 +258,7 @@ public View onCreateView(String name, Context context, AttributeSet attrs) {
259258
* Factory 2 is the second port of call for LayoutInflation
260259
*/
261260
@TargetApi(Build.VERSION_CODES.HONEYCOMB)
262-
private static class WrapperFactory2 implements Factory2, LayoutInflaterFactory {
261+
private static class WrapperFactory2 implements Factory2 {
263262
protected final Factory2 mFactory2;
264263
protected final CalligraphyFactory mCalligraphyFactory;
265264

0 commit comments

Comments
 (0)