内射老阿姨1区2区3区4区_久久精品人人做人人爽电影蜜月_久久国产精品亚洲77777_99精品又大又爽又粗少妇毛片

Android中怎么利用CardView控件實(shí)現(xiàn)卡片效果

今天就跟大家聊聊有關(guān)Android中怎么利用CardView控件實(shí)現(xiàn)卡片效果,可能很多人都不太了解,為了讓大家更加了解,小編給大家總結(jié)了以下內(nèi)容,希望大家根據(jù)這篇文章可以有所收獲。

創(chuàng)新互聯(lián)公司專注于成都網(wǎng)站建設(shè)服務(wù)及定制,我們擁有豐富的企業(yè)做網(wǎng)站經(jīng)驗(yàn)。 熱誠(chéng)為您提供成都營(yíng)銷型網(wǎng)站建設(shè),成都網(wǎng)站制作、成都網(wǎng)頁(yè)設(shè)計(jì)、成都網(wǎng)站官網(wǎng)定制、微信小程序開發(fā)服務(wù),打造成都網(wǎng)絡(luò)公司原創(chuàng)品牌,更為您提供成都網(wǎng)站排名全網(wǎng)營(yíng)銷落地服務(wù)。

1.添加依賴

implementation 'com.android.support:cardview-v7:25.3.1'

2.主界面設(shè)置一些卡片的屬性:

package com.example.admin.ztest; import android.support.v7.app.AppCompatActivity;import android.os.Bundle;import android.support.v7.widget.CardView;/*app:cardBackgroundColor這是設(shè)置背景顏色 app:cardCornerRadius這是設(shè)置圓角大小 app:cardElevation這是設(shè)置z軸的陰影 app:cardMaxElevation這是設(shè)置z軸的最大高度值 app:cardUseCompatPadding是否使用CompatPadding app:cardPreventCornerOverlap是否使用PreventCornerOverlap app:contentPadding 設(shè)置內(nèi)容的padding app:contentPaddingLeft 設(shè)置內(nèi)容的左padding app:contentPaddingTop 設(shè)置內(nèi)容的上padding app:contentPaddingRight 設(shè)置內(nèi)容的右padding app:contentPaddingBottom 設(shè)置內(nèi)容的底padding */ public class MainActivity extends AppCompatActivity {  CardView cardView;   @Override  protected void onCreate(Bundle savedInstanceState) {    super.onCreate(savedInstanceState);    setContentView(R.layout.activity_first);    cardView = (CardView) findViewById(R.id.cardView);    cardView.setRadius(8);//設(shè)置圖片圓角的半徑大小    cardView.setCardElevation(8);//設(shè)置陰影部分大小    cardView.setContentPadding(5, 5, 5, 5);//設(shè)置圖片距離陰影大小  }}

布局頁(yè)面:

<?xml version="1.0" encoding="utf-8"?><android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"  xmlns:app="http://schemas.android.com/apk/res-auto"  android:id="@+id/cardView"  android:layout_width="match_parent"  android:layout_height="match_parent"  android:layout_margin="10dp"  app:cardCornerRadius="8dp">    <LinearLayout    android:layout_width="600pt"    android:layout_height="100pt"    android:background="@drawable/bg_battery_detail"    android:orientation="vertical">     <RelativeLayout      android:layout_width="match_parent"      android:layout_height="match_parent"      android:layout_marginLeft="5dp"      android:layout_marginRight="5dp"      android:layout_marginTop="5dp"      android:background="#184467">       <LinearLayout        android:layout_width="match_parent"        android:layout_height="wrap_content"        android:layout_centerInParent="true"        android:orientation="horizontal">         <TextView          android:id="@+id/tvBatteryNo"          android:layout_width="wrap_content"          android:layout_height="wrap_content"          android:layout_centerVertical="true"          android:text="電池編號(hào)"          android:textColor="@color/color_z2"          android:textSize="20sp" />         <TextView          android:id="@+id/tvBatterySlotNo"          android:layout_width="wrap_content"          android:layout_height="wrap_content"          android:layout_centerVertical="true"          android:layout_marginLeft="15pt"          android:text="@string/app_name"          android:textColor="@color/white"          android:textSize="20sp" />      </LinearLayout>       <ImageView        android:id="@+id/ivCloseDialog"        android:layout_width="39pt"        android:layout_height="39pt"        android:layout_alignParentRight="true"        android:layout_centerVertical="true"        android:layout_marginRight="8pt"        android:padding="7pt"        android:src="@mipmap/popup_del" />     </RelativeLayout>    </LinearLayout>  </android.support.v7.widget.CardView>

看完上述內(nèi)容,你們對(duì)Android中怎么利用CardView控件實(shí)現(xiàn)卡片效果有進(jìn)一步的了解嗎?如果還想了解更多知識(shí)或者相關(guān)內(nèi)容,請(qǐng)關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道,感謝大家的支持。

分享標(biāo)題:Android中怎么利用CardView控件實(shí)現(xiàn)卡片效果
轉(zhuǎn)載注明:http://m.rwnh.cn/article48/igjdep.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供全網(wǎng)營(yíng)銷推廣、品牌網(wǎng)站設(shè)計(jì)網(wǎng)頁(yè)設(shè)計(jì)公司、網(wǎng)站內(nèi)鏈、企業(yè)建站、自適應(yīng)網(wǎng)站

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)

網(wǎng)站托管運(yùn)營(yíng)
金门县| 望谟县| 青州市| 新龙县| 闻喜县| 德清县| 忻城县| 弥勒县| 镇雄县| 双峰县| 阿坝县| 卫辉市| 保亭| 上栗县| 措勤县| 平湖市| 同德县| 邢台县| 永泰县| 阳西县| 阿拉尔市| 荥经县| 西乌珠穆沁旗| 丰宁| 左贡县| 莫力| 聂拉木县| 东光县| 桑日县| 南充市| 荔浦县| 慈溪市| 青海省| 鱼台县| 萨迦县| 洞头县| 合山市| 安图县| 辉县市| 安西县| 宁南县|