Currently I am using this code to see the divider lines:
medalsList.setDivider(new ColorDrawable(0x99F10529));
medalsList.setDividerHeight(1);
What is the default RGB color (as shown in the code above) used on a ListView that hasn’t had its divider lines changed?
The default divider is determined by the
listDivideritem in the current theme. For the stock themes, the default divider is one of:Those drawables can be found in the platforms data folder of your sdk installation.