blob: 96b1bcb5f084922e496aa5e1278b18cb31510bc8 (
plain)
1
2
3
4
5
6
7
|
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:fillViewport="true" android:fitsSystemWindows="true">
<LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="vertical">
<TextView style="@style/paragraph" android:text="@string/dictionaries_from_internet"/>
<juloo.keyboard2.dict.DictionaryListView style="@style/dictionary_list_view"/>
</LinearLayout>
</ScrollView>
|