diff --git a/samples/Support4Demos/src/com/example/android/supportv4/text/BidiFormatterSupport.java b/samples/Support4Demos/src/com/example/android/supportv4/text/BidiFormatterSupport.java index 07c874fbe..168a8b62c 100644 --- a/samples/Support4Demos/src/com/example/android/supportv4/text/BidiFormatterSupport.java +++ b/samples/Support4Demos/src/com/example/android/supportv4/text/BidiFormatterSupport.java @@ -19,7 +19,7 @@ package com.example.android.supportv4.text; import android.app.Activity; import android.os.Bundle; -import android.support.v4.text.bidi.BidiFormatter; +import android.support.v4.text.BidiFormatter; import android.widget.TextView; import com.example.android.supportv4.R;