|
|
@@ -8,85 +8,67 @@
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
- android:id="@+id/tv_row_activity_future_title"
|
|
|
- />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:textAppearance="@android:style/TextAppearance.Medium"
|
|
|
- android:id="@+id/tv_row_activity_future_date"
|
|
|
- android:textStyle="italic"
|
|
|
- android:layout_margin="6dp" />
|
|
|
+ android:textAppearance="?android:attr/textAppearanceMedium"
|
|
|
+ android:textColor="@color/entry_title"
|
|
|
+ android:textStyle="bold"
|
|
|
+ android:id="@+id/tv_row_activity_future_title"/>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:gravity="end"
|
|
|
android:layout_gravity="center_vertical">
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="fill_parent"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:id="@+id/iv_row_activity_future"
|
|
|
android:contentDescription="@string/app_cdesc"
|
|
|
android:minHeight="30dp"
|
|
|
android:minWidth="30dp"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
- android:layout_weight=".7" />
|
|
|
-
|
|
|
- <TableLayout
|
|
|
- android:layout_width="fill_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:gravity="end"
|
|
|
- android:stretchColumns="1"
|
|
|
- android:layout_gravity="center_vertical|end"
|
|
|
- android:layout_marginEnd="15dp"
|
|
|
- android:layout_weight=".3">
|
|
|
-
|
|
|
- <TableRow
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:textAppearance="@android:style/TextAppearance.Medium"
|
|
|
- android:text="@string/activity_city"
|
|
|
- android:gravity="end"
|
|
|
- android:padding="4dp" />
|
|
|
+ android:background="@color/image_border"
|
|
|
+ android:padding="0.5dp"
|
|
|
+ android:layout_margin="3dp"/>
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:textAppearance="@android:style/TextAppearance.Medium"
|
|
|
- android:id="@+id/tv_row_activity_future_city"
|
|
|
- android:padding="4dp" />
|
|
|
- </TableRow>
|
|
|
+ <LinearLayout
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
+ android:gravity="center_vertical">
|
|
|
|
|
|
- <TableRow
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_row_activity_future_date"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:textAppearance="?android:attr/textAppearanceMedium"
|
|
|
+ android:textStyle="italic"
|
|
|
+ android:layout_marginTop="4dp"
|
|
|
+ android:layout_marginStart="8dp"
|
|
|
+ android:layout_marginLeft="8dp" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:textAppearance="@android:style/TextAppearance.Medium"
|
|
|
- android:text="@string/activity_price"
|
|
|
- android:gravity="end"
|
|
|
- android:padding="4dp" />
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_row_activity_future_city"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:textAppearance="?android:attr/textAppearanceMedium"
|
|
|
+ android:textStyle="italic"
|
|
|
+ android:layout_marginTop="4dp"
|
|
|
+ android:layout_marginStart="8dp"
|
|
|
+ android:layout_marginLeft="8dp" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:textAppearance="@android:style/TextAppearance.Medium"
|
|
|
- android:id="@+id/tv_row_activity_future_price"
|
|
|
- android:padding="4dp" />
|
|
|
- </TableRow>
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_row_activity_future_price"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:textAppearance="?android:attr/textAppearanceMedium"
|
|
|
+ android:textStyle="italic"
|
|
|
+ android:layout_marginTop="4dp"
|
|
|
+ android:layout_marginStart="8dp"
|
|
|
+ android:layout_marginLeft="8dp" />
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- </TableLayout>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<TextView
|
|
|
@@ -94,7 +76,16 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:textAppearance="@android:style/TextAppearance.Medium"
|
|
|
android:id="@+id/tv_row_activity_future_text"
|
|
|
- android:layout_margin="7dp" />
|
|
|
+ android:layout_margin="7dp"
|
|
|
+ android:maxLines="6"
|
|
|
+ android:minHeight="30dp"/>
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:layout_height="40dp"
|
|
|
+ android:layout_marginTop="-40dp"
|
|
|
+ android:background="@drawable/gradient_v_white"/>
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|