show an activity over the lockscreen at Timer notification, if screen is off

This commit is contained in:
tibbi
2018-03-14 12:33:43 +01:00
parent 25fd5c5098
commit 472fc90d22
6 changed files with 54 additions and 7 deletions

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/reminder_holder"
android:layout_width="match_parent"
android:layout_height="match_parent">
</RelativeLayout>