opt: error message of login and register

This commit is contained in:
hyb1996
2017-12-10 17:29:58 +08:00
parent 39932de8ce
commit 0d8a3e41fb
7 changed files with 68 additions and 14 deletions

View File

@@ -10,10 +10,9 @@
android:id="@+id/app_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="16dp"
android:theme="@style/AppTheme.AppBarOverlay">
<android.support.v7.widget.Toolbar
<com.stardust.theme.widget.ThemeColorToolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"

View File

@@ -332,4 +332,8 @@
<string name="text_community_recent">最新</string>
<string name="text_community_popular">热门</string>
<string name="text_community_tags">话题</string>
<string name="nodebb_error_invalid_login_credentials">无效的登录凭证</string>
<string name="nodebb_error_change_password_error_length">密码太短</string>
<string name="nodebb_error_email_taken">邮箱已被占用</string>
<string name="nodebb_error_change_password_error_match">两次输入的密码不一致</string>
</resources>