|
|
@@ -12,6 +12,7 @@ import android.widget.TextView;
|
|
|
|
|
|
import com.kfzs.duanduan.fragment.FgtSignRankings;
|
|
|
import com.sheep.gamegroup.absBase.BaseActivity;
|
|
|
+import com.sheep.gamegroup.util.UMConfigUtils;
|
|
|
import com.sheep.jiuyan.samllsheep.R;
|
|
|
import com.sheep.jiuyan.samllsheep.utils.TitleBarUtils;
|
|
|
|
|
|
@@ -112,22 +113,6 @@ public class SignRankingsAct extends BaseActivity {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- private void selectRight() {
|
|
|
- signRlLjdl.setBackgroundResource(R.drawable.shape_sign_rankings_left_normal);
|
|
|
- signTvLjdl.setTextColor(ContextCompat.getColor(activity,R.color.black));
|
|
|
- signRlLxdl.setBackgroundResource(R.drawable.shape_sign_rankings_right_hold);
|
|
|
- signTvLxdl.setTextColor(ContextCompat.getColor(activity,R.color.white));
|
|
|
-
|
|
|
- Drawable drawable2= getResources().getDrawable(R.drawable.sign_lxdk_w_bg);
|
|
|
- drawable2.setBounds(0, 0, drawable2.getMinimumWidth(), drawable2.getMinimumHeight());
|
|
|
- signTvLxdl.setCompoundDrawables(drawable2,null,null,null);
|
|
|
-
|
|
|
-
|
|
|
- Drawable drawable3= getResources().getDrawable(R.drawable.sign_ljdk_bg);
|
|
|
- drawable3.setBounds(0, 0, drawable3.getMinimumWidth(), drawable3.getMinimumHeight());
|
|
|
- signTvLjdl.setCompoundDrawables(drawable3,null,null,null);
|
|
|
- }
|
|
|
-
|
|
|
private void selectLeft() {
|
|
|
signRlLjdl.setBackgroundResource(R.drawable.shape_sign_rankings_left_hold);
|
|
|
signTvLjdl.setTextColor(ContextCompat.getColor(activity,R.color.white));
|
|
|
@@ -143,5 +128,25 @@ public class SignRankingsAct extends BaseActivity {
|
|
|
Drawable drawable1= getResources().getDrawable(R.drawable.sign_ljdk_w_bg);
|
|
|
drawable1.setBounds(0, 0, drawable1.getMinimumWidth(), drawable1.getMinimumHeight());
|
|
|
signTvLjdl.setCompoundDrawables(drawable1,null,null,null);
|
|
|
+
|
|
|
+ UMConfigUtils.Event.PUNCH_ACCUMULATIVE_LIST.onEvent();
|
|
|
}
|
|
|
+ private void selectRight() {
|
|
|
+ signRlLjdl.setBackgroundResource(R.drawable.shape_sign_rankings_left_normal);
|
|
|
+ signTvLjdl.setTextColor(ContextCompat.getColor(activity,R.color.black));
|
|
|
+ signRlLxdl.setBackgroundResource(R.drawable.shape_sign_rankings_right_hold);
|
|
|
+ signTvLxdl.setTextColor(ContextCompat.getColor(activity,R.color.white));
|
|
|
+
|
|
|
+ Drawable drawable2= getResources().getDrawable(R.drawable.sign_lxdk_w_bg);
|
|
|
+ drawable2.setBounds(0, 0, drawable2.getMinimumWidth(), drawable2.getMinimumHeight());
|
|
|
+ signTvLxdl.setCompoundDrawables(drawable2,null,null,null);
|
|
|
+
|
|
|
+
|
|
|
+ Drawable drawable3= getResources().getDrawable(R.drawable.sign_ljdk_bg);
|
|
|
+ drawable3.setBounds(0, 0, drawable3.getMinimumWidth(), drawable3.getMinimumHeight());
|
|
|
+ signTvLjdl.setCompoundDrawables(drawable3,null,null,null);
|
|
|
+
|
|
|
+ UMConfigUtils.Event.PUNCH_CONTINUATION.onEvent();
|
|
|
+ }
|
|
|
+
|
|
|
}
|