摘要: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android. 阅读全文
posted @ 2019-11-13 19:28 akaxuan 阅读(114) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/ 阅读全文
posted @ 2019-11-13 19:23 akaxuan 阅读(122) 评论(0) 推荐(0)
摘要: 两种包import Fragment包分为两种: android.support.app.Fragment: android.support.v4.app.Fragment:兼容性更强 常用的类和方法类FragmentActivity:可包含多个Fragment FragmentManager:嵌入 阅读全文
posted @ 2019-11-13 19:08 akaxuan 阅读(85) 评论(0) 推荐(0)
摘要: package com.example.qerw; import android.content.Intent; import android.os.Bundle; import android.support.v7.app.ActionBarActivity; import android.vie 阅读全文
posted @ 2019-11-13 19:05 akaxuan 阅读(114) 评论(0) 推荐(0)