mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 18:30:50 +02:00
Add translations, Improve string resources
This commit is contained in:
parent
70114fc9d3
commit
0fb4f17cb1
14 changed files with 314 additions and 187 deletions
|
@ -34,14 +34,14 @@
|
|||
android:id="@+id/settings_actions_button_view_apps"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/settings_apps"
|
||||
android:text="@string/settings_apps_view_all"
|
||||
android:textAllCaps="false" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/settings_actions_button_install_apps"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/settings_install"
|
||||
android:text="@string/settings_apps_install"
|
||||
android:textAllCaps="false" />
|
||||
|
||||
</LinearLayout>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue