2020-09-28 18:09:33 +02:00
|
|
|
<?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"
|
2021-08-24 16:54:30 +02:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2020-09-28 18:09:33 +02:00
|
|
|
android:id="@+id/recycler_view_translation_fragment"
|
2021-08-24 16:54:30 +02:00
|
|
|
app:layoutManager=".customviews.LinearLayoutManagerBugFixed"
|
2020-11-18 11:54:13 +01:00
|
|
|
tools:context=".settings.TranslationFragment" />
|