Skip to content
Snippets Groups Projects
Commit 51603960 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Add ABI in about fragment informations


(cherry picked from commit 84c5d2eb)
Signed-off-by: default avatarGeoffrey Métais <geoffrey.metais@gmail.com>
parent 1fd56529
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ public class AboutFragment extends Fragment {
TextView compiled = (TextView) v.findViewById(R.id.main_compiled);
compiled.setText(builder + " (" + builddate + ")");
TextView textview_rev = (TextView) v.findViewById(R.id.main_revision);
textview_rev.setText(getResources().getString(R.string.revision) + " " + revision + " (" + builddate + ")");
textview_rev.setText(getResources().getString(R.string.revision) + " " + revision + " (" + builddate + ") "+ BuildConfig.FLAVOR_abi);
final ImageView logo = (ImageView) v.findViewById(R.id.logo);
logo.setOnClickListener(new OnClickListener() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment