This repository has been archived by the owner on Jul 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bc747cc
commit 71ec13d
Showing
4 changed files
with
50 additions
and
60 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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 |
---|---|---|
@@ -1,65 +1,55 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:orientation="vertical" | ||
android:background="#5acace" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent"> | ||
|
||
android:layout_height="match_parent" | ||
android:orientation="vertical"> | ||
|
||
|
||
<RelativeLayout android:layout_width="fill_parent" | ||
<ImageView | ||
android:id="@+id/imageView2" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:scaleType="center" | ||
android:src="@drawable/background" | ||
|
||
android:layout_alignParentTop="true" | ||
android:layout_alignParentStart="true"> | ||
|
||
<LinearLayout | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:orientation="vertical" | ||
android:id="@+id/linearLayout" | ||
android:layout_alignParentBottom="true" | ||
android:layout_centerHorizontal="true" | ||
android:layout_marginBottom="150dp"> | ||
|
||
<LinearLayout android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:layout_gravity="center_horizontal"> | ||
|
||
</LinearLayout> | ||
|
||
|
||
</LinearLayout> | ||
|
||
<ImageView | ||
android:paddingTop="100dp" | ||
android:layout_width="wrap_content" | ||
android:src="@drawable/mybg" | ||
android:layout_height="wrap_content" | ||
android:layout_alignParentTop="true" | ||
|
||
android:layout_marginEnd="17dp" /> | ||
|
||
<android.support.v7.widget.AppCompatTextView | ||
android:layout_width="wrap_content" | ||
android:text="小米净化 1.5" | ||
android:gravity="center" | ||
android:layout_height="wrap_content" | ||
android:layout_alignParentTop="true" | ||
android:layout_centerHorizontal="true" | ||
android:textSize="25sp" | ||
android:layout_marginTop="50dp" /> | ||
|
||
<!--<ImageView--> | ||
<!--android:layout_width="125dp"--> | ||
<!--android:layout_height="wrap_content"--> | ||
<!--android:src="@drawable/shooter"--> | ||
<!--android:adjustViewBounds="true"--> | ||
<!--android:id="@+id/imageView3"--> | ||
<!----> | ||
<!--android:layout_above="@+id/linearLayout"--> | ||
<!--android:layout_centerHorizontal="true" />--> | ||
|
||
android:layout_alignParentStart="true" /> | ||
|
||
<TextView | ||
android:id="@+id/ccd" | ||
android:text="1.6.0" | ||
android:textColor="#fff" | ||
android:fontFamily="sans-serif-condensed" | ||
android:textSize="25sp" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="10dp" | ||
android:layout_below="@+id/cc" | ||
android:layout_alignStart="@+id/ccdd" /> | ||
|
||
<TextView | ||
android:id="@+id/ccdd" | ||
android:text="还你一个干净的世界" | ||
android:textColor="#fff" | ||
android:fontFamily="sans-serif-condensed" | ||
android:textSize="30sp" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="13dp" | ||
android:layout_below="@+id/ccd" | ||
android:layout_alignParentStart="true" | ||
android:layout_marginStart="30dp" /> | ||
|
||
<TextView | ||
android:id="@+id/cc" | ||
android:text="小米净化" | ||
android:textColor="#fff" | ||
android:fontFamily="sans-serif-condensed" | ||
android:textSize="35sp" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="38dp" | ||
android:layout_alignParentTop="true" | ||
android:layout_alignStart="@+id/ccd" /> | ||
|
||
</RelativeLayout> | ||
</RelativeLayout> |
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