fix: crash on notification events

This commit is contained in:
hyb1996
2017-09-25 16:30:09 +08:00
parent b9f8f9bbd7
commit 7616634e40
7 changed files with 48 additions and 4 deletions

View File

@@ -35,6 +35,7 @@
<ImageView
android:id="@+id/order"
android:layout_width="32dp"
android:layout_height="match_parent"
android:layout_gravity="center_vertical"
@@ -45,6 +46,7 @@
android:tint="#828384"/>
<ImageView
android:id="@+id/sort"
android:layout_width="32dp"
android:layout_height="match_parent"
android:layout_gravity="center_vertical"

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:checkable="true"
android:title="@string/text_name"/>
<item
android:checkable="true"
android:title="@string/text_time"
/>
<item
android:checkable="true"
android:title="@string/text_size"
/>
<item
android:checkable="true"
android:title="@string/text_type"
/>
</menu>

View File

@@ -249,6 +249,9 @@
<string name="text_forgot_password">忘记密码</string>
<string name="text_username_cannot_be_empty">用户名不能为空</string>
<string name="text_password_cannot_be_empty">密码不能为空</string>
<string name="text_time">时间</string>
<string name="text_size">大小</string>
<string name="text_type">类型</string>
<string-array name="record_control_keys">