Migrate CrashReportActivity to XML layout

This commit is contained in:
str4d
2016-03-31 22:04:40 +00:00
parent 845d3fa47e
commit 884d8530b4
9 changed files with 95 additions and 68 deletions

View File

@@ -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));