blob: 048b2c585ff3c5c9af73eb2d9831584cb784812f [file] [log] [blame]
Alexander Afanasyevbe305372015-03-21 12:46:52 -05001<?xml version="1.0" encoding="utf-8"?>
2<LinearLayout
3 xmlns:android="http://schemas.android.com/apk/res/android"
4 android:orientation="vertical"
5 android:layout_width="match_parent"
6 android:layout_height="match_parent"
7 style="@style/default_linear_layout_padding"
8 >
9
10 <TextView
11 android:layout_width="match_parent"
12 android:layout_height="wrap_content"
13 android:text="@string/fragment_route_details_title"
14 style="?android:listSeparatorTextViewStyle"
15 />
16
17 <TextView style="@style/default_custom_white_button"
18 android:layout_width="match_parent"
19 android:layout_height="wrap_content"
20 android:text=""
21 android:id="@+id/route_detail_prefix"/>
22
23 <TextView
24 android:layout_width="match_parent"
25 android:layout_height="wrap_content"
26 android:text="@string/fragment_route_details_next_hops"
27 style="?android:listSeparatorTextViewStyle"
28 />
29
30 <include
31 layout="@android:layout/list_content"
32 />
33
34</LinearLayout>