20 lines
721 B
XML
20 lines
721 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="vertical"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content">
|
|
<CheckedTextView
|
|
android:textSize="@dimen/f9"
|
|
android:textStyle="bold"
|
|
android:textColor="@color/jr"
|
|
android:gravity="center"
|
|
android:id="@+id/rj"
|
|
android:paddingLeft="@dimen/fn"
|
|
android:paddingTop="@dimen/f3"
|
|
android:paddingRight="@dimen/fn"
|
|
android:paddingBottom="@dimen/f3"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="路线 1"/>
|
|
</LinearLayout>
|