From 2a46240b7cb0c28e0215ee83e51434147fb09d55 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期三, 21 十月 2020 17:09:36 +0800 Subject: [PATCH] 项目结构优化 --- BuWanVideo/src/com/weikou/beibeivideo/widget/BadgeView.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/BuWanVideo/src/com/weikou/beibeivideo/widget/BadgeView.java b/BuWanVideo/src/com/weikou/beibeivideo/widget/BadgeView.java index 84838cb..0638b89 100644 --- a/BuWanVideo/src/com/weikou/beibeivideo/widget/BadgeView.java +++ b/BuWanVideo/src/com/weikou/beibeivideo/widget/BadgeView.java @@ -29,7 +29,7 @@ * * @author Jeff Gilfelt */ -public class BadgeView extends TextView { +public class BadgeView extends android.support.v7.widget.AppCompatTextView { public static final int POSITION_TOP_LEFT = 1; public static final int POSITION_TOP_RIGHT = 2; -- Gitblit v1.8.0