1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-25 07:05:41 +00:00

Use disable push_on_receive mechanism and comment new feature to prepare next release

This commit is contained in:
Loic Blot
2015-06-23 18:59:48 +02:00
parent af171ce788
commit 9ba7054d14
7 changed files with 44 additions and 24 deletions
@@ -103,7 +103,7 @@
style="@style/StandardButton"
android:text="@string/ma_button_sync_accounts_now" />
<TextView
<!-- <TextView
android:id="@+id/tv_remoteaccount"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -125,15 +125,16 @@
android:background="@drawable/standard_button"
style="@style/StandardButton"
android:text="@string/choose_account" />
-->
<ImageView
android:id="@+id/imageView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignLeft="@+id/textView1"
android:layout_alignStart="@+id/textView1"
android:layout_below="@+id/main_button_choose_account"
android:layout_below="@+id/main_button_sync"
android:layout_marginTop="33dp"
android:src="@drawable/next_arrow" />
<!-- android:layout_below="@+id/main_button_choose_account" -->
</RelativeLayout>