missing strings to xml
This commit is contained in:
@@ -9,25 +9,25 @@
|
|||||||
android:id="@+id/notification_filter_etTitle"
|
android:id="@+id/notification_filter_etTitle"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:hint="Title" />
|
android:hint="@string/notification_filter_dialog_title" />
|
||||||
|
|
||||||
|
|
||||||
<EditText
|
<EditText
|
||||||
android:id="@+id/notification_filter_etMessage"
|
android:id="@+id/notification_filter_etMessage"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:hint="Message" />
|
android:hint="@string/notification_filter_dialog_message" />
|
||||||
|
|
||||||
|
|
||||||
<EditText
|
<EditText
|
||||||
android:id="@+id/notification_filter_etAppName"
|
android:id="@+id/notification_filter_etAppName"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:hint="Application name" />
|
android:hint="@string/notification_filter_dialog_application_name" />
|
||||||
|
|
||||||
<EditText
|
<EditText
|
||||||
android:id="@+id/notification_filter_etPackage"
|
android:id="@+id/notification_filter_etPackage"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:hint="Package name" />
|
android:hint="@string/notification_filter_dialog_package_name" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
@@ -60,6 +60,10 @@
|
|||||||
<string name="filter_dialog_ok">OK</string>
|
<string name="filter_dialog_ok">OK</string>
|
||||||
<string name="filter_dialog_cancel">Cancel</string>
|
<string name="filter_dialog_cancel">Cancel</string>
|
||||||
<string name="filter_dialog_title">Filter</string>
|
<string name="filter_dialog_title">Filter</string>
|
||||||
|
<string name="notification_filter_dialog_title">Title</string>
|
||||||
|
<string name="notification_filter_dialog_message">Message</string>
|
||||||
|
<string name="notification_filter_dialog_application_name">Application name</string>
|
||||||
|
<string name="notification_filter_dialog_package_name">Package name</string>
|
||||||
|
|
||||||
<string-array name="create_categories">
|
<string-array name="create_categories">
|
||||||
<item>Alarm</item>
|
<item>Alarm</item>
|
||||||
|
|||||||
Reference in New Issue
Block a user