mirror of
https://github.com/ClaytonWWilson/Listify.git
synced 2026-03-11 02:55:04 +00:00
Populated Store page with names of available stores
This commit is contained in:
@@ -13,6 +13,7 @@ import com.example.listify.R;
|
|||||||
public class StoreFragment extends Fragment {
|
public class StoreFragment extends Fragment {
|
||||||
public View onCreateView(@NonNull LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
|
public View onCreateView(@NonNull LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
|
||||||
View root = inflater.inflate(R.layout.fragment_stores, container, false);
|
View root = inflater.inflate(R.layout.fragment_stores, container, false);
|
||||||
|
|
||||||
return root;
|
return root;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user