aboutsummaryrefslogtreecommitdiff
path: root/src/com/android/tv/menu/ActionCardView.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/tv/menu/ActionCardView.java')
-rw-r--r--src/com/android/tv/menu/ActionCardView.java7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/com/android/tv/menu/ActionCardView.java b/src/com/android/tv/menu/ActionCardView.java
index 2fd70bfb..3ecd5f5c 100644
--- a/src/com/android/tv/menu/ActionCardView.java
+++ b/src/com/android/tv/menu/ActionCardView.java
@@ -22,12 +22,9 @@ import android.util.Log;
import android.widget.ImageView;
import android.widget.RelativeLayout;
import android.widget.TextView;
-
import com.android.tv.R;
-/**
- * A view to render an item of TV options.
- */
+/** A view to render an item of TV options. */
public class ActionCardView extends RelativeLayout implements ItemListRowView.CardView<MenuAction> {
private static final String TAG = MenuView.TAG;
private static final boolean DEBUG = MenuView.DEBUG;
@@ -97,5 +94,5 @@ public class ActionCardView extends RelativeLayout implements ItemListRowView.Ca
}
@Override
- public void onRecycled() { }
+ public void onRecycled() {}
}