-
CardView CardView继承自FrameLayout类,可以在一个卡片布局中一致性的显示内容,卡片可以包含圆角和阴影。 可以使用android:elevation属性,创建一个阴影的卡片。 怎样指定CardView的属性: 1、使用android:cardCornerRadius属性指定圆角半径 2、使用CardView.setRadius 设置圆角半径。 3、使用 android:cardBackgroundColor属性设置卡片颜色 在创建布局文件中创建CardView: [html] view plain copy print? <!-- A CardView that contains a TextView --> <android.support.v7.widget.CardView xmlns:card_view="http://schemas.android.com/apk/res-auto" android:id="@+id/card_view" android:layout_gravity="center" android:layout_width="200dp" android:layout_height="200dp" card_view:cardCornerRadius="4dp"> <TextView android:id="@+id/info_text" android:layout_width="match_parent" android:layout_height="match_parent" /> </android.support.v7.widget.CardView>查看全部
-
~查看全部
-
~查看全部
-
app:tabGravity="fill"占据整个屏幕。<br> app:tabMode="fixed"固定的不可以滚动。查看全部
-
初始化tablayout和ViewPager之间的关联:如图查看全部
-
需要对tablayout进行定制,定制的话需要一些自定义的属性。我们需要一个命名空间。如: xmlns:app="http://schemas.android.com/apk/res-auto"查看全部
-
需要添加tablayout和ViewPager因为tablayout是design库的所以我们需要添加design的依赖:com.android.support:design:23.1.1查看全部
-
我的android studio里面没有file->没有这个imooc_festhival_sms,怎么才能有这个存在?我的只有APP查看全部
-
Test查看全部
-
layout查看全部
-
在网上找了些祝福语,写完了贴上来,想复制的不用再辛苦了。MessageSend就是Msg,构造函数可能跟老师写的不一样,改一下就是了。查看全部
举报
0/150
提交
取消