diff options
Diffstat (limited to 'res/layout/config_converter.xml')
-rw-r--r-- | res/layout/config_converter.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/config_converter.xml b/res/layout/config_converter.xml index e1231a27..c2927efd 100644 --- a/res/layout/config_converter.xml +++ b/res/layout/config_converter.xml @@ -2,6 +2,7 @@ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" + android:id="@+id/config_convert_root" android:orientation="vertical" > <CheckBox |