我有一个布局,其中包括一个片段如下:
<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" />
现在,我需要获取这个片段并进行强制转换,这样我就可以操作它并显示更新。我怎么能这么做? !
编辑: 我想我已经设法得到了片段,但是当我改变一些变量时,这些改变并没有出现!