Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
woyizhidouzai committed Jun 14, 2016
1 parent cb03889 commit 14c0a2c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/src/main/res/layout/net1314080903217_main.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:gravity="center_horizontal"
>
<Button
android:id="@+id/setTime"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/setTime"
/>
</LinearLayout>

0 comments on commit 14c0a2c

Please sign in to comment.