|
|
@ -405,4 +405,13 @@
|
|
|
|
android:src="@drawable/selected" />
|
|
|
|
android:src="@drawable/selected" />
|
|
|
|
</FrameLayout>
|
|
|
|
</FrameLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<!--插入图片的按钮-->
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
|
|
|
|
android:id="@+id/add_img_btn"
|
|
|
|
|
|
|
|
android:layout_width="51dp"
|
|
|
|
|
|
|
|
android:layout_height="54dp"
|
|
|
|
|
|
|
|
android:layout_marginLeft="7dp"
|
|
|
|
|
|
|
|
android:layout_marginTop="600dp"
|
|
|
|
|
|
|
|
android:layout_marginBottom="7dp"
|
|
|
|
|
|
|
|
android:src="@drawable/ic_menu_gallery_new" />
|
|
|
|
</FrameLayout>
|
|
|
|
</FrameLayout>
|
|
|
|