10 lines
1.3 KiB
XML
10 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout android:paddingLeft="13.0dip" android:paddingRight="13.0dip" android:layout_width="fill_parent" android:layout_height="60.0dip"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<ImageView android:id="@id/notification_icon" android:layout_width="40.0dip" android:layout_height="40.0dip" android:src="@drawable/img_noti" android:layout_centerVertical="true" />
|
|
<LinearLayout android:orientation="vertical" android:layout_width="282.0dip" android:layout_height="wrap_content" android:layout_marginLeft="13.0dip" android:layout_toRightOf="@id/notification_icon" android:layout_centerVertical="true">
|
|
<TextView android:ellipsize="end" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/notification_coupon_downloaded_title" style="@style/NotificationTitle" />
|
|
<TextView android:id="@id/notification_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="2.0dip" android:text="[스타벅스] 아이스 아메리카노" style="@style/NotificationText" />
|
|
<TextView android:ellipsize="end" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/notification_coupon_downloaded_notice" style="@style/NotificationText" />
|
|
</LinearLayout>
|
|
</RelativeLayout> |