Skip to content

Commit

Permalink
hzuapps#3 hzuapps#81 81 第3次实验
Browse files Browse the repository at this point in the history
git push

git
git add
git commit -m#3
  • Loading branch information
JieBro333 authored and JieBro333 committed Oct 12, 2020
1 parent 4622a6b commit f70abb7
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions students/net1814080903220/activity_show.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="15dp"
tools:context=".Net1814080903220MainActivity"
android:background="@drawable/white"> **主页界面放置app背景图片
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<Button
android:id="@+id/E_dit"
android:layout_width="150dp"
android:layout_height="wrap_content"
android:text="编辑纪念日"
android:elevation="8dp"
android:textSize="22sp"
android:background="@drawable/btn_edit"
android:textColor="#030303">
</Button>
</RelativeLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="530dp"
>
<Button
android:id="@+id/P_icture"
android:layout_width="150dp"
android:layout_height="wrap_content"
android:text="更换背景图片"
android:textSize="20sp"
android:background="@drawable/btn_picture"
android:layout_below="@+id/E_dit"
android:layout_marginLeft="230dp"
>
</Button>

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="">


</TextView>
</RelativeLayout>
</RelativeLayout>
Binary file added students/net1814080903220/white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f70abb7

Please sign in to comment.