mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Migrate CrashReportActivity to XML layout
This commit is contained in:
@@ -128,7 +128,7 @@ public class TestingActivity extends BriarActivity implements OnClickListener {
|
||||
|
||||
share = new ImageButton(this);
|
||||
share.setBackgroundResource(0);
|
||||
share.setImageResource(R.drawable.social_share);
|
||||
share.setImageResource(R.drawable.social_share_old);
|
||||
share.setOnClickListener(this);
|
||||
footer.addView(share);
|
||||
footer.addView(new ElasticHorizontalSpace(this));
|
||||
|
||||
Reference in New Issue
Block a user