Sexy black popover, high tech.

pull/14/head
Tim Su 14 years ago
parent 3c012b4d1d
commit d0c65d8ae4

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 B

@ -4,43 +4,27 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<FrameLayout
android:id="@+id/gdi_header"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/gdi_arrow_up"
android:layout_marginTop="-1px"
android:background="@drawable/gd_quick_action_top_frame" />
<TextView
android:id="@+id/gdi_message"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_below="@id/gdi_header"
android:layout_below="@+id/gdi_arrow_up"
android:gravity="center"
android:textColor="@android:color/black"
android:background="#ffeeeeee"
android:textColor="@android:color/white"
android:background="@drawable/welcome_body"
android:fadingEdgeLength="0dp"/>
<FrameLayout
android:id="@+id/gdi_footer"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_below="@id/gdi_message"
android:background="@drawable/gd_quick_action_bar_bottom_frame" />
<ImageView
android:id="@+id/gdi_arrow_up"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/gd_quick_action_arrow_up" />
android:src="@drawable/welcome_up" />
<ImageView
android:id="@+id/gdi_arrow_down"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="-1px"
android:layout_below="@id/gdi_footer"
android:src="@drawable/gd_quick_action_bar_arrow_down" />
android:layout_below="@id/gdi_message"
android:src="@drawable/welcome_down" />
</RelativeLayout>

Loading…
Cancel
Save