You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.3 KiB
44 lines
1.3 KiB
12 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:orientation="vertical"
|
||
|
android:background="@drawable/bar">
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/textView1"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:text="Refresh" />
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/textView2"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:text="Add to Bookmarks" />
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/textView3"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:text="Bookmarks" />
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/textView4"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:text="Share" />
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/textView5"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:text="Settings" />
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/textView6"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:text="Forward" />
|
||
|
|
||
|
</LinearLayout>
|