Skip to content

Commit

Permalink
修改GPRS文字
Browse files Browse the repository at this point in the history
  • Loading branch information
taowenyin committed Nov 19, 2017
1 parent e1a9c22 commit 35d76c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/device_list_item_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
android:layout_marginRight="@dimen/device_list_item_label_margin"
android:textColor="@color/device_list_item_color"
android:textSize="@dimen/device_list_item_font_size"
android:text="@string/device_gps_no_label"/>
android:text="@string/device_gprs_no_label"/>

<TextView
android:id="@+id/device_gps_no"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<string name="device_list_split">|</string>
<string name="device_local">地区:</string>
<string name="device_type">设备信息:</string>
<string name="device_gps_no_label">GPS编号:</string>
<string name="device_gprs_no_label">GPRS编号:</string>
<string name="device_no_label">设备编号:</string>
<string name="device_delete_0">正常</string>
<string name="device_delete_1">已删除</string>
Expand Down

0 comments on commit 35d76c1

Please sign in to comment.