mirror of
https://github.com/etesync/android
synced 2025-06-23 16:38:51 +00:00
Account screen: Use translatable strings for the titles
This commit is contained in:
parent
b9b930939f
commit
afcb00e4f1
@ -39,7 +39,7 @@
|
|||||||
android:theme="@style/toolbar_theme"
|
android:theme="@style/toolbar_theme"
|
||||||
style="@style/toolbar_style"
|
style="@style/toolbar_style"
|
||||||
app:navigationIcon="@drawable/ic_people_light"
|
app:navigationIcon="@drawable/ic_people_light"
|
||||||
app:title="Contacts"
|
app:title="@string/settings_carddav"
|
||||||
android:elevation="2dp" tools:ignore="UnusedAttribute"/>
|
android:elevation="2dp" tools:ignore="UnusedAttribute"/>
|
||||||
|
|
||||||
<ProgressBar
|
<ProgressBar
|
||||||
@ -79,7 +79,7 @@
|
|||||||
android:theme="@style/toolbar_theme"
|
android:theme="@style/toolbar_theme"
|
||||||
style="@style/toolbar_style"
|
style="@style/toolbar_style"
|
||||||
app:navigationIcon="@drawable/ic_event_light"
|
app:navigationIcon="@drawable/ic_event_light"
|
||||||
app:title="Calendar"
|
app:title="@string/settings_caldav"
|
||||||
android:elevation="2dp" tools:ignore="UnusedAttribute"/>
|
android:elevation="2dp" tools:ignore="UnusedAttribute"/>
|
||||||
|
|
||||||
<ProgressBar
|
<ProgressBar
|
||||||
|
Loading…
Reference in New Issue
Block a user