forked from amazingfate/loongoffice
22 lines
821 B
XML
22 lines
821 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical" >
|
|
|
|
<TextView
|
|
android:id="@+id/startpresentation_instruction"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center_horizontal"
|
|
android:layout_margin="5dip"
|
|
android:text="@string/startpresentation_instruction" />
|
|
|
|
<Button
|
|
android:id="@+id/startpresentation_button"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center_horizontal"
|
|
android:text="@string/startpresentation_button" />
|
|
|
|
</LinearLayout> |