filter dialog
This commit is contained in:
33
app/src/main/res/layout/notification_list_filter_dialog.xml
Normal file
33
app/src/main/res/layout/notification_list_filter_dialog.xml
Normal file
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical"
|
||||
android:padding="16dp">
|
||||
|
||||
<EditText
|
||||
android:id="@+id/notification_filter_etTitle"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Title" />
|
||||
|
||||
|
||||
<EditText
|
||||
android:id="@+id/notification_filter_etMessage"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Message" />
|
||||
|
||||
|
||||
<EditText
|
||||
android:id="@+id/notification_filter_etAppName"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Application name" />
|
||||
|
||||
<EditText
|
||||
android:id="@+id/notification_filter_etPackage"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Package name" />
|
||||
</LinearLayout>
|
||||
@@ -57,6 +57,9 @@
|
||||
<string name="notification_info_dialog_app_info_error">Failed to display app info.</string>
|
||||
<string name="menu_item_filter">Filter</string>
|
||||
<string name="menu_item_clear_filter">Clear filter</string>
|
||||
<string name="filter_dialog_ok">OK</string>
|
||||
<string name="filter_dialog_cancel">Cancel</string>
|
||||
<string name="filter_dialog_title">Filter</string>
|
||||
|
||||
<string-array name="create_categories">
|
||||
<item>Alarm</item>
|
||||
|
||||
Reference in New Issue
Block a user