mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
forgot src/ui/android/res/layout/fragment_phrase_list.xml
This commit is contained in:
16
src/ui/android/res/layout/fragment_phrase_list.xml
Normal file
16
src/ui/android/res/layout/fragment_phrase_list.xml
Normal 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>
|
||||
Reference in New Issue
Block a user