Merge "Set support flag for custom layouts for RecyclerView." into mnc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f199ac84f3
@@ -183,7 +183,7 @@ public final class Bridge extends com.android.ide.common.rendering.api.Bridge {
|
|||||||
*/
|
*/
|
||||||
private static LayoutLog sCurrentLog = sDefaultLog;
|
private static LayoutLog sCurrentLog = sDefaultLog;
|
||||||
|
|
||||||
private static final int LAST_SUPPORTED_FEATURE = Features.RENDER_ALL_DRAWABLE_STATES;
|
private static final int LAST_SUPPORTED_FEATURE = Features.RECYCLER_VIEW_ADAPTER;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getApiLevel() {
|
public int getApiLevel() {
|
||||||
|
|||||||
Reference in New Issue
Block a user