mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-01-06 19:50:01 +01:00
cleanup
This commit is contained in:
@@ -66,7 +66,6 @@ public final class ActorConditionEffectList extends LinearLayout {
|
||||
sb.append(effect.magnitude);
|
||||
}
|
||||
}
|
||||
|
||||
if (ActorCondition.isTemporaryEffect(effect.duration)) {
|
||||
sb.append(' ');
|
||||
sb.append(res.getString(R.string.iteminfo_effect_duration, effect.duration));
|
||||
|
||||
@@ -28,8 +28,7 @@
|
||||
android:id="@+id/actorconditioninfo_description"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="@dimen/section_margin"
|
||||
android:text="Hi" />
|
||||
android:layout_marginBottom="@dimen/section_margin" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/actorconditioninfo_category"
|
||||
|
||||
Reference in New Issue
Block a user