diff --git a/app/src/leanback/java/com/fongmi/android/tv/ui/custom/CustomLeftRightView.java b/app/src/leanback/java/com/fongmi/android/tv/ui/custom/CustomLeftRightLayout.java
similarity index 87%
rename from app/src/leanback/java/com/fongmi/android/tv/ui/custom/CustomLeftRightView.java
rename to app/src/leanback/java/com/fongmi/android/tv/ui/custom/CustomLeftRightLayout.java
index 375941048..d3d05589e 100644
--- a/app/src/leanback/java/com/fongmi/android/tv/ui/custom/CustomLeftRightView.java
+++ b/app/src/leanback/java/com/fongmi/android/tv/ui/custom/CustomLeftRightLayout.java
@@ -10,16 +10,16 @@ import androidx.annotation.Nullable;
import com.fongmi.android.tv.utils.KeyUtil;
-public class CustomLeftRightView extends LinearLayout {
+public class CustomLeftRightLayout extends LinearLayout {
private LeftListener leftListener;
private RightListener rightListener;
- public CustomLeftRightView(@NonNull Context context) {
+ public CustomLeftRightLayout(@NonNull Context context) {
super(context);
}
- public CustomLeftRightView(@NonNull Context context, @Nullable AttributeSet attrs) {
+ public CustomLeftRightLayout(@NonNull Context context, @Nullable AttributeSet attrs) {
super(context, attrs);
}
diff --git a/app/src/leanback/res/layout/adapter_channel.xml b/app/src/leanback/res/layout/adapter_channel.xml
index ab1ebae77..a21460d90 100644
--- a/app/src/leanback/res/layout/adapter_channel.xml
+++ b/app/src/leanback/res/layout/adapter_channel.xml
@@ -1,5 +1,5 @@
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/app/src/leanback/res/layout/adapter_epg_data.xml b/app/src/leanback/res/layout/adapter_epg_data.xml
index 18c21ac19..3a10ea145 100644
--- a/app/src/leanback/res/layout/adapter_epg_data.xml
+++ b/app/src/leanback/res/layout/adapter_epg_data.xml
@@ -1,5 +1,5 @@
-
-
\ No newline at end of file
+
\ No newline at end of file