DT @8.11.2015: Delete report function implemented. Some design changes. Fadein and out animation added.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<RelativeLayout
|
||||
android:id="@+id/rl_main_content"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:padding="10dp"
|
||||
android:layout_weight="1"
|
||||
android:orientation="vertical">
|
||||
@@ -38,7 +38,6 @@
|
||||
|
||||
<EditText
|
||||
android:id="@+id/input_viewreport_short"
|
||||
android:hint="@string/input_report_short_hint"
|
||||
android:inputType="text"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -47,6 +46,7 @@
|
||||
android:textColor="@color/input_login"
|
||||
android:textColorHint="@color/input_login_hint"
|
||||
android:enabled="false"
|
||||
android:editable="false"
|
||||
android:layout_marginTop="20dp"/>
|
||||
|
||||
<TextView
|
||||
@@ -59,7 +59,6 @@
|
||||
|
||||
<EditText
|
||||
android:id="@+id/input_viewreport_long"
|
||||
android:hint="@string/input_report_long_hint"
|
||||
android:inputType="textMultiLine"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -71,7 +70,10 @@
|
||||
android:layout_below="@+id/lbl_viewreport_long"
|
||||
android:scrollbars="vertical"
|
||||
android:enabled="false"
|
||||
android:minLines="3"/>
|
||||
android:editable="false"
|
||||
android:minLines="1"
|
||||
android:lines="4"
|
||||
android:maxLines="4"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/lbl_viewreport_category"
|
||||
@@ -179,7 +181,7 @@
|
||||
android:padding="5dp"
|
||||
android:orientation="vertical"
|
||||
android:gravity="center"
|
||||
android:background="#8a999999">
|
||||
android:background="#8a98b5c6">
|
||||
|
||||
<com.beardedhen.androidbootstrap.AwesomeTextView
|
||||
android:id="@+id/btn_viewreport_upvote"
|
||||
@@ -219,7 +221,7 @@
|
||||
<LinearLayout
|
||||
android:id="@+id/ll_01"
|
||||
android:gravity="center"
|
||||
android:background="@color/white"
|
||||
android:background="#34bbff"
|
||||
android:layout_height="50dp"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_alignParentBottom="true"
|
||||
|
||||
Reference in New Issue
Block a user