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

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