diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-09-28 16:09:33 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-09-28 16:09:33 +0000 |
commit | d7f85cb471038498332195c9a1bdea794ec32068 (patch) | |
tree | 3fbaa1c7caefc94cdb666bbd7c6aef94731231bc /app/src/main/res/layout/fragment_translation.xml | |
parent | f5320c1e60fbc9e967c11189a3da00fd8b440278 (diff) | |
download | infinity-for-reddit-d7f85cb471038498332195c9a1bdea794ec32068.tar infinity-for-reddit-d7f85cb471038498332195c9a1bdea794ec32068.tar.gz infinity-for-reddit-d7f85cb471038498332195c9a1bdea794ec32068.tar.bz2 infinity-for-reddit-d7f85cb471038498332195c9a1bdea794ec32068.tar.lz infinity-for-reddit-d7f85cb471038498332195c9a1bdea794ec32068.tar.xz infinity-for-reddit-d7f85cb471038498332195c9a1bdea794ec32068.tar.zst infinity-for-reddit-d7f85cb471038498332195c9a1bdea794ec32068.zip |
Add translation contributors in Settigs->About->Translation.
Diffstat (limited to '')
-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 |