Batch rename: homepage_* to contextual_* or condtion_*
Contextual cards are not bound to homepage. Remove prefix homepage from layout and theme names. Next step: update names for some resource values (dimen/color etc) Bug: 130250419 Test: rebuild Change-Id: I5e901268462aaa37e00493080ae09af001784823
This commit is contained in:
@@ -49,9 +49,9 @@ import java.util.Set;
|
||||
* Card renderer for {@link ContextualCard} built as slice full card or slice half card.
|
||||
*/
|
||||
public class SliceContextualCardRenderer implements ContextualCardRenderer, LifecycleObserver {
|
||||
public static final int VIEW_TYPE_FULL_WIDTH = R.layout.homepage_slice_tile;
|
||||
public static final int VIEW_TYPE_HALF_WIDTH = R.layout.homepage_slice_half_tile;
|
||||
public static final int VIEW_TYPE_DEFERRED_SETUP = R.layout.homepage_slice_deferred_setup_tile;
|
||||
public static final int VIEW_TYPE_FULL_WIDTH = R.layout.contextual_slice_full_tile;
|
||||
public static final int VIEW_TYPE_HALF_WIDTH = R.layout.contextual_slice_half_tile;
|
||||
public static final int VIEW_TYPE_DEFERRED_SETUP = R.layout.contextual_slice_deferred_setup;
|
||||
|
||||
private static final String TAG = "SliceCardRenderer";
|
||||
|
||||
|
Reference in New Issue
Block a user