摘要: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_pa 阅读全文
posted @ 2019-11-05 16:02 快乐的派大星 阅读(167) 评论(0) 推荐(0)
摘要: package com.example.qq2; import android.app.Activity; import android.content.SharedPreferences; import android.content.SharedPreferences.Editor; impor 阅读全文
posted @ 2019-10-30 13:22 快乐的派大星 阅读(124) 评论(0) 推荐(0)
摘要: 1.Fragment的简介: Fragment是Android3.0以后引入的新的api,为了适配大屏的平板。 在普通手机开发的过程中,使用Fragment能实现一个界面的多次使用,能加快效率。Fragment可以被认为是Activity界面的一个布局,其依赖于Activity,但是拥有自己的活动事 阅读全文
posted @ 2019-10-23 20:40 快乐的派大星 阅读(119) 评论(0) 推荐(0)
摘要: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_ 阅读全文
posted @ 2019-10-22 11:36 快乐的派大星 阅读(148) 评论(0) 推荐(0)
摘要: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_ 阅读全文
posted @ 2019-10-13 08:32 快乐的派大星 阅读(140) 评论(0) 推荐(0)
摘要: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_ 阅读全文
posted @ 2019-10-05 12:19 快乐的派大星 阅读(140) 评论(0) 推荐(0)
摘要: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/haah" android 阅读全文
posted @ 2019-09-20 17:40 快乐的派大星 阅读(148) 评论(0) 推荐(0)
摘要: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_pa 阅读全文
posted @ 2019-09-15 15:53 快乐的派大星 阅读(111) 评论(0) 推荐(0)
摘要: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" andro 阅读全文
posted @ 2019-09-08 14:17 快乐的派大星 阅读(125) 评论(0) 推荐(1)
摘要: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_ 阅读全文
posted @ 2019-09-04 14:18 快乐的派大星 阅读(105) 评论(0) 推荐(0)