1. 这d看看


是什么啊ddddd

还行

j_0002.gif哈哈哈




spacer.gif


对的


wKiom1Zyf22yYCiJAAAbaySK1Cg750.png


传的也不是特别好

wKioL1Zyf3jCeyfPAACledHIIDI238.png

wKioL1Zyf3myxP2SAACBnrew0aY154.png

图片怎么保存,这是我最关心得


<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:cascade="http://schemas.android.com/apk/res/com.example.testdemo"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical" >
    <TextView 
        android:id="@+id/sample_tv"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="sample"
        />
    <com.example.testdemo.widget.CascadeLayout
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        cascade:horizontal_spacing="30dp"
        cascade:vertical_spacing="20dp" >

        <View
            android:layout_width="100dp"
            android:layout_height="150dp"
            cascade:layout_vertical_spacing="90dp"
            android:background="#FF0000" />

        <View
            android:layout_width="100dp"
            android:layout_height="150dp"
            android:background="#00FF00" />

        <View
            android:layout_width="100dp"
            android:layout_height="150dp"
            android:background="#0000FF" />
    </com.example.testdemo.widget.CascadeLayout>
</LinearLayout>

说一下我简单测试的感想吧,只能说还行,给60分吧。能够完成博客的编写,并且按照分类管理;能够一次上传多张图片,但我想要的是直接拖入,也不知道有没有这样的;可以上传附件;缺点是代码的底色太不明显了。无法切换代码和非代码。