
Android
OliverkingLi
耶耶
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Android简单计算器界面实现
XML文件: <GridLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent"原创 2017-02-16 19:11:04 · 4366 阅读 · 0 评论 -
Android动态布局控制
XML <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent">原创 2017-02-16 20:08:51 · 472 阅读 · 0 评论 -
Android之霓虹灯实现小效果
XML文件中: <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent">原创 2017-02-16 10:53:24 · 894 阅读 · 0 评论