Skip to content

Commit

Permalink
#3 #131 第三次作业
Browse files Browse the repository at this point in the history
  • Loading branch information
mowenzi committed May 17, 2017
1 parent 5b6b77c commit 8d17a0a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Binary file added AndroidLabs/app/src/main/res/drawable/video.png
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
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/video">

<ListView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/lv"/>


</RelativeLayout>

0 comments on commit 8d17a0a

Please sign in to comment.