|
|
|
@ -36,7 +36,7 @@ class ComparisonChartPagerAdapter(val context: Context, fragmentManager: Fragmen |
|
|
|
return when(position) { |
|
|
|
return when(position) { |
|
|
|
0 -> context.getString(R.string.bars) |
|
|
|
0 -> context.getString(R.string.bars) |
|
|
|
1 -> context.getString(R.string.lines) |
|
|
|
1 -> context.getString(R.string.lines) |
|
|
|
2-> context.getString(R.string.data_table) |
|
|
|
2 -> context.getString(R.string.data_table) |
|
|
|
else -> super.getPageTitle(position) |
|
|
|
else -> super.getPageTitle(position) |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|