-
1.材料设计的主题: <resources> <style name="AppTheme" parent="android:Theme.Material"> ... </style> </resources>查看全部
-
1.设计方式:拟物话,扁平化(iOS),阴影和层次化(Google材料设计)查看全部
-
SVG设计工具 在线:svg-edit 离线:inkscape查看全部
-
使用材料主题 @android:style/Theme.Material @android:style/Theme.Material.Light @android:style/Theme.Material.Light.DarkActionBar查看全部
-
检测Intel x86模拟器加速器是否安装成功: Windows: sc query intelhaxm Mac OS X: kextstat|grep intel查看全部
-
从官方下载x86模拟器加速器: https://software.intel.com/en-US/android查看全部
-
下载和安装Intel x86模拟器加速器 下载到android-sdk/extras/intel/目录下查看全部
-
制定动画 starActivity(intent,ActivityOptions.makeSceneTransitionAnimation(this).toBundle());查看全部
-
使用List和Card查看全部
-
阴影效果查看全部
-
让视图产生阴影 <TextView ... android:elevation="5dp"/>查看全部
-
使用材料设计主题: <resources> <style name="AppTheme" parent="android:Theme.Material"> </style> </resources>查看全部
-
1.拟物化 2.扁平化 3.阴影和层次化查看全部
-
定制动画查看全部
-
RecyclerView --- ListView的增强 CardView --- 卡片效果查看全部
举报
0/150
提交
取消