1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-26 15:40:27 +00:00

Improve french translation + contact view

This commit is contained in:
Loic Blot
2015-08-30 16:38:47 +02:00
parent 1a6feec7ee
commit 40a40f800d
7 changed files with 131 additions and 6 deletions
@@ -51,6 +51,39 @@
android:indeterminate="true"
android:layout_height="wrap_content"/>
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/contactinfos_layout">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceLarge"
android:text="@string/contactinfos_title"
android:id="@+id/contactinfo_title"
android:paddingLeft="10dp"
android:textColor="@android:color/holo_blue_dark"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium"
android:text="@string/subtitle_contact_phones"
android:id="@+id/subtitle_contact_phones"
android:autoText="false"
android:paddingLeft="20dp"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium"
android:text="Medium Text"
android:id="@+id/contact_phonelist"
android:autoText="false"
android:paddingLeft="40dp"/>
</LinearLayout>
</LinearLayout>
</android.support.v4.widget.SwipeRefreshLayout>