diff options
Diffstat (limited to 'app/src/main/res/layout/fragment_translation.xml')
-rw-r--r-- | app/src/main/res/layout/fragment_translation.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/res/layout/fragment_translation.xml b/app/src/main/res/layout/fragment_translation.xml new file mode 100644 index 00000000..69234bd3 --- /dev/null +++ b/app/src/main/res/layout/fragment_translation.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<androidx.recyclerview.widget.RecyclerView 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:id="@+id/recycler_view_translation_fragment" + tools:context=".Settings.TranslationFragment" />
\ No newline at end of file |