|
111 | 111 | <com.gatheringhallstudios.mhworlddatabase.components.IconLabelTextCell |
112 | 112 | android:layout_width="match_parent" |
113 | 113 | android:layout_height="wrap_content" |
114 | | - app:iconSrc="@drawable/ic_equipment_hammer_white" |
| 114 | + app:iconSrc="@drawable/ic_equipment_hunting_horn_base" |
115 | 115 | app:labelText="Jayson Dela Cruz (jaysondc)" |
116 | 116 | android:tag="https://github.com/jaysondc" /> |
117 | 117 |
|
|
122 | 122 | <com.gatheringhallstudios.mhworlddatabase.components.IconLabelTextCell |
123 | 123 | android:layout_width="match_parent" |
124 | 124 | android:layout_height="wrap_content" |
125 | | - app:iconSrc="@drawable/ic_equipment_charge_blade_white" |
126 | | - app:labelText="Kevin Navia" |
127 | | - android:tag="https://github.com/kevinn"/> |
| 125 | + app:iconSrc="@drawable/ic_items_mantle_white" |
| 126 | + app:labelText="Paul Tsouchlos (DeveloperPaul123)" |
| 127 | + android:tag="https://github.com/DeveloperPaul123"/> |
| 128 | + |
| 129 | + <com.gatheringhallstudios.mhworlddatabase.components.DashedDividerView |
| 130 | + android:layout_width="wrap_content" |
| 131 | + android:layout_height="match_parent" /> |
| 132 | + |
| 133 | + <com.gatheringhallstudios.mhworlddatabase.components.IconLabelTextCell |
| 134 | + android:layout_width="match_parent" |
| 135 | + android:layout_height="wrap_content" |
| 136 | + app:iconSrc="@drawable/ic_equipment_insect_glaive_base" |
| 137 | + app:labelText="Borislav Kosharov (nikibobi)" |
| 138 | + android:tag="https://github.com/nikibobi"/> |
| 139 | + |
| 140 | + <com.gatheringhallstudios.mhworlddatabase.components.DashedDividerView |
| 141 | + android:layout_width="wrap_content" |
| 142 | + android:layout_height="match_parent" /> |
| 143 | + |
| 144 | + <com.gatheringhallstudios.mhworlddatabase.components.SectionHeaderCell |
| 145 | + android:layout_width="match_parent" |
| 146 | + android:layout_height="wrap_content" |
| 147 | + android:layout_marginTop="@dimen/margin_section_gap" |
| 148 | + app:labelText="Additional Support" /> |
| 149 | + |
| 150 | + <com.gatheringhallstudios.mhworlddatabase.components.CompactStatCell |
| 151 | + android:layout_height="wrap_content" |
| 152 | + android:layout_width="match_parent" |
| 153 | + app:labelText="Fuzzle" /> |
| 154 | + |
| 155 | + <com.gatheringhallstudios.mhworlddatabase.components.DashedDividerView |
| 156 | + android:layout_width="wrap_content" |
| 157 | + android:layout_height="match_parent" /> |
| 158 | + |
| 159 | + <com.gatheringhallstudios.mhworlddatabase.components.CompactStatCell |
| 160 | + android:layout_height="wrap_content" |
| 161 | + android:layout_width="match_parent" |
| 162 | + app:labelText="Angarvin" /> |
| 163 | + |
| 164 | + <com.gatheringhallstudios.mhworlddatabase.components.DashedDividerView |
| 165 | + android:layout_width="wrap_content" |
| 166 | + android:layout_height="match_parent" /> |
| 167 | + |
| 168 | + <com.gatheringhallstudios.mhworlddatabase.components.CompactStatCell |
| 169 | + android:layout_height="wrap_content" |
| 170 | + android:layout_width="match_parent" |
| 171 | + app:labelText="Aveline" /> |
| 172 | + |
| 173 | + <com.gatheringhallstudios.mhworlddatabase.components.DashedDividerView |
| 174 | + android:layout_width="wrap_content" |
| 175 | + android:layout_height="match_parent" /> |
| 176 | + |
| 177 | + <com.gatheringhallstudios.mhworlddatabase.components.CompactStatCell |
| 178 | + android:layout_height="wrap_content" |
| 179 | + android:layout_width="match_parent" |
| 180 | + app:labelText="Momonga" /> |
| 181 | + |
| 182 | + <com.gatheringhallstudios.mhworlddatabase.components.DashedDividerView |
| 183 | + android:layout_width="wrap_content" |
| 184 | + android:layout_height="match_parent" /> |
| 185 | + |
| 186 | + <com.gatheringhallstudios.mhworlddatabase.components.CompactStatCell |
| 187 | + android:layout_height="wrap_content" |
| 188 | + android:layout_width="match_parent" |
| 189 | + app:labelText="Lufactrus" /> |
| 190 | + |
| 191 | + <com.gatheringhallstudios.mhworlddatabase.components.DashedDividerView |
| 192 | + android:layout_width="wrap_content" |
| 193 | + android:layout_height="match_parent" /> |
| 194 | + |
| 195 | + <com.gatheringhallstudios.mhworlddatabase.components.CompactStatCell |
| 196 | + android:layout_height="wrap_content" |
| 197 | + android:layout_width="match_parent" |
| 198 | + app:labelText="David" /> |
128 | 199 |
|
129 | 200 | <com.gatheringhallstudios.mhworlddatabase.components.DashedDividerView |
130 | 201 | android:layout_width="wrap_content" |
|
0 commit comments