DT @10.01.2016: Icons verändert, Subscription hinzugefügt, Profile von anderen Usern einsehbar. Release 1.3

This commit is contained in:
Dennis Thießen
2016-01-10 22:26:32 +01:00
parent bdcef68772
commit f44042efa8
125 changed files with 1384 additions and 814 deletions

View File

@@ -1,25 +1,38 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:bootstrap="http://schemas.android.com/apk/res-auto"
android:id="@+id/layoutContent"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_centerInParent="true"
android:fillViewport="true"
android:padding="10dp"
android:background="@drawable/layout_bg_gradient"
android:orientation="vertical">
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:gravity="center"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_centerInParent="true">
<com.beardedhen.androidbootstrap.BootstrapButton
android:id="@+id/btn_profile_membershiptype"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
bootstrap:bootstrapBrand="success"
android:text="@string/lbl_membershiptype_free"
bootstrap:showOutline="true"
android:layout_gravity="center|top"
android:layout_alignParentTop="true"
android:layout_alignParentRight="true"
android:layout_alignParentEnd="true" />
<TextView
android:id="@+id/lbl_main_txt1"
android:text="You have currently..."
android:id="@+id/lbl_profile_points"
android:text="@string/lbl_profile_points_me"
android:layout_below="@+id/btn_profile_membershiptype"
android:layout_centerHorizontal="true"
android:layout_marginTop="20dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceLarge"
@@ -31,12 +44,12 @@
android:layout_centerHorizontal="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/lbl_main_txt1"
android:layout_below="@id/lbl_profile_points"
android:textSize="30sp" />
<TextView
android:id="@+id/llb_fff"
android:text="points"
android:text="@string/lvl_profile_points"
android:layout_width="wrap_content"
android:layout_centerHorizontal="true"
android:paddingLeft="5dp"
@@ -49,8 +62,8 @@
android:layout_toEndOf="@+id/txt_profile_points" />
<TextView
android:id="@+id/lbl_main_txt2"
android:text="from a total of..."
android:id="@+id/lbl_profile_numberposts"
android:text="@string/lbl_profile_numofposts_me"
android:layout_width="wrap_content"
android:layout_centerHorizontal="true"
android:layout_height="wrap_content"
@@ -65,14 +78,14 @@
android:layout_width="wrap_content"
android:layout_centerHorizontal="true"
android:layout_height="wrap_content"
android:layout_below="@id/lbl_main_txt2"
android:layout_below="@id/lbl_profile_numberposts"
android:textSize="30sp"
android:layout_marginTop="10dp"
/>
<TextView
android:id="@+id/llb_ffff"
android:text="reported incidents"
android:text="@string/lbl_profile_reportedincidents"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceLarge"
@@ -84,8 +97,8 @@
android:layout_toEndOf="@+id/txt_profile_numberposts" />
<TextView
android:id="@+id/lbl_main_txt3"
android:text="and your rank is..."
android:id="@+id/lbl_profile_ranking"
android:text="@string/lbl_profile_ranking_me"
android:layout_width="wrap_content"
android:layout_centerHorizontal="true"
android:layout_height="wrap_content"
@@ -101,13 +114,13 @@
android:layout_height="wrap_content"
android:textSize="30sp"
android:layout_centerHorizontal="true"
android:layout_below="@+id/lbl_main_txt3"
android:layout_below="@+id/lbl_profile_ranking"
android:layout_marginTop="10dp"
/>
<TextView
android:id="@+id/lbl_main_txt4"
android:text="You are supporting RiskAhead since"
android:id="@+id/lbl_profile_membersince"
android:text="@string/lbl_profile_membersince_me"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium"
@@ -129,7 +142,7 @@
<TextView
android:id="@+id/lbl_main_txt5"
android:text="Thank you!"
android:text="@string/lbl_profile_thanks"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
@@ -140,4 +153,5 @@
</RelativeLayout>
</RelativeLayout>
</ScrollView>