forked from hzuapps/android-labs-2020
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
2 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.