|
@@ -25,10 +25,11 @@
|
|
|
android:layout_alignParentBottom="false"
|
|
android:layout_alignParentBottom="false"
|
|
|
android:layout_marginEnd="90dp"
|
|
android:layout_marginEnd="90dp"
|
|
|
android:layout_marginBottom="90dp"
|
|
android:layout_marginBottom="90dp"
|
|
|
- android:padding="3dp"
|
|
|
|
|
|
|
+ android:padding="1dp"
|
|
|
android:layout_alignParentEnd="false"
|
|
android:layout_alignParentEnd="false"
|
|
|
android:layout_alignParentStart="false"
|
|
android:layout_alignParentStart="false"
|
|
|
- android:maxHeight="120dp" />
|
|
|
|
|
|
|
+ android:maxHeight="180dp"
|
|
|
|
|
+ android:src="@drawable/photo_placeholder_thumb"/>
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
android:contentDescription="@string/app_cdesc"
|
|
android:contentDescription="@string/app_cdesc"
|
|
@@ -44,9 +45,10 @@
|
|
|
android:layout_marginBottom="60dp"
|
|
android:layout_marginBottom="60dp"
|
|
|
android:layout_marginStart="30dp"
|
|
android:layout_marginStart="30dp"
|
|
|
android:layout_marginTop="30dp"
|
|
android:layout_marginTop="30dp"
|
|
|
- android:padding="3dp"
|
|
|
|
|
|
|
+ android:padding="1dp"
|
|
|
android:layout_alignParentStart="false"
|
|
android:layout_alignParentStart="false"
|
|
|
- android:maxHeight="120dp" />
|
|
|
|
|
|
|
+ android:maxHeight="180dp"
|
|
|
|
|
+ android:src="@drawable/photo_placeholder_thumb"/>
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
android:contentDescription="@string/app_cdesc"
|
|
android:contentDescription="@string/app_cdesc"
|
|
@@ -60,11 +62,12 @@
|
|
|
android:layout_alignParentBottom="false"
|
|
android:layout_alignParentBottom="false"
|
|
|
android:layout_marginStart="60dp"
|
|
android:layout_marginStart="60dp"
|
|
|
android:layout_marginTop="60dp"
|
|
android:layout_marginTop="60dp"
|
|
|
- android:padding="3dp"
|
|
|
|
|
|
|
+ android:padding="1dp"
|
|
|
android:layout_alignParentStart="false"
|
|
android:layout_alignParentStart="false"
|
|
|
- android:maxHeight="120dp"
|
|
|
|
|
|
|
+ android:maxHeight="180dp"
|
|
|
android:layout_marginEnd="30dp"
|
|
android:layout_marginEnd="30dp"
|
|
|
- android:layout_marginBottom="30dp" />
|
|
|
|
|
|
|
+ android:layout_marginBottom="30dp"
|
|
|
|
|
+ android:src="@drawable/photo_placeholder_thumb"/>
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
android:contentDescription="@string/app_cdesc"
|
|
android:contentDescription="@string/app_cdesc"
|
|
@@ -78,9 +81,10 @@
|
|
|
android:layout_alignParentBottom="false"
|
|
android:layout_alignParentBottom="false"
|
|
|
android:layout_marginStart="90dp"
|
|
android:layout_marginStart="90dp"
|
|
|
android:layout_marginTop="90dp"
|
|
android:layout_marginTop="90dp"
|
|
|
- android:padding="3dp"
|
|
|
|
|
|
|
+ android:padding="1dp"
|
|
|
android:layout_alignParentStart="false"
|
|
android:layout_alignParentStart="false"
|
|
|
- android:maxHeight="120dp" />
|
|
|
|
|
|
|
+ android:maxHeight="180dp"
|
|
|
|
|
+ android:src="@drawable/photo_placeholder_thumb"/>
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|