|
|
|
@ -16,7 +16,6 @@
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
<FrameLayout xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
|
android:background="@drawable/list_background"
|
|
|
|
@ -36,39 +35,60 @@
|
|
|
|
|
android:id="@+id/tv_modified_date"
|
|
|
|
|
android:layout_width="73dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_gravity="left|center_vertical"
|
|
|
|
|
android:layout_gravity="start|center_vertical"
|
|
|
|
|
android:layout_marginRight="8dip"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:textAppearance="@style/TextAppearanceSecondaryItem" />
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/iv_alert_icon"
|
|
|
|
|
android:layout_width="15dp"
|
|
|
|
|
android:layout_height="15dp"
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:layout_marginTop="3dp"
|
|
|
|
|
android:layout_marginRight="12dp"
|
|
|
|
|
android:background="@drawable/title_alert" />
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
|
android:id="@+id/action_undo"
|
|
|
|
|
android:layout_width="20dp"
|
|
|
|
|
android:layout_height="40dp"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:text="Button" />
|
|
|
|
|
android:layout_width="30dp"
|
|
|
|
|
android:layout_height="30dp"
|
|
|
|
|
android:layout_marginTop="8dp"
|
|
|
|
|
android:layout_marginEnd="10dp"
|
|
|
|
|
android:layout_weight="0"
|
|
|
|
|
android:background="@drawable/chehui"
|
|
|
|
|
android:scaleType="centerInside"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
|
android:id="@+id/menu_note_read"
|
|
|
|
|
android:layout_width="40dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_width="28dp"
|
|
|
|
|
android:layout_height="28dp"
|
|
|
|
|
android:layout_weight="0"
|
|
|
|
|
android:src="@android:drawable/ic_notification_overlay" />
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:layout_marginTop="3dp"
|
|
|
|
|
android:layout_marginRight="6dp"
|
|
|
|
|
android:scaleType="centerCrop"
|
|
|
|
|
android:background="@drawable/kaishi" />
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
|
android:id="@+id/imageButton2"
|
|
|
|
|
android:layout_width="67dp"
|
|
|
|
|
android:layout_height="88dp"
|
|
|
|
|
android:layout_width="40dp"
|
|
|
|
|
android:layout_height="40dp"
|
|
|
|
|
android:layout_weight="0"
|
|
|
|
|
tools:src="@tools:sample/avatars" />
|
|
|
|
|
android:layout_marginRight="3dp"
|
|
|
|
|
android:background="@drawable/w_huaban"
|
|
|
|
|
android:scaleType="centerInside" />
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/iv_alert_icon"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
|
android:background="@drawable/title_alert"
|
|
|
|
|
/>
|
|
|
|
|
<ImageButton
|
|
|
|
|
android:layout_width="40dp"
|
|
|
|
|
android:layout_height="40dp"
|
|
|
|
|
android:layout_gravity="center|left"
|
|
|
|
|
android:layout_marginTop="1dp"
|
|
|
|
|
|
|
|
|
|
android:background="@drawable/beijingyanse"
|
|
|
|
|
|
|
|
|
|
android:scaleType="centerCrop" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/tv_alert_date"
|
|
|
|
@ -79,12 +99,6 @@
|
|
|
|
|
android:layout_marginRight="8dip"
|
|
|
|
|
android:textAppearance="@style/TextAppearanceSecondaryItem" />
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:background="@drawable/bg_btn_set_color" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
@ -147,6 +161,7 @@
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_gravity="top|right"
|
|
|
|
|
|
|
|
|
|
android:background="@drawable/bg_color_btn_mask" />
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|