dismiss button not hardcoded
This commit is contained in:
parent
052ac47595
commit
3bd7568d34
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue