Skip to content

Commit

Permalink
更换图标
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyuguang committed Feb 4, 2018
1 parent bd08a06 commit caa0c43
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/com/guang/app/fragment/SocialFragment.java
Original file line number Diff line number Diff line change
Expand Up @@ -196,12 +196,12 @@ private void addNetImageTestData() {

@Override
public void onRVItemClick(ViewGroup parent, View itemView, int position) {
Toast.makeText(getActivity(), "点击了item " + position, Toast.LENGTH_SHORT).show();
// Toast.makeText(getActivity(), "点击了item " + position, Toast.LENGTH_SHORT).show();
}

@Override
public boolean onRVItemLongClick(ViewGroup parent, View itemView, int position) {
Toast.makeText(getActivity(), "长按了item " + position, Toast.LENGTH_SHORT).show();
// Toast.makeText(getActivity(), "长按了item " + position, Toast.LENGTH_SHORT).show();
return false;
}

Expand Down
Binary file modified app/src/main/res/mipmap-hdpi/tab_share.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-hdpi/tab_share_on.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ -2,7 +2,7 @@
<string name="app_name">小广财</string>
<string name="tab_home">课表</string>
<string name="tab_features">功能</string>
<string name="tab_share">分享</string> <!--分享-->
<string name="tab_share">闲聊</string> <!--分享-->
<string name="tab_settings">我的</string>


Expand Down

0 comments on commit caa0c43

Please sign in to comment.