am d861fd81: Set support flag for custom layouts for RecyclerView. [DO NOT MERGE]

* commit 'd861fd81f7a2e62a31c4f2c7aed66fceb475d0c8':
  Set support flag for custom layouts for RecyclerView. [DO NOT MERGE]
This commit is contained in:
Deepanshu Gupta
2015-08-26 05:57:13 +00:00
committed by Android Git Automerger

View File

@@ -182,7 +182,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() {