added Answer/Reject buttons to heads-up notification

This commit is contained in:
Juha Heinanen
2018-07-16 20:20:44 +03:00
parent d705f9f9e6
commit 19ca0e7cfd
3 changed files with 92 additions and 69 deletions
@@ -41,7 +41,6 @@
android:textSize="15dp"
style = "@android:style/TextAppearance.Medium" />
<!--
<Button android:id="@+id/answerButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -62,6 +61,5 @@
android:layout_marginStart="20dp"
android:layout_gravity="center"
android:text="Reject" />
-->
</RelativeLayout>