kauron/DungeonManager
kauron
/
DungeonManager
Archived
1
0
Fork 0

PowerRow: added image placeholder for future buttons

This commit is contained in:
kauron 2015-07-19 14:00:51 +02:00
parent d298f2e173
commit 35dedd3ec9
1 changed files with 9 additions and 0 deletions

View File

@ -50,4 +50,13 @@
android:paddingLeft="10dp"
tools:text="At will"/>
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/imageView"
android:layout_alignParentTop="true"
android:layout_alignBottom="@+id/keywords"
android:layout_alignParentRight="true"
android:layout_alignParentEnd="true" />
</RelativeLayout>