Blame | Last modification | View Log | RSS feed
<RelativeLayoutxmlns:android="http://schemas.android.com/apk/res/android"android:id="@+id/relativelayout"android:layout_width="fill_parent"android:layout_height="fill_parent" ><ImageViewandroid:id="@+id/inAppNotificationImage"android:layout_centerInParent="true"android:layout_width="wrap_content"android:layout_height="wrap_content"android:src="@drawable/in_app_notification" /><TextViewandroid:id="@+id/inAppNotificationText"android:layout_width="16dp"android:layout_height="wrap_content"android:background="@drawable/background_notification"android:layout_alignTop="@id/inAppNotificationImage"android:layout_alignRight="@id/inAppNotificationImage"android:gravity="center"android:layout_marginTop="-4dp"android:layout_marginBottom="15dp"android:textSize="13dp"android:textColor="#FFFFFF" /></RelativeLayout>