forgot src/ui/android/res/layout/fragment_phrase_list.xml

This commit is contained in:
krasimir
2017-04-11 12:54:23 +00:00
parent b789f90da9
commit 5251221339

View File

@@ -0,0 +1,16 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:descendantFocusability="blocksDescendants"
tools:context="se.chalmers.phrasebook.gui.fragments.PhraseListFragment">
<ListView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/phrase_listView"
android:layout_alignParentRight="true"
android:layout_alignParentTop="true"
/>
</FrameLayout>