آموزش جاوا و اندروید

یادداشت های یک برنامه نویس معمولی

آموزش جاوا و اندروید

یادداشت های یک برنامه نویس معمولی

طبقه بندی موضوعی

آلبوم

چهارشنبه, ۲۲ مرداد ۱۳۹۹، ۰۲:۲۱ ق.ظ

با ریسایکلر ویو یه پروژه شبیه آلبوم زدم و خیلی دوسش دارم.

 

 

نکته ای که وجود داره تنظیمات imageView هست که کد XML رو میذارم. اینجا من imageView رو داخل کارد ویو گذاشتم.

البته این کتابخونه هم خیلی خوبه چون ویژگی های زیادی به عکس میده. به roundedCorner و اینا.

اینم فیلم آموزشیش که خیلی خوب بود.

 

<?xml version="1.0" encoding="utf-8"?>

<com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:adjustViewBounds="true"
    app:cardCornerRadius="8dp"
    app:cardElevation="8dp"
    android:layout_marginTop="16dp"
    android:layout_marginStart="16dp"
    >

    <androidx.constraintlayout.widget.ConstraintLayout
        android:layout_width="wrap_content"
        android:layout_height="wrap_content">

        <ImageView
            android:id="@+id/image"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:adjustViewBounds="true"
            android:src="@drawable/imag11"
            app:layout_constraintBottom_toBottomOf="parent"
            app:layout_constraintEnd_toEndOf="parent"
            app:layout_constraintStart_toStartOf="parent"
            app:layout_constraintTop_toTopOf="parent" />


    </androidx.constraintlayout.widget.ConstraintLayout>


</com.google.android.material.card.MaterialCardView>

به کدهای هایلایت شده دقت شود.

موافقین ۰ مخالفین ۰ ۹۹/۰۵/۲۲
میم دال

نظرات  (۰)

هیچ نظری هنوز ثبت نشده است

ارسال نظر

ارسال نظر آزاد است، اما اگر قبلا در بیان ثبت نام کرده اید می توانید ابتدا وارد شوید.
شما میتوانید از این تگهای html استفاده کنید:
<b> یا <strong>، <em> یا <i>، <u>، <strike> یا <s>، <sup>، <sub>، <blockquote>، <code>، <pre>، <hr>، <br>، <p>، <a href="" title="">، <span style="">، <div align="">
تجدید کد امنیتی