1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-24 22:55:37 +00:00

Crash fix. Also design the new activity with a blue skin

This commit is contained in:
Loic Blot
2015-02-10 19:38:58 +01:00
parent 553e05b7c5
commit 2b8df80187
6 changed files with 32 additions and 3 deletions
@@ -80,4 +80,14 @@
style="@style/StandardButton"
android:text="@string/ma_button_goto_settings" />
<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_settings"
android:layout_marginTop="33dp"
android:src="@drawable/next_arrow" />
</RelativeLayout>
+10
View File
@@ -60,4 +60,14 @@
android:text="@string/ma_content_welcome"
android:textAppearance="?android:attr/textAppearanceMedium" />
<ImageView
android:id="@+id/imageView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:maxHeight="@dimen/arrow_max_height"
android:src="@drawable/next_arrow" />
</RelativeLayout>