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