am 825a6d12: am 3420d579: am 0e0d4ec9: am f199ac84: Merge "Set support flag for custom layouts for RecyclerView." into mnc-dev

* commit '825a6d12a8a5376cc3763aca5f4d32a388407c09':
  Set support flag for custom layouts for RecyclerView.
This commit is contained in:
Deepanshu Gupta
2015-07-24 04:06:38 +00:00
committed by Android Git Automerger

View File

@@ -183,7 +183,7 @@ public final class Bridge extends com.android.ide.common.rendering.api.Bridge {
*/
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
public int getApiLevel() {