Commit 7313c0d6 authored by Grigory Fedorov's avatar Grigory Fedorov

Contact list drawer: translation corrected and header font style changed.

parent 6093fe43
...@@ -11,5 +11,7 @@ ...@@ -11,5 +11,7 @@
android:paddingLeft="16dp" android:paddingLeft="16dp"
android:paddingRight="16dp" android:paddingRight="16dp"
android:text="@string/xmpp_accounts" android:text="@string/xmpp_accounts"
android:textSize="16sp" /> android:textAppearance="?android:attr/textAppearanceMedium"
android:textSize="16sp"
android:textStyle="bold" />
</LinearLayout> </LinearLayout>
...@@ -115,5 +115,5 @@ ...@@ -115,5 +115,5 @@
<string name="sender_is_you">Вы</string> <string name="sender_is_you">Вы</string>
<string name="xmpp_accounts">XMPP accounts</string> <string name="xmpp_accounts">Учётные записи XMPP</string>
</resources> </resources>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment