dismiss button not hardcoded

This commit is contained in:
Milos Kozak 2016-12-24 23:56:47 +01:00
parent 052ac47595
commit 3bd7568d34

View file

@ -33,7 +33,7 @@
android:text="Notification text" />
<Button
android:text="Dismiss"
android:text="@string/dismiss"
android:layout_width="wrap_content"
android:layout_height="35dp"
android:id="@+id/notification_dismiss"