Skip to content

Commit

Permalink
copyright, text
Browse files Browse the repository at this point in the history
  • Loading branch information
soloPi committed Jun 1, 2020
1 parent 569d5fe commit 09b3966
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 3 deletions.
18 changes: 16 additions & 2 deletions src/app/src/main/res/layout/activity_patch_status.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2015-present, Ant Financial Services Group
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
Expand Down Expand Up @@ -41,7 +55,7 @@
<TextView
android:id="@+id/empty_text"
android:gravity="center"
android:text="找不到已安装的插件"
android:text="@string/patch__no_patch_installed"
android:textSize="22dp"
android:textColor="@color/secondaryText"
android:layout_width="250dp"
Expand Down
16 changes: 15 additions & 1 deletion src/app/src/main/res/layout/item_patch_status.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2015-present, Ant Financial Services Group
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content">
Expand Down
1 change: 1 addition & 0 deletions src/app/src/main/res/values-zh/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -387,4 +387,5 @@
<string name="create_node_res_id_title">ResourceId(可选)</string>
<string name="create_node_xpath_title">XPath(可选)</string>
<string name="attention__hide_ime">隐藏\n输入法</string>
<string name="patch__no_patch_installed">找不到已安装的插件</string>
</resources>
1 change: 1 addition & 0 deletions src/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -388,4 +388,5 @@
<string name="create_node_res_id_title">ResourceId (optional)</string>
<string name="create_node_xpath_title">XPath (optional)</string>
<string name="attention__hide_ime">Hide\nIME</string>
<string name="patch__no_patch_installed">No patch installed</string>
</resources>

0 comments on commit 09b3966

Please sign in to comment.