mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Tidy about screen
This commit is contained in:
parent
b0b6e9bfd3
commit
8bf59d832f
3 changed files with 2 additions and 13 deletions
|
|
@ -10,7 +10,6 @@ import butterknife.ButterKnife;
|
|||
|
||||
public class AboutActivity extends BaseActivity {
|
||||
@BindView(R.id.about_version) TextView versionText;
|
||||
@BindView(R.id.about_uploads_to) TextView uploadsToText;
|
||||
|
||||
@Override
|
||||
public void onCreate(Bundle savedInstanceState) {
|
||||
|
|
@ -19,7 +18,6 @@ public class AboutActivity extends BaseActivity {
|
|||
|
||||
ButterKnife.bind(this);
|
||||
|
||||
uploadsToText.setText(CommonsApplication.EVENTLOG_WIKI);
|
||||
versionText.setText(BuildConfig.VERSION_NAME);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue