mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 13:53:54 +01:00
This commit is contained in:
parent
9b3f3e9d3c
commit
69e7161c61
125 changed files with 542 additions and 506 deletions
|
|
@ -3,22 +3,22 @@
|
|||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:fresco="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="90dp"
|
||||
android:layout_height="90dp"
|
||||
android:layout_width="@dimen/big_height"
|
||||
android:layout_height="@dimen/big_height"
|
||||
android:id="@+id/rl_container"
|
||||
android:background="@drawable/thumbnail_not_selected"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<com.facebook.drawee.view.SimpleDraweeView
|
||||
android:id="@+id/iv_thumbnail"
|
||||
android:layout_width="90dp"
|
||||
android:layout_height="90dp"
|
||||
android:layout_width="@dimen/big_height"
|
||||
android:layout_height="@dimen/big_height"
|
||||
fresco:actualImageScaleType="fitCenter"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_error"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:layout_width="@dimen/half_standard_height"
|
||||
android:layout_height="@dimen/half_standard_height"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_gravity="end"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue