|
@@ -185,6 +185,7 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="@dimen/common_padding"
|
|
|
+ android:layout_marginBottom="@dimen/common_padding_huge"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
@@ -206,40 +207,6 @@
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/line"
|
|
|
- android:layout_marginTop="@dimen/common_padding_huge"
|
|
|
- android:layout_marginBottom="@dimen/common_padding"
|
|
|
- android:background="@color/line_color" />
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="@dimen/common_padding"
|
|
|
- android:layout_marginBottom="@dimen/common_padding_huge"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:text="@string/create_time"
|
|
|
- android:textSize="@dimen/text_size_medium" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/create_time"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="@dimen/common_padding"
|
|
|
- android:layout_weight="1"
|
|
|
- android:background="@color/white"
|
|
|
- android:gravity="end"
|
|
|
- android:singleLine="true"
|
|
|
- android:textSize="@dimen/text_size_medium" />
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
</LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|