为了账号安全,请及时绑定邮箱和手机立即绑定

Activity 实现一个界面

有一张背景图,在上面输入文字 用Activity 实现这样一个界面  哪位可以帮帮我,刚接触Android ,能详细一点吗

明天早上交不出来 我就惨了

正在回答

3 回答

<?xml version="1.0" encoding="utf-8"?>
<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"

   tools:context="com.mycompany.wanan.MainActivity">

   <ImageView
       android:layout_width="match_parent"
       android:layout_height="match_parent"
       android:src="@mipmap/ic_launcher"/>

   <TextView
       android:layout_width="wrap_content"
       android:layout_height="wrap_content"
       android:textSize="40dp"
       android:text="Hello World!"
       android:layout_centerHorizontal="true"
       android:layout_centerVertical="true"
       />
</RelativeLayout>



1 回复 有任何疑惑可以回复我~
#1

wanan霓裳1007 提问者

背景图片怎么复制进去啊
2016-08-10 回复 有任何疑惑可以回复我~
#2

mottc 回复 wanan霓裳1007 提问者

把你的背景图放到项目中的mipmap文件夹中,然后用android:background=""设置就行了。
2016-08-10 回复 有任何疑惑可以回复我~
查看1条回复

@drawable

1 回复 有任何疑惑可以回复我~
android:background="@drawalbe/你的图片名字如:ic_launcher"


1 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Android攻城狮的第一门课(入门篇)
  • 参与学习       312585    人
  • 解答问题       4633    个

想快速掌握Android应用开发基础,选择学习这门课程就对了。

进入课程

Activity 实现一个界面

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信