0
0
0

按钮圆角非卡片

MixoFQ
2024-5-14 10465   网页
java{
  // View vie = findViewById(R.id.xxbj2);
  // vie.setElevation(10);
  View view = st.an(R.id.an).st;
  view.setElevation(20);
  GradientDrawable gd = new GradientDrawable();
  gd.setColor(Color.parseColor("#ff3a3939"));
  gd.setCornerRadius(100);
  gd.setStroke(0, Color.parseColor("#ffffff"));
  view.setBackground(gd);
  
  
}
v5
lang[new_post] (0)

    lang[no_comment]

lang[thread_please_after_login_reply]

lang[back]