@06.02.15 Dennis Thießen: Release 1.9
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
android:id="@+id/main_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@color/black"
|
||||
tools:context=".MainActivity">
|
||||
|
||||
<include
|
||||
@@ -18,8 +19,8 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_below="@id/toolbar"
|
||||
android:contentDescription="@null"
|
||||
android:id="@+id/imageView"
|
||||
android:src="@drawable/bg_withlogo_2"
|
||||
android:scaleType="centerCrop" />
|
||||
|
||||
<RelativeLayout
|
||||
@@ -107,7 +108,6 @@
|
||||
<Button
|
||||
android:id="@+id/btn_main_report"
|
||||
android:layout_weight="1"
|
||||
android:background="@drawable/activity_main_button"
|
||||
android:textColor="@color/white"
|
||||
android:layout_marginRight="1dp"
|
||||
android:paddingLeft="10dp"
|
||||
@@ -122,7 +122,6 @@
|
||||
android:layout_weight="1"
|
||||
android:paddingRight="10dp"
|
||||
android:textColor="@color/white"
|
||||
android:background="@drawable/activity_main_button"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="80dp"
|
||||
android:text="@string/btn_main_showmap" />
|
||||
|
||||
@@ -125,7 +125,8 @@
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:layout_marginTop="50dp"
|
||||
android:layout_above="@+id/txt_profile_membersince"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_centerInParent="true"
|
||||
android:gravity="center_horizontal"
|
||||
android:textColor="@color/text_light_grey"/>
|
||||
|
||||
<TextView
|
||||
|
||||
Reference in New Issue
Block a user