Skip to content

Commit

Permalink
Lint (#52)
Browse files Browse the repository at this point in the history
* Lint

#Fix #51

* One more duplicated ID
  • Loading branch information
Alkarex authored Apr 19, 2020
1 parent 9249f87 commit 1a36625
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions app/src/main/res/layout/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
android:paddingTop="12dip" >

<TextView
android:id="@+id/TitleName"
android:id="@+id/TitleName2"
android:layout_width="wrap_content"
android:layout_height="0dip"
android:layout_weight="1"
Expand Down Expand Up @@ -469,7 +469,7 @@
android:paddingTop="12dip" >

<TextView
android:id="@+id/TitleName"
android:id="@+id/TitleName3"
android:layout_width="wrap_content"
android:layout_height="0dip"
android:layout_weight="1"
Expand Down Expand Up @@ -524,7 +524,7 @@
</LinearLayout>

<ImageView
android:id="@+id/SettingSyncStatus"
android:id="@+id/SettingSyncStatus2"
android:layout_width="80dip"
android:layout_height="wrap_content"
android:src="@drawable/setting_browser_choice" >
Expand Down Expand Up @@ -789,7 +789,7 @@
android:paddingTop="12dip" >

<TextView
android:id="@+id/TitleName"
android:id="@+id/TitleName4"
android:layout_width="wrap_content"
android:layout_height="0dip"
android:layout_weight="1"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/single_item_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
android:layout_height="fill_parent" />

<TextView
android:id="@+id/BtnText"
android:id="@+id/BtnText2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="5dip"
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
<string name="TxtSendItemContentTo">发送条目内容至…</string>
<string name="TxtHelp">帮助</string>
<string name="TxtLogout">登出</string>
<string name="TxtShareWithNote">分享并添加笔记</string>
<string name="TxtSettingAutoSync">自动同步</string>
<string name="TxtSettingAutoSyncIntro">在此项功能被打开时,EasyRSS会在特定的网络环境下自动从Google Reader下载最新的阅读条目,并同步阅读状态。</string>
<string name="TxtSettingImageFetching">图片加载</string>
Expand Down

0 comments on commit 1a36625

Please sign in to comment.