mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-13 15:54:59 +01:00
Fix typos
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
38725a907b
commit
cc7cfd4d1f
@ -220,7 +220,7 @@ public class EntryMenuController extends BaseController {
|
|||||||
} else {
|
} else {
|
||||||
if (proceedButton.isEnabled()) {
|
if (proceedButton.isEnabled()) {
|
||||||
proceedButton.setEnabled(false);
|
proceedButton.setEnabled(false);
|
||||||
proceedButton.setAlpha(0.7f);
|
proceedButton.setAlpha(0.38f);
|
||||||
}
|
}
|
||||||
textFieldBoxes.setError(getResources().getString(R.string.nc_call_name_is_same),
|
textFieldBoxes.setError(getResources().getString(R.string.nc_call_name_is_same),
|
||||||
true);
|
true);
|
||||||
@ -242,7 +242,7 @@ public class EntryMenuController extends BaseController {
|
|||||||
} else {
|
} else {
|
||||||
if (proceedButton.isEnabled()) {
|
if (proceedButton.isEnabled()) {
|
||||||
proceedButton.setEnabled(false);
|
proceedButton.setEnabled(false);
|
||||||
proceedButton.setAlpha(0.7f);
|
proceedButton.setAlpha(0.38f);
|
||||||
}
|
}
|
||||||
textFieldBoxes.setError(getResources().getString(R.string.nc_wrong_link),
|
textFieldBoxes.setError(getResources().getString(R.string.nc_wrong_link),
|
||||||
true);
|
true);
|
||||||
@ -250,7 +250,7 @@ public class EntryMenuController extends BaseController {
|
|||||||
} else {
|
} else {
|
||||||
if (proceedButton.isEnabled()) {
|
if (proceedButton.isEnabled()) {
|
||||||
proceedButton.setEnabled(false);
|
proceedButton.setEnabled(false);
|
||||||
proceedButton.setAlpha(0.7f);
|
proceedButton.setAlpha(0.38f);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,26 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?><!--
|
|
||||||
~ Nextcloud Talk application
|
|
||||||
~
|
|
||||||
~ @author Mario Danic
|
|
||||||
~ Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com>
|
|
||||||
~
|
|
||||||
~ This program is free software: you can redistribute it and/or modify
|
|
||||||
~ it under the terms of the GNU General Public License as published by
|
|
||||||
~ the Free Software Foundation, either version 3 of the License, or
|
|
||||||
~ at your option) any later version.
|
|
||||||
~
|
|
||||||
~ This program is distributed in the hope that it will be useful,
|
|
||||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
~ GNU General Public License for more details.
|
|
||||||
~
|
|
||||||
~ You should have received a copy of the GNU General Public License
|
|
||||||
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="48dp"
|
|
||||||
android:orientation="vertical">
|
|
||||||
|
|
||||||
</LinearLayout>
|
|
@ -1,4 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<resources>
|
|
||||||
<color name="ic_launcher_background">@color/colorPrimary</color>
|
|
||||||
</resources>
|
|
@ -215,6 +215,7 @@ Find Nextcloud on https://nextcloud.com</string>
|
|||||||
<string name="nc_date_header_today">Today</string>
|
<string name="nc_date_header_today">Today</string>
|
||||||
<string name="nc_conversation_menu_voice_call">Voice call</string>
|
<string name="nc_conversation_menu_voice_call">Voice call</string>
|
||||||
<string name="nc_conversation_menu_video_call">Video call</string>
|
<string name="nc_conversation_menu_video_call">Video call</string>
|
||||||
|
<string name="nc_conversation_menu_conversation_info">Conversation info</string>
|
||||||
<string name="nc_new_messages">New messages</string>
|
<string name="nc_new_messages">New messages</string>
|
||||||
<string name="nc_no_messages_yet">No messages yet</string>
|
<string name="nc_no_messages_yet">No messages yet</string>
|
||||||
<string name="nc_chat_you">You</string>
|
<string name="nc_chat_you">You</string>
|
||||||
@ -246,5 +247,4 @@ Find Nextcloud on https://nextcloud.com</string>
|
|||||||
<string name="nc_user">User</string>
|
<string name="nc_user">User</string>
|
||||||
<string name="nc_guest">Guest</string>
|
<string name="nc_guest">Guest</string>
|
||||||
<string name="nc_following_link">User following a public link</string>
|
<string name="nc_following_link">User following a public link</string>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
Loading…
Reference in New Issue
Block a user