display gameid as hex

This commit is contained in:
Eric House 2013-11-19 06:26:07 -08:00
parent 9fa715f096
commit 0cef5fce50

View file

@ -212,7 +212,7 @@ public class GameListItem extends LinearLayout
case R.string.game_summary_field_empty: case R.string.game_summary_field_empty:
break; break;
case R.string.game_summary_field_gameid: case R.string.game_summary_field_gameid:
value = String.format( "%d", m_summary.gameID ); value = String.format( "%X", m_summary.gameID );
break; break;
case R.string.game_summary_field_rowid: case R.string.game_summary_field_rowid:
value = String.format( "%d", m_rowid ); value = String.format( "%d", m_rowid );