OSDN Git Service

Migrate to AndroidX
[android-x86/packages-apps-Eleven.git] / src / org / lineageos / eleven / widgets / AudioActivityButton.java
index bbc3345..fb76bf6 100644 (file)
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package com.cyanogenmod.eleven.widgets;
+package org.lineageos.eleven.widgets;
+
 import android.content.Context;
-import android.support.v4.app.FragmentActivity;
 import android.util.AttributeSet;
 
-import com.cyanogenmod.eleven.ui.activities.SlidingPanelActivity;
+import androidx.fragment.app.FragmentActivity;
+
+import org.lineageos.eleven.ui.activities.SlidingPanelActivity;
 
 public abstract class AudioActivityButton extends AudioButton {
     protected SlidingPanelActivity mActivity;