Skip to content

Commit

Permalink
hzuapps#3 hzuapps#63 第三次作业
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwx committed May 10, 2017
1 parent 4845782 commit b06894e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
Binary file added AndroidLabs/app/src/main/res/drawable/peng.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
android:layout_height="wrap_content"
android:layout_marginLeft="290dp"
android:layout_marginTop="5dp"
android:text="历史" />
android:text="历史"/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand Down Expand Up @@ -37,5 +37,17 @@
android:layout_height="wrap_content"
android:layout_marginLeft="130dp"
android:text="搜索" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:drawableTop="@drawable/peng"
android:layout_gravity="center"
android:layout_marginTop="40dp"
android:text="@string/hello"
android:textSize="25dp"
android:textAlignment="center"
>

</TextView>

</LinearLayout>
4 changes: 4 additions & 0 deletions AndroidLabs/app/src/main/res/values/strings1414080903224.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="hello">Hello Peng</string>
</resources>

0 comments on commit b06894e

Please sign in to comment.