Skip to content

Commit

Permalink
Merge pull request #377 from mowenzi/master
Browse files Browse the repository at this point in the history
#3 #131 第三次作业
  • Loading branch information
zengsn authored May 26, 2017
2 parents 953d13e + 7f1d0cc commit c345934
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 c345934

Please sign in to comment.