cardview属性收集

  • GuideView

  • 本系统能够快速的为一个Activity里的任何一个View控件创建一个卡片式的布局。

  • 工作原理

cardview属性收集_第1张图片
cardview.png
  • usage


    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_marginLeft="8dp"
    android:layout_marginRight="8dp"
    android:layout_marginTop="6dp"
    android:foreground="?attr/selectableItemBackground"
    app:cardBackgroundColor="@android:color/white"
    app:cardPreventCornerOverlap="false"
    app:cardUseCompatPadding="true">
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    android:padding="16dp">

     
    
     
    
     
            
    
    
  • 新闻条目.png
    
    
    
     
    
      
    
      
    
      
    
      
    
    
    
    
  • cardview属性收集_第2张图片
    QQ截图20160725170539.png


    android:id="@+id/home_item_root_view"
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_marginBottom="4dp"
    android:layout_marginLeft="2dp"
    android:layout_marginRight="2dp"
    app:cardCornerRadius="2dp"
    app:cardElevation="0dp">

     
    
      
    
      
    
    
    
    
    
cardview属性收集_第3张图片
QQ截图20160729111406.png
  
  

  

    

    

        

        

            

            
        
    

  
  

你可能感兴趣的:(cardview属性收集)