DT @8.11.2015: Delete report function implemented. Some design changes. Fadein and out animation added.

This commit is contained in:
Dennis Thießen
2015-11-08 19:16:25 +01:00
parent ea40208fdb
commit c8551bf081
16 changed files with 320 additions and 63 deletions

View File

@@ -5,8 +5,8 @@
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#8ae6e6e6"
tools:context="org.deke.risk.riskahead.ProfileActivity">
android:background="#8a000000"
tools:context=".ProfileActivity">
<LinearLayout
android:id="@+id/linearLayout1"
@@ -17,17 +17,18 @@
<RelativeLayout
android:id="@+id/rl_main_content"
android:layout_width="match_parent"
android:background="@drawable/layout_bg"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:layout_margin="10dp"
android:layout_marginBottom="20dp"
android:padding="4dp"
android:background="#11222222"
android:layout_marginBottom="10dp"
android:padding="8dp"
android:orientation="vertical" >
<TextView
android:id="@+id/lbl_profile_stats"
android:text="@string/lbl_profile_stats"
android:textStyle="bold"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
@@ -124,12 +125,13 @@
android:layout_centerInParent="true"
android:layout_margin="10dp"
android:layout_marginBottom="20dp"
android:padding="4dp"
android:background="#11222222"
android:padding="8dp"
android:background="@drawable/layout_bg"
android:orientation="vertical" >
<TextView
android:id="@+id/lbl_profile_top10"
android:textStyle="bold"
android:text="@string/lbl_profile_top10"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -178,7 +180,7 @@
<LinearLayout
android:id="@+id/ll_01"
android:gravity="center"
android:background="#c55ed9ff"
android:background="#34bbff"
android:layout_height="50dp"
android:layout_width="match_parent"
android:layout_alignParentBottom="true"