File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
java/cz/muni/fi/rpg/ui/character Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -63,23 +63,18 @@ class CharacterFragment(
6363 when (position) {
6464 0 -> {
6565 tab.setText(R .string.title_misc)
66- tab.setIcon(R .drawable.ic_info)
6766 }
6867 1 -> {
6968 tab.setText(R .string.title_character_stats)
70- tab.setIcon(R .drawable.ic_character)
7169 }
7270 2 -> {
7371 tab.setText(R .string.title_character_skills)
74- tab.setIcon(R .drawable.ic_skills)
7572 }
7673 3 -> {
7774 tab.setText(R .string.title_character_spells)
78- tab.setIcon(R .drawable.ic_spells)
7975 }
8076 4 -> {
8177 tab.setText(R .string.title_character_trappings)
82- tab.setIcon(R .drawable.ic_inventory)
8378 }
8479 }
8580 }.attach()
Original file line number Diff line number Diff line change 1818
1919 <com .google.android.material.tabs.TabLayout
2020 android : id =" @+id/tabLayout"
21- style =" @style/TabLayout"
2221 android : layout_width =" match_parent"
2322 android : elevation =" 8dp"
2423 android : layout_height =" wrap_content"
You can’t perform that action at this time.
0 commit comments