tmap/res/layout/notification_stamp.xml
2022-06-10 21:38:30 +09:00

10 lines
1.4 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_noti2" 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:id="@id/notification_title" 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:id="@id/notification_text2" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="2.0dip" android:text="[스타벅스] 아이스 아메리카노" style="@style/NotificationText" />
</LinearLayout>
</RelativeLayout>