名称変更

This commit is contained in:
r-ca 2023-12-17 15:22:44 +09:00
parent a9c6086f2b
commit adc76d7213
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9
2 changed files with 7 additions and 7 deletions

View File

@ -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);
} }
} }

View File

@ -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