我有一个包含如下片段的布局:
<fragment
android:id="@+id/mainImagesList"
android:name="com.guc.project.ImagesList"
android:layout_width="match_parent"
android:layout_height="62dp"
android:layout_below="@+id/addimagebutton"
android:layout_weight="1"
android:paddingTop="55dp" />
现在,我需要获取这个片段并投射它,以便我可以操纵它并显示更新。我怎么能这样做?!
编辑:我想我已经设法得到了片段,但是当我改变一些变量时,改变不会出现!