|
|
@ -19,7 +19,13 @@
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:background="@drawable/list_background">
|
|
|
|
android:id="@+id/frame">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
|
|
|
android:id="@+id/image"
|
|
|
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</ImageView>
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
@ -45,9 +51,19 @@
|
|
|
|
android:cacheColorHint="@null"
|
|
|
|
android:cacheColorHint="@null"
|
|
|
|
android:listSelector="@android:color/transparent"
|
|
|
|
android:listSelector="@android:color/transparent"
|
|
|
|
android:divider="@null"
|
|
|
|
android:divider="@null"
|
|
|
|
android:fadingEdge="@null" />
|
|
|
|
android:fadingEdge="@null" >
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</ListView>
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
|
android:text="切换背景"
|
|
|
|
|
|
|
|
android:layout_marginTop="450dp"
|
|
|
|
|
|
|
|
android:id="@+id/button_background">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Button>
|
|
|
|
<Button
|
|
|
|
<Button
|
|
|
|
android:id="@+id/btn_new_note"
|
|
|
|
android:id="@+id/btn_new_note"
|
|
|
|
android:background="@drawable/new_note"
|
|
|
|
android:background="@drawable/new_note"
|
|
|
|