blob: bb4b36f00d0f6284f87e3ab52d8ed6bbf36b07ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context=".ActivityLoaderActivity" >
<Button
android:id="@+id/start_bookmarks_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/main_button3" />
</LinearLayout>
|