aboutsummaryrefslogtreecommitdiff
path: root/src/main/res/layout/tip_layout_1.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/layout/tip_layout_1.xml')
-rw-r--r--src/main/res/layout/tip_layout_1.xml45
1 files changed, 45 insertions, 0 deletions
diff --git a/src/main/res/layout/tip_layout_1.xml b/src/main/res/layout/tip_layout_1.xml
new file mode 100644
index 000000000..a0e1b5d0b
--- /dev/null
+++ b/src/main/res/layout/tip_layout_1.xml
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2013 Menny Even-Danan
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:orientation="vertical">
+
+ <TextView
+ style="@android:style/TextAppearance.Medium"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:gravity="center"
+ android:text="@string/tip_1_welcome_to_ask"
+ android:textStyle="bold"/>
+
+ <TextView
+ style="@android:style/TextAppearance.Medium"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/tip_1_how_to_access_settings"/>
+
+ <ImageView
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center"
+ android:layout_marginTop="10dp"
+ android:scaleType="centerInside"
+ android:src="@drawable/tip_1_ask_settings"/>
+
+</LinearLayout> \ No newline at end of file