Skip to content

Commit 4646da3

Browse files
committed
Translators in info page
1 parent 7d166f9 commit 4646da3

File tree

9 files changed

+45
-5
lines changed

9 files changed

+45
-5
lines changed

.idea/compiler.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/deploymentTargetDropDown.xml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/migrations.xml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/res/layout/fragment_info.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,19 @@
5858
android:layout_marginTop="20dp"
5959
android:text="@string/app_info_lib_desc"
6060
android:autoLink="web"/>
61+
62+
<TextView
63+
android:layout_width="match_parent"
64+
android:layout_height="wrap_content"
65+
android:layout_marginTop="20dp"
66+
android:textStyle="bold"
67+
android:text="@string/app_info_translators_title"/>
68+
69+
<TextView
70+
android:layout_width="match_parent"
71+
android:layout_height="wrap_content"
72+
android:layout_marginTop="5dp"
73+
android:text="@string/app_info_translators_names"/>
6174
</LinearLayout>
6275

6376
</ScrollView>

app/src/main/res/layout/fragment_settings_item.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
android:layout_height="wrap_content"
66
android:paddingTop="@dimen/text_margin"
77
android:paddingBottom="@dimen/text_margin"
8-
android:orientation="horizontal">
8+
android:orientation="horizontal"
9+
android:focusable="true"
10+
android:focusableInTouchMode="true">
911

1012
<ImageView
1113
android:layout_width="wrap_content"

app/src/main/res/layout/fragment_settings_item_list.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
android:id="@+id/settingsToolbar"
1313
app:title="@string/app_name"
1414
style="@style/ToolBarStyle"
15-
/>
15+
android:focusable="true"/>
1616

1717
<androidx.recyclerview.widget.RecyclerView
1818
android:id="@+id/list"
@@ -24,6 +24,7 @@
2424
android:layout_marginRight="16dp"
2525
app:layoutManager="LinearLayoutManager"
2626
tools:context=".ui.SettingsFragment"
27-
tools:listitem="@layout/fragment_settings_item" />
27+
tools:listitem="@layout/fragment_settings_item"
28+
android:focusable="true" />
2829

2930
</LinearLayout>

app/src/main/res/values-it/strings.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,7 @@
2727
<string name="app_info_license_desc">Questa app è rilasciata sotto licenza GNU GENERAL PUBLIC LICENSE v3+. Puoi ottenerne una copia qui: https://raw.githubusercontent.com/penguin86/ojo/master/LICENSE</string>
2828
<string name="app_info_repo_desc">Puoi trovare il codice sorgente al repository: https://github.com/penguin86/ojo</string>
2929
<string name="app_info_lib_desc">Questa app è resa possibile dal magnifico lavoro dei team vlc and vlc-android! Per saperne di più o ottenere il codice sorgente: https://code.videolan.org/videolan/vlc-android</string>
30+
<string name="app_info_translators_title">Traduttori:</string>
31+
<string name="app_info_translators_names">Yurt Page (Russian)</string>
3032

3133
</resources>

app/src/main/res/values/strings.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@
2626
<string name="app_info_license_desc">This application is licensed under the GNU GENERAL PUBLIC LICENSE v3+. You can obtain a copy here: https://raw.githubusercontent.com/penguin86/ojo/master/LICENSE</string>
2727
<string name="app_info_repo_desc">The source code can be obtained at the GitHub repository: https://github.com/penguin86/ojo</string>
2828
<string name="app_info_lib_desc">This app is made possible by the gorgeous VLC and VLC-Android teams effort! You can know more or obtain the source code at https://code.videolan.org/videolan/vlc-android</string>
29+
<string name="app_info_translators_title">Translators:</string>
30+
<string name="app_info_translators_names" translatable="false">Yurt Page (Russian)</string>
2931
</resources>

0 commit comments

Comments
 (0)