mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-01-19 10:04:52 +01:00
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@153 08aca716-68be-ccc6-4d58-36f5abd142ac
34 lines
994 B
XML
34 lines
994 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
>
|
|
|
|
<com.gpl.rpg.AndorsTrail.view.TraitsInfoView
|
|
android:id="@+id/abilitymodifierinfo_traits"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
/>
|
|
|
|
<TextView
|
|
android:text="@string/iteminfo_effect_increase_max_hp"
|
|
android:id="@+id/abilitymodifierinfo_change_maxhp"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
/>
|
|
<TextView
|
|
android:text="@string/iteminfo_effect_increase_max_ap"
|
|
android:id="@+id/abilitymodifierinfo_change_maxap"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
/>
|
|
<TextView
|
|
android:text="@string/iteminfo_effect_increase_movecost"
|
|
android:id="@+id/abilitymodifierinfo_change_movecost"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
/>
|
|
|
|
</merge>
|