mirror of
https://github.com/ClaytonWWilson/Listify.git
synced 2025-12-15 18:28:47 +00:00
Populated Store page with names of available stores
This commit is contained in:
parent
d7fb380b8a
commit
95251d7115
@ -13,6 +13,7 @@ import com.example.listify.R;
|
||||
public class StoreFragment extends Fragment {
|
||||
public View onCreateView(@NonNull LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
|
||||
View root = inflater.inflate(R.layout.fragment_stores, container, false);
|
||||
|
||||
return root;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user