Skip to content

Commit

Permalink
merge from googlecode
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Feb 6, 2012
1 parent cee4577 commit 67f8e07
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions res/layout/file_view.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="wrap_content" android:orientation="vertical" android:layout_width="fill_parent">
<TextView android:text="@+id/TextView01" android:id="@+id/TextView01" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" android:textStyle="bold" android:layout_marginTop="5dip" android:layout_marginLeft="5dip"></TextView>
<TextView android:text="@+id/TextView02" android:id="@+id/TextView02" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="10dip"></TextView>
</LinearLayout>

0 comments on commit 67f8e07

Please sign in to comment.