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:
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user