|
@@ -4,18 +4,21 @@
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:foreground="?android:attr/selectableItemBackground"
|
|
android:foreground="?android:attr/selectableItemBackground"
|
|
|
- android:padding="16dp">
|
|
|
|
|
|
|
+ android:paddingTop="16dp">
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
android:layout_width="40dp"
|
|
android:layout_width="40dp"
|
|
|
android:layout_height="40dp"
|
|
android:layout_height="40dp"
|
|
|
|
|
+ android:layout_marginStart="16dp"
|
|
|
android:background="@drawable/rectangle_placeholder_background"
|
|
android:background="@drawable/rectangle_placeholder_background"
|
|
|
tools:ignore="ContentDescription" />
|
|
tools:ignore="ContentDescription" />
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="56dp"
|
|
|
|
|
|
|
+ android:layout_marginBottom="16dp"
|
|
|
|
|
+ android:layout_marginEnd="16dp"
|
|
|
|
|
+ android:layout_marginStart="72dp"
|
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
@@ -85,4 +88,11 @@
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
+ <ImageView
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="0.5dp"
|
|
|
|
|
+ android:layout_gravity="bottom"
|
|
|
|
|
+ android:src="#1f000000"
|
|
|
|
|
+ tools:ignore="ContentDescription" />
|
|
|
|
|
+
|
|
|
</FrameLayout>
|
|
</FrameLayout>
|