Skip to content

Commit

Permalink
分享到微信,朋友圈分享
Browse files Browse the repository at this point in the history
  • Loading branch information
motianhuo committed Jun 18, 2015
1 parent ccf3bfd commit 3f2830f
Show file tree
Hide file tree
Showing 168 changed files with 864 additions and 508 deletions.
Binary file modified WeChat/.svn/wc.db
Binary file not shown.
27 changes: 26 additions & 1 deletion WeChat/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,32 @@
android:name=".view.activity.MyCodeActivity" android:screenOrientation="portrait">
</activity>
<service android:name=".view.UpdateService"></service>

<!-- 朋友圈分享 -->
<activity
android:name=".view.activity.ShareActivity"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.SEND" />

<category android:name="android.intent.category.DEFAULT" />

<data android:mimeType="image/*" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.SEND" />

<category android:name="android.intent.category.DEFAULT" />

<data android:mimeType="text/plain" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.SEND_MULTIPLE" />

<category android:name="android.intent.category.DEFAULT" />

<data android:mimeType="image/*" />
</intent-filter>
</activity>
<!-- 环信开始 -->

<activity
Expand Down
27 changes: 26 additions & 1 deletion WeChat/bin/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,32 @@
android:name=".view.activity.MyCodeActivity" android:screenOrientation="portrait">
</activity>
<service android:name=".view.UpdateService"></service>

<!-- 朋友圈分享 -->
<activity
android:name=".view.activity.ShareActivity"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.SEND" />

<category android:name="android.intent.category.DEFAULT" />

<data android:mimeType="image/*" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.SEND" />

<category android:name="android.intent.category.DEFAULT" />

<data android:mimeType="text/plain" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.SEND_MULTIPLE" />

<category android:name="android.intent.category.DEFAULT" />

<data android:mimeType="image/*" />
</intent-filter>
</activity>
<!-- 环信开始 -->

<activity
Expand Down
Binary file modified WeChat/bin/WeChat.apk
Binary file not shown.
Binary file modified WeChat/bin/classes.dex
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/App.class
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/CrashHandler$1.class
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/MainActivity.class
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/R$drawable.class
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/R$id.class
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/R$layout.class
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/R$raw.class
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/R$string.class
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/R$style.class
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/R$styleable.class
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/SplashActivity$1.class
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/SplashActivity$2$1.class
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/SplashActivity$2.class
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/SplashActivity.class
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/adpter/AlbumAdpter.class
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/adpter/ContactAdapter.class
Binary file not shown.
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/adpter/MyGroupAdpter.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/adpter/NewMsgAdpter$1.class
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/adpter/NewMsgAdpter$2.class
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/adpter/NewMsgAdpter.class
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/adpter/PublishMsgAdpter.class
Binary file not shown.
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/chat/AlertDialog.class
Binary file not shown.
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/chat/BaiduMapActivity.class
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/chat/ChatActivity$4.class
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/chat/ChatActivity$5.class
Binary file not shown.
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/chat/ChatActivity.class
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/chat/ContextMenu.class
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/chat/ShowBigImage.class
Binary file not shown.
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/chat/ShowVideoActivity.class
Binary file not shown.
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/chat/VideoCallActivity.class
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/chat/VoiceCallActivity.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/chat/utils/SmileUtils.class
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/common/Utils.class
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/dialog/BaseDialog.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/dialog/WarnTipDialog.class
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/net/BaseJsonRes.class
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/net/NetClient.class
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/view/UpdateService$1.class
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/view/UpdateService$2.class
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/view/UpdateService.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified WeChat/bin/classes/com/juns/wechat/view/fragment/Fragment_Msg.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 WeChat/bin/res/crunch/drawable-hdpi/app_pref_bg.9.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 added WeChat/bin/res/crunch/drawable-hdpi/aub.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 added WeChat/bin/res/crunch/drawable-hdpi/auj.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 added WeChat/bin/res/crunch/drawable-hdpi/aul.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 added WeChat/bin/res/crunch/drawable-hdpi/aun.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 added WeChat/bin/res/crunch/drawable-hdpi/auo.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 WeChat/bin/res/crunch/drawable-hdpi/bg_common_toast.9.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 WeChat/bin/res/crunch/drawable-hdpi/bg_popwindow.9.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 WeChat/bin/res/crunch/drawable-hdpi/btn_big_normal_disable.9.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 WeChat/bin/res/crunch/drawable-hdpi/btn_big_normal_normal.9.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 WeChat/bin/res/crunch/drawable-hdpi/btn_big_normal_press.9.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 WeChat/bin/res/crunch/drawable-hdpi/popmenu_bg.9.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 added WeChat/bin/res/crunch/drawable-hdpi/zx.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 WeChat/bin/res/crunch/drawable-xhdpi/app_panel_video_icon.9.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 WeChat/bin/res/crunch/drawable-xhdpi/balloon_l.9.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 WeChat/bin/res/crunch/drawable-xhdpi/balloon_l_pressed.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 WeChat/bin/res/crunch/drawable-xhdpi/chat_video_mask_to.9.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 WeChat/bin/res/crunch/drawable-xhdpi/chatfrom_bg_focused.9.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 WeChat/bin/res/crunch/drawable-xhdpi/chatfrom_bg_normal.9.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 WeChat/bin/res/crunch/drawable-xhdpi/chatto_bg_normal.9.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 WeChat/bin/res/crunch/drawable-xhdpi/input_bar_bg_active.9.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 WeChat/bin/res/crunch/drawable-xhdpi/input_bar_bg_normal.9.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 WeChat/bin/res/crunch/drawable-xhdpi/location_msg.9.png
Binary file modified WeChat/bin/res/crunch/drawable-xhdpi/mm_listitem_disable.9.png
Binary file modified WeChat/bin/res/crunch/drawable-xhdpi/mm_listitem_pressed.9.png
Binary file modified WeChat/bin/res/crunch/drawable-xhdpi/mm_listitem_simple.9.png
Binary file modified WeChat/bin/res/crunch/drawable-xhdpi/mm_listitem_unread.9.png
Binary file modified WeChat/bin/resources.ap_
Binary file not shown.
978 changes: 496 additions & 482 deletions WeChat/gen/com/juns/wechat/R.java

Large diffs are not rendered by default.

Binary file added WeChat/res/drawable-hdpi/aub.png
Binary file added WeChat/res/drawable-hdpi/auj.png
Binary file added WeChat/res/drawable-hdpi/aul.png
Binary file added WeChat/res/drawable-hdpi/aun.png
Binary file added WeChat/res/drawable-hdpi/auo.png
Binary file added WeChat/res/drawable-hdpi/zx.png
10 changes: 7 additions & 3 deletions WeChat/res/layout-xhdpi/row_received_message.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,14 @@
android:layout_below="@+id/tv_userid"
android:autoLink="web"
android:clickable="true"
android:focusable="true"
android:padding="12dp"
android:gravity="center"
android:focusable="true"
android:paddingTop="3dp"
android:paddingBottom="3dp"
android:paddingLeft="15dp"
android:paddingRight="15dp"
android:gravity="center|left"
android:lineSpacingExtra="2dp"
android:minHeight="50dp"
android:textColor="#ff000000"
android:textSize="15sp" />

Expand Down
133 changes: 133 additions & 0 deletions WeChat/res/layout/activity_share.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,133 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
android:gravity="center_horizontal"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">

<include layout="@layout/layout_title" />


<ScrollView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:scrollbars="none">
<LinearLayout
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="wrap_content">

<EditText
android:id="@+id/et_usertel"
android:layout_width="match_parent"
android:layout_height="100dp"
android:hint="这一刻的想法..."
android:background="@color/white"
android:paddingLeft="20dp"
android:textColorHint="#DDDDDD"
android:textSize="16sp" />
<LinearLayout
android:gravity="left"
android:orientation="horizontal"
android:layout_width="match_parent"
android:background="@color/white"
android:layout_height="wrap_content">
<HorizontalScrollView
android:id="@+id/hsv_banner"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:scrollbars="none"
android:overScrollMode="never">
<LinearLayout
android:layout_width="wrap_content"
android:orientation="horizontal"
android:layout_height="wrap_content"
android:layout_margin="5dp" >
<LinearLayout
android:id="@+id/ll_banner"
android:layout_width="wrap_content"
android:orientation="horizontal"
android:layout_height="wrap_content" />
<Button
android:id="@+id/btnaddimg"
android:background="@drawable/zx"
android:layout_width="60.0dip"
android:layout_height="60.0dip"
android:layout_margin="5.0dip" />
</LinearLayout>
</HorizontalScrollView>
</LinearLayout>
<View
android:background="@color/black2"
android:layout_width="fill_parent"
android:layout_height="1.0dip" />
<TextView
android:id="@+id/txt_location"
style="@style/TxtTitle"
android:textSize="16sp"
android:gravity="center_vertical"
android:background="@drawable/setting_item_selector"
android:layout_width="fill_parent"
android:layout_height="50dp"
android:paddingLeft="16dp"
android:paddingRight="10dp"
android:drawablePadding="10dp"
android:drawableLeft="@drawable/auj"
android:drawableRight="@drawable/right"
android:text="所在位置" />

<View
android:background="@color/black2"
android:layout_width="fill_parent"
android:layout_marginTop="20dp"
android:layout_height="1.0dip" />

<TextView
android:id="@+id/txt_who"
style="@style/TxtTitle"
android:textSize="16sp"
android:gravity="center_vertical"
android:background="@drawable/setting_item_selector"
android:layout_width="fill_parent"
android:layout_height="50dp"
android:paddingLeft="16dp"
android:paddingRight="10dp"
android:drawablePadding="10dp"
android:drawableLeft="@drawable/aul"
android:drawableRight="@drawable/right"
android:text="谁可以看" />
<View
android:background="@color/black2"
android:layout_width="fill_parent"
android:layout_height="1.0dip" />
<TextView
android:id="@+id/txt_tip"
style="@style/TxtTitle"
android:textSize="16sp"
android:gravity="center_vertical"
android:background="@drawable/setting_item_selector"
android:layout_width="fill_parent"
android:layout_height="50dp"
android:paddingLeft="16dp"
android:paddingRight="10dp"
android:drawablePadding="10dp"
android:drawableLeft="@drawable/aub"
android:drawableRight="@drawable/right"
android:text="提醒谁看" />
<View
android:background="@color/black2"
android:layout_width="fill_parent"
android:layout_height="1.0dip" />


<ImageView
android:id="@+id/img_qzone"
android:background="@drawable/aun"
android:layout_width="25dip"
android:layout_height="25dip"
android:layout_marginTop="10dp"
android:layout_marginLeft="16dp" />
</LinearLayout>
</ScrollView>
</LinearLayout>
4 changes: 2 additions & 2 deletions WeChat/src/com/juns/wechat/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ public void onCreate() {
EMChat.getInstance().setAutoLogin(true);
EMChatManager.getInstance().getChatOptions().setUseRoster(true);
FrontiaApplication.initFrontiaApplication(this);
// CrashHandler crashHandler = CrashHandler.getInstance();// 全局异常捕捉
// crashHandler.init(_context);
CrashHandler crashHandler = CrashHandler.getInstance();// 全局异常捕捉
crashHandler.init(_context);
}

private void initEMChat() {
Expand Down
5 changes: 2 additions & 3 deletions WeChat/src/com/juns/wechat/SplashActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import com.juns.wechat.bean.GroupInfo;
import com.juns.wechat.bean.User;
import com.juns.wechat.common.Utils;
import com.juns.wechat.view.UpdateService;
import com.juns.wechat.view.activity.LoginActivity;

public class SplashActivity extends Activity {
Expand All @@ -33,8 +32,8 @@ protected void onCreate(Bundle savedInstanceState) {
Boolean isLogin = Utils.getBooleanValue(SplashActivity.this,
Constants.LoginState);
if (isLogin) {
Intent intent = new Intent(this, UpdateService.class);
startService(intent);
// Intent intent = new Intent(this, UpdateService.class);
// startService(intent);
getLogin();
} else {
mHandler.sendEmptyMessage(0);
Expand Down
3 changes: 3 additions & 0 deletions WeChat/src/com/juns/wechat/adpter/NewMsgAdpter.java
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,15 @@ public View getView(final int position, View convertView, ViewGroup parent) {
if (info != null) {
txt_name.setText(info.getGroup_name());
img_avar.setImageResource(R.drawable.defult_group);
} else {
// initGroupInfo(img_avar, txt_name);// 获取群组信息
}
} else {
User user = GloableParams.Users.get(ChatID);
if (user != null) {
txt_name.setText(user.getUserName());
} else {
txt_name.setText("好友");
// initUserInfo(img_avar, txt_name);// 获取用户信息
}
}
Expand Down
2 changes: 1 addition & 1 deletion WeChat/src/com/juns/wechat/net/BaseJsonRes.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public abstract class BaseJsonRes extends JsonHttpResponseHandler {
public void onSuccess(JSONObject response) {
try {
String result = response.getString(Constants.Result);
System.out.println("返回的值" + response);
// System.out.println("返回的值" + response);
if (result == null) {
Utils.showLongToast(App.getInstance(), Constants.NET_ERROR);
} else if (result.equals("1")) {
Expand Down
7 changes: 6 additions & 1 deletion WeChat/src/com/juns/wechat/view/UpdateService.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import net.tsz.afinal.FinalDb;
import android.app.Service;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.database.Cursor;
import android.os.IBinder;
import android.provider.ContactsContract;
Expand Down Expand Up @@ -38,7 +39,11 @@ public int onStartCommand(Intent intent, int flags, int startId) {
initUserList();
initGroupList();
String str_contact = Utils.getValue(this, Constants.ContactMsg);
if (TextUtils.isEmpty(str_contact)) {
PackageManager pm = getPackageManager();
boolean permission = (PackageManager.PERMISSION_GRANTED == pm
.checkPermission("android.permission.READ_CONTACTS",
"com.juns.wechat"));
if (TextUtils.isEmpty(str_contact) && permission) {
str_contact = getContact();
Utils.putValue(this, Constants.ContactMsg, str_contact);
}
Expand Down
11 changes: 10 additions & 1 deletion WeChat/src/com/juns/wechat/view/activity/AlbumActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.View.OnLongClickListener;
import android.widget.ImageView;
import android.widget.ListView;
import android.widget.TextView;
Expand Down Expand Up @@ -61,6 +62,14 @@ protected void initView() {
protected void setListener() {
findViewById(R.id.img_back).setOnClickListener(this);
img_talk.setOnClickListener(this);
img_talk.setOnLongClickListener(new OnLongClickListener() {

@Override
public boolean onLongClick(View v) {
Utils.showLongToast(context, "长按发送文字");
return true;
}
});
}

@Override
Expand All @@ -76,7 +85,7 @@ public void onClick(View v) {
Utils.finish(AlbumActivity.this);
break;
case R.id.img_right:
Utils.showLongToast(this, "发布");
Utils.start_Activity(this, ShareActivity.class);
break;
default:
break;
Expand Down
Loading

0 comments on commit 3f2830f

Please sign in to comment.