mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
名称変更
This commit is contained in:
parent
a9c6086f2b
commit
adc76d7213
|
@ -10,15 +10,15 @@ import android.view.ViewGroup;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A simple {@link Fragment} subclass.
|
* A simple {@link Fragment} subclass.
|
||||||
* Use the {@link DebugMenuDocumentTesterFragment#newInstance} factory method to
|
* Use the {@link DebugMenuDocumentTesterTopFragment#newInstance} factory method to
|
||||||
* create an instance of this fragment.
|
* create an instance of this fragment.
|
||||||
*/
|
*/
|
||||||
public class DebugMenuDocumentTesterFragment extends Fragment {
|
public class DebugMenuDocumentTesterTopFragment extends Fragment {
|
||||||
public DebugMenuDocumentTesterFragment() {
|
public DebugMenuDocumentTesterTopFragment() {
|
||||||
// Required empty public constructor
|
// Required empty public constructor
|
||||||
}
|
}
|
||||||
public static DebugMenuDocumentTesterFragment newInstance() {
|
public static DebugMenuDocumentTesterTopFragment newInstance() {
|
||||||
DebugMenuDocumentTesterFragment fragment = new DebugMenuDocumentTesterFragment();
|
DebugMenuDocumentTesterTopFragment fragment = new DebugMenuDocumentTesterTopFragment();
|
||||||
Bundle args = new Bundle();
|
Bundle args = new Bundle();
|
||||||
fragment.setArguments(args);
|
fragment.setArguments(args);
|
||||||
return fragment;
|
return fragment;
|
||||||
|
@ -33,6 +33,6 @@ public class DebugMenuDocumentTesterFragment extends Fragment {
|
||||||
public View onCreateView(LayoutInflater inflater, ViewGroup container,
|
public View onCreateView(LayoutInflater inflater, ViewGroup container,
|
||||||
Bundle savedInstanceState) {
|
Bundle savedInstanceState) {
|
||||||
// Inflate the layout for this fragment
|
// Inflate the layout for this fragment
|
||||||
return inflater.inflate(R.layout.fragment_debug_menu_document_tester, container, false);
|
return inflater.inflate(R.layout.fragment_debug_menu_document_tester_top, container, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -3,7 +3,7 @@
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
tools:context=".DebugMenuDocumentTesterFragment">
|
tools:context=".DebugMenuDocumentTesterTopFragment">
|
||||||
|
|
||||||
<!-- TODO: Update blank fragment layout -->
|
<!-- TODO: Update blank fragment layout -->
|
||||||
<TextView
|
<TextView
|
Loading…
Reference in New Issue
Block a user