/ime/latinime/res/layout/tutorial_navigation_elem.xml
XML | 25 lines | 25 code | 0 blank | 0 comment | 0 complexity | df8bc27825b7de13aedb65ac9ac3b815 MD5 | raw file
1<?xml version="1.0" encoding="utf-8"?> 2<RelativeLayout 3 xmlns:android="http://schemas.android.com/apk/res/android" 4 android:layout_width="match_parent" 5 android:layout_height="wrap_content" 6 style="@android:style/ButtonBar"> 7 <com.googlecode.eyesfree.inputmethod.latin.tutorial.ContentButton 8 android:id="@+id/tutorial_previous" 9 android:layout_width="wrap_content" 10 android:layout_height="wrap_content" 11 android:layout_alignParentLeft="true" 12 android:layout_centerVertical="true" 13 android:drawableLeft="@drawable/ic_previous" 14 android:text="@string/tutorial_previous" 15 android:contentDescription="@string/tutorial_previous_hint" /> 16 <com.googlecode.eyesfree.inputmethod.latin.tutorial.ContentButton 17 android:id="@+id/tutorial_continue" 18 android:layout_width="wrap_content" 19 android:layout_height="wrap_content" 20 android:layout_alignParentRight="true" 21 android:layout_centerVertical="true" 22 android:drawableRight="@drawable/ic_continue" 23 android:text="@string/tutorial_continue" 24 android:contentDescription="@string/tutorial_continue_hint" /> 25</RelativeLayout>