最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

學(xué)習(xí)使用Material Design控件(三)使用CardView實(shí)現(xiàn)卡片效果

 更新時(shí)間:2017年07月28日 10:00:07   作者:貴公子  
這篇文章主要為大家介紹了學(xué)習(xí)使用Material Design控件的詳細(xì)教程,如何使用CardView實(shí)現(xiàn)卡片效果,具有一定的參考價(jià)值,感興趣的小伙伴們可以參考一下

本文主要介紹CardView的使用,CardView是繼承自FrameLayout,使用比較簡(jiǎn)單,只需要用CardView包含其他View就可以實(shí)現(xiàn)卡片效果了。

實(shí)現(xiàn)效果如下:


加入依賴庫(kù)

dependencies {
  ….
  compile 'com.android.support:cardview-v7:22.2.0'
}

Layout布局

 <android.support.v7.widget.CardView
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        app:cardCornerRadius="10dp"
        app:cardElevation="10dp"
        android:layout_marginBottom="@dimen/card_margin"
        android:layout_marginLeft="@dimen/card_margin"
        android:layout_marginRight="@dimen/card_margin">

        <LinearLayout
          style="@style/CardView.Content"
          android:layout_width="match_parent"
          android:layout_height="wrap_content"
          android:orientation="horizontal">

          <ImageView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:src="@drawable/book1" />

          <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginLeft="10dp"
            android:orientation="vertical">

            <TextView
              android:layout_width="match_parent"
              android:layout_height="wrap_content"
              android:text="@string/book_title_1"
              android:textAppearance="@style/TextAppearance.AppCompat.Title"
              android:textColor="@color/primary_text" />

            <TextView
              android:layout_width="match_parent"
              android:layout_height="wrap_content"
              android:layout_marginTop="2dp"
              android:text="@string/book_description_1"
              android:textColor="@color/secondary_text" />
          </LinearLayout>

        </LinearLayout>

</android.support.v7.widget.CardView>

app:cardBackgroundColor 設(shè)置CardView背景顏色
app:cardCornerRadius 設(shè)置CardView圓角大小
app:cardElevation 設(shè)置CardView陰影高度

項(xiàng)目源碼已發(fā)布到Github,以后慢慢加入其他控件的使用。
 源碼地址:MaterialDesignExample

以上就是本文的全部?jī)?nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持腳本之家。

相關(guān)文章

最新評(píng)論

新巴尔虎右旗| 兴业县| 杭锦旗| 上思县| 大足县| 盐池县| 铁力市| 女性| 馆陶县| 隆德县| 宜川县| 杂多县| 迭部县| 吴堡县| 西安市| 金阳县| 开封市| 阿鲁科尔沁旗| 陆河县| 达拉特旗| 藁城市| 沅江市| 平泉县| 鄢陵县| 天津市| 新龙县| 梨树县| 湖南省| 富源县| 子长县| 乌兰浩特市| 通辽市| 顺昌县| 中宁县| 临城县| 隆德县| 关岭| 宁远县| 留坝县| 麦盖提县| 河北区|