kauron/DungeonManager
kauron
/
DungeonManager
Archived
1
0
Fork 0

Small correction

This commit is contained in:
Carlos Galindo 2015-04-06 18:22:36 +02:00
parent 0459c14d91
commit d423aedd33
2 changed files with 1 additions and 21 deletions

View File

@ -143,24 +143,4 @@
android:hint="@string/CAR"/>
</GridLayout>
<LinearLayout
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_below="@+id/thirdLayout"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true">
<Button
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/new_attack"
android:id="@+id/new_attack_button" />
<ListView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/listView" />
</LinearLayout>
</RelativeLayout>

View File

@ -19,7 +19,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceLarge"
tools:text="DungeonManager"
android:text="@string/app_name"
android:id="@+id/title" />
</RelativeLayout>
</android.support.v7.widget.Toolbar>