You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tasks/astrid/res/layout/help_popover.xml

47 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
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:gravity="center"
android:textColor="@android:color/black"
android:background="#ffeeeeee"
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" />
<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" />
</RelativeLayout>