@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

@@ -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>