diff options
author | Teddy <[email protected]> | 2013-08-26 08:50:47 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2013-08-26 08:50:47 +0800 |
commit | 7a606637907476942c1f6686137ada6898d7eb14 (patch) | |
tree | 1510da0a6764f18a66958ebae6587353ac6e019c /client/res/layout/activity_main.xml | |
parent | 537d01ac3e78dec6828e068979dcd061e8f68a98 (diff) |
purged the repo
Diffstat (limited to 'client/res/layout/activity_main.xml')
-rw-r--r-- | client/res/layout/activity_main.xml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/client/res/layout/activity_main.xml b/client/res/layout/activity_main.xml deleted file mode 100644 index b2b61ac..0000000 --- a/client/res/layout/activity_main.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?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="wrap_content" - android:background="@android:color/white" - android:orientation="vertical"> - <RelativeLayout - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_alignParentTop="true" - android:id="@+id/main_headbar_layout" - > - <include layout="@layout/main_headbar"/> - </RelativeLayout> - <LinearLayout - android:id="@+id/main_footbar_layout" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_alignParentBottom="true" - > - <include layout="@layout/main_footbar"/> - </LinearLayout> -</RelativeLayout> |