@10.02.16 Dennis Thießen: 2.0 Final Release!

This commit is contained in:
Dennis Thießen
2016-02-10 21:17:32 +01:00
parent 5b85755788
commit 56838a161d
81 changed files with 3193 additions and 438 deletions

View File

@@ -54,7 +54,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="38dp"
android:textSize="40sp" />
android:textSize="40sp"
tools:ignore="HardcodedText" />
<TextView
android:id="@+id/lbl_profile_numberposts"
@@ -86,11 +87,12 @@
<TextView
android:id="@+id/lbl_main_notifystatus_status"
android:text="AUS"
android:layout_marginLeft="10dp"
android:layout_marginStart="10dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="@color/white"/>
android:textColor="@color/white"
tools:ignore="HardcodedText" />
</LinearLayout>
@@ -128,8 +130,6 @@
</LinearLayout>
</RelativeLayout>
</RelativeLayout>

View File

@@ -51,7 +51,6 @@
android:layout_height="wrap_content"
android:layout_alignParentLeft="true" />
</RelativeLayout>
</RelativeLayout>

View File

@@ -32,7 +32,8 @@
android:src="@drawable/logo_380"
android:id="@+id/imageView2"
android:alpha="0.05"
android:layout_gravity="center_horizontal" />
android:layout_gravity="center_horizontal"
tools:ignore="ContentDescription" />
<android.support.design.widget.TabLayout
android:id="@+id/tab_layout"

View File

@@ -37,7 +37,8 @@
android:id="@+id/imageView2"
android:layout_margin="5dp"
android:alpha="0.05"
android:layout_gravity="center_horizontal" />
android:layout_gravity="center_horizontal"
tools:ignore="ContentDescription" />
</FrameLayout>

View File

@@ -29,7 +29,8 @@
android:id="@+id/imageView2"
android:layout_margin="5dp"
android:alpha="0.05"
android:layout_gravity="center_horizontal" />
android:layout_gravity="center_horizontal"
tools:ignore="ContentDescription" />
</FrameLayout>

View File

@@ -17,7 +17,8 @@
android:layout_alignParentTop="true"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
android:background="#00ffffff" />
android:background="#00ffffff"
tools:ignore="ContentDescription" />
<LinearLayout
android:id="@+id/layoutFooter"
@@ -28,7 +29,7 @@
<Button
android:id="@+id/btn_start_login"
android:text="@string/btn_start_login"
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:onClick="gotoLogin" />
@@ -36,7 +37,7 @@
<Button
android:id="@+id/btn_start_register"
android:text="@string/btn_start_register"
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:onClick="gotoRegister" />

View File

@@ -39,7 +39,8 @@
android:layout_height="50dp"
android:src="@drawable/logo_380"
android:id="@+id/imageView2"
android:layout_gravity="center_horizontal" />
android:layout_gravity="center_horizontal"
tools:ignore="ContentDescription" />
<TextView
android:id="@+id/lbl_profile_ranking"

View File

@@ -25,7 +25,7 @@
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="0dp"
android:layout_weight="1">
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
@@ -36,10 +36,9 @@
<RelativeLayout
android:id="@+id/layoutContent"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:padding="10dp"
android:layout_marginRight="55dp"
android:layout_weight="1">
android:layout_marginRight="55dp">
<android.support.design.widget.TextInputLayout
android:id="@+id/til_viewreport_reportedfrom"
@@ -258,14 +257,13 @@
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:padding="5dp"
android:layout_weight="1"
android:layout_alignRight="@+id/svlayoutContent"
android:gravity="center"
android:background="#8a98b5c6">
<com.beardedhen.androidbootstrap.AwesomeTextView
android:id="@+id/btn_viewreport_upvote"
android:textSize="80dp"
android:textSize="80sp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
bootstrap:bootstrapBrand="success"
@@ -284,7 +282,7 @@
<com.beardedhen.androidbootstrap.AwesomeTextView
android:id="@+id/btn_viewreport_downvote"
android:textSize="80dp"
android:textSize="80sp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
bootstrap:bootstrapBrand="danger"
@@ -319,19 +317,14 @@
android:background="@color/bg_common"
android:layout_height="50dp"
android:layout_width="match_parent"
android:layout_alignParentBottom="true"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
android:layout_marginBottom="0dp">
<com.beardedhen.androidbootstrap.BootstrapButton
android:id="@+id/btn_viewreport_delete"
bootstrap:bootstrapText="@string/btn_viewreport_delete"
android:minWidth="300dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
bootstrap:bootstrapBrand="danger"
bootstrap:roundedCorners="true" />
android:layout_width="match_parent"
android:layout_height="match_parent"
bootstrap:bootstrapBrand="danger" />
</LinearLayout>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical" android:layout_width="match_parent"
android:background="@color/tw__transparent"
android:padding="20dp"
@@ -10,7 +11,8 @@
android:layout_height="100dp"
android:src="@drawable/logo_380"
android:id="@+id/imageView2"
android:layout_gravity="center_horizontal" />
android:layout_gravity="center_horizontal"
tools:ignore="ContentDescription" />
<TextView
android:layout_width="wrap_content"
@@ -25,7 +27,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium"
android:text="Version: 1.7.1"
android:text=""
android:id="@+id/lbl_about_version"
android:layout_gravity="center_horizontal" />
@@ -42,7 +44,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="5dp"
android:textAppearance="?android:attr/textAppearanceMedium"
android:text="Dennis Thießen"
android:text="@string/txt_about_dt"
android:id="@+id/tv_developer2"
android:layout_gravity="center_horizontal" />
@@ -50,7 +52,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium"
android:text="Kevin-Chris Gründel"
android:text="@string/txt_about_kg"
android:id="@+id/tv_developer3"
android:layout_gravity="center_horizontal" />
@@ -59,7 +61,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="30dp"
android:autoLink="web"
android:textSize="10sp"
android:textSize="12sp"
android:text="@string/txt_about_homepage"
android:id="@+id/txt_about_homepage"/>
<TextView
@@ -67,7 +69,7 @@
android:layout_height="wrap_content"
android:autoLink="web"
android:layout_marginTop="3dp"
android:textSize="10sp"
android:textSize="12sp"
android:text="@string/txt_about_privacy"
android:id="@+id/txt_about_privacy"/>
<TextView
@@ -75,7 +77,7 @@
android:layout_height="wrap_content"
android:autoLink="web"
android:layout_marginTop="3dp"
android:textSize="10sp"
android:textSize="12sp"
android:text="@string/txt_about_terms"
android:id="@+id/txt_about_terms" />
</LinearLayout>

View File

@@ -1,7 +1,6 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
xmlns:fb="http://schemas.android.com/apk/res-auto"
xmlns:bootstrap="http://schemas.android.com/apk/res-auto"
android:layout_height="match_parent"
tools:context="org.deke.risk.riskahead.fragment.FacebookButtonFragment">
@@ -11,7 +10,6 @@
android:layout_width="225dp"
android:layout_height="50dp"
bootstrap:bootstrapText="{fa_facebook_f} Facebook"
android:layout_above="@+id/btn_login_fb"
bootstrap:bootstrapBrand="primary"
bootstrap:roundedCorners="true" />

View File

@@ -12,7 +12,6 @@
android:layout_width="225dp"
android:layout_height="50dp"
bootstrap:bootstrapText="{fa_google} Google+"
android:layout_above="@+id/btn_login_gp"
bootstrap:bootstrapBrand="danger"
bootstrap:roundedCorners="true" />

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
@@ -18,12 +19,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:id="@+id/ic_reportlist_row"/>
android:id="@+id/ic_reportlist_row"
tools:ignore="ContentDescription" />
<LinearLayout
android:orientation="vertical"
@@ -36,7 +33,7 @@
android:textColor="@color/text_light_grey"
android:id="@+id/txt_reportlist_lvrow_title"
android:text="Header"
android:textSize="16dp"
android:textSize="16sp"
android:typeface="serif" />
<TextView

View File

@@ -12,7 +12,6 @@
android:animateLayoutChanges="true"
android:orientation="vertical">
<TextView
android:id="@+id/lbl_reportwf_1_question"
android:layout_centerHorizontal="true"

View File

@@ -8,7 +8,7 @@
<LinearLayout
android:id="@+id/layoutMainContent"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:animateLayoutChanges="true"
android:orientation="vertical">

View File

@@ -10,9 +10,7 @@
android:layout_width="225dp"
android:layout_height="50dp"
bootstrap:bootstrapText="{fa_twitter} Twitter"
android:layout_above="@+id/btn_login_gp"
bootstrap:bootstrapBrand="info"
bootstrap:roundedCorners="true" />
</FrameLayout>

View File

@@ -25,8 +25,6 @@
android:ellipsize="marquee"
android:marqueeRepeatLimit="marquee_forever"/>
<LinearLayout
android:orientation="horizontal"
android:id="@+id/lay_infowindow_content"