blob: ce8c380e870bd12b765a160899df4f400a87e9bb [file] [log] [blame]
// Copyright 2011 Google Inc. All Rights Reserved.
package com.android.bidi;
import android.app.Fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
public class BiDiTestViewGroupMarginMixed extends Fragment {
@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container,
Bundle savedInstanceState) {
return inflater.inflate(R.layout.view_group_margin_mixed, container, false);
}
}