2009-11-22 19:23:34 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2013-03-07 21:17:22 -05:00
|
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2009-11-22 19:23:34 -05:00
|
|
|
android:background="@android:drawable/bottom_bar"
|
2013-03-07 21:17:22 -05:00
|
|
|
android:gravity="bottom|right" >
|
|
|
|
|
2009-11-22 19:23:34 -05:00
|
|
|
<Button
|
|
|
|
android:id="@+id/next"
|
|
|
|
android:layout_width="wrap_content"
|
2013-03-07 21:17:22 -05:00
|
|
|
android:layout_height="wrap_content"
|
2009-11-22 19:23:34 -05:00
|
|
|
android:drawableRight="@drawable/button_indicator_next"
|
2013-03-07 21:17:22 -05:00
|
|
|
android:minWidth="@dimen/button_minWidth"
|
|
|
|
android:text="@string/next_action" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
</merge>
|