|
|
|
@ -41,7 +41,7 @@ public class ChandanFragment extends BaseFragment { |
|
|
|
public void onResume() { |
|
|
|
super.onResume(); |
|
|
|
firstContent.removeAllViews(); |
|
|
|
for (int i=1;i<13;i++){ |
|
|
|
for (int i=1;i<5;i++){ |
|
|
|
View view = LayoutInflater.from(getActivity()).inflate(R.layout.view_first,null); |
|
|
|
TextView name = view.findViewById(R.id.name); |
|
|
|
|
|
|
|
|