DT @26.01.2016: 1.7.2 release

This commit is contained in:
Dennis Thießen
2016-01-26 22:37:24 +01:00
parent 84d659c8c0
commit f9fada790c
23 changed files with 47 additions and 21 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 200 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 199 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@@ -19,13 +19,10 @@
<ImageView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_below="@id/toolbar"
android:id="@+id/imageView"
android:src="@drawable/bg_withlogo_2"
android:scaleType="centerCrop"
android:layout_alignParentTop="true"
android:alpha="0.9" />
android:scaleType="centerCrop" />
<RelativeLayout
android:id="@+id/layoutContent"

View File

@@ -32,7 +32,7 @@
android:text="@string/lbl_profile_points_me"
android:layout_below="@+id/btn_profile_membershiptype"
android:layout_centerHorizontal="true"
android:layout_marginTop="20dp"
android:layout_marginTop="10dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceLarge"
@@ -45,6 +45,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/lbl_profile_points"
android:layout_marginTop="5dp"
android:textSize="30sp" />
<TextView
@@ -68,7 +69,7 @@
android:layout_centerHorizontal="true"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceLarge"
android:layout_marginTop="10dp"
android:layout_marginTop="5dp"
android:layout_below="@id/txt_profile_points"
android:textColor="@color/text_light_grey"/>
@@ -80,7 +81,7 @@
android:layout_height="wrap_content"
android:layout_below="@id/lbl_profile_numberposts"
android:textSize="30sp"
android:layout_marginTop="10dp"
android:layout_marginTop="5dp"
/>
<TextView
@@ -103,7 +104,7 @@
android:layout_centerHorizontal="true"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceLarge"
android:layout_marginTop="10dp"
android:layout_marginTop="5dp"
android:layout_below="@id/txt_profile_numberposts"
android:textColor="@color/text_light_grey"/>
@@ -115,7 +116,7 @@
android:textSize="30sp"
android:layout_centerHorizontal="true"
android:layout_below="@+id/lbl_profile_ranking"
android:layout_marginTop="10dp"
android:layout_marginTop="5dp"
/>
<TextView
@@ -135,7 +136,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="20sp"
android:layout_marginTop="10dp"
android:layout_marginTop="5dp"
android:layout_centerHorizontal="true"
android:layout_above="@+id/lbl_main_txt5"
/>
@@ -148,7 +149,7 @@
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:textAppearance="?android:attr/textAppearanceMedium"
android:layout_marginTop="10dp"
android:layout_marginTop="5dp"
android:textColor="@color/text_light_grey"/>
</RelativeLayout>

View File

@@ -376,7 +376,7 @@
<item>Volksgruppe/Ethnie z.B. Hautfarbe</item>
<item>Politische Zugehörigkeit</item>
<item>Soziale Gruppe z.B. Einwanderer</item>
<item>Beruf z.B. Journalisten, Prostituierte</item>
<item>Beruf</item>
<item>Sprachzugehörigkeit</item>
<item>Sonstiges &#8230;</item>
</string-array>

View File

@@ -383,7 +383,7 @@
<item>Ethnic Origin eg Skin Colour</item>
<item>Political Affiliation</item>
<item>Social Group eg Immigrants</item>
<item>Profession eg Journalist, Prostitute</item>
<item>Profession</item>
<item>Language</item>
<item>Other &#8230;</item>
</string-array>