1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-23 22:32:59 +00:00

Add build.gradle, as requested by #82

This commit is contained in:
Loic Blot
2016-01-18 07:04:35 +01:00
parent b1d2093563
commit 7e87253d5f
9 changed files with 49 additions and 11 deletions
@@ -135,6 +135,6 @@
android:layout_below="@+id/main_button_choose_account"
android:layout_marginTop="33dp"
android:src="@drawable/next_arrow" />
<!-- android:layout_below="@+id/main_button_sync" -->
<!-- android:layout_below="@+id/main_button_syncruir" -->
</RelativeLayout>
@@ -30,10 +30,19 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<ListView
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceLarge"
android:text="@string/function_not_available"
android:id="@+id/textView"
android:layout_gravity="center_horizontal"/>
<ListView
android:id="@android:id/list"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:drawSelectorOnTop="true" />
android:drawSelectorOnTop="true"
android:clickable="false"/>
</LinearLayout>
+1
View File
@@ -165,5 +165,6 @@ Contributors and issue\'s reporters</string>
<string name="subtitle_contact_phones">- Contact phones</string>
<string name="pref_title_bulk_messages">Max messages to send per sync</string>
<string name="contactinfos_list">Contact list</string>
<string name="function_not_available">This function is not available yet.</string>
</resources>
+1
View File
@@ -150,4 +150,5 @@ Les contributeurs et rapporteurs de bugs</string>
<string name="err_sync_craft_http_request">Erreur #2: Echec de la création de la requête</string>
<string name="pref_title_bulk_messages">Nombre maximum de messages à envoyer par synchronisation</string>
<string name="contactinfos_list">Liste des contacts</string>
<string name="function_not_available">Cette fonctionnalité n\'est pas encore disponibleeems.</string>
</resources>
+1
View File
@@ -194,4 +194,5 @@ Contributors and issue\'s reporters</string>
<string name="subtitle_contact_phones">- Contact phones</string>
<string name="pref_title_bulk_messages">Max messages to send per sync</string>
<string name="contactinfos_list">Contact list</string>
<string name="function_not_available">This function is not available yet.</string>
</resources>