123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- style="@style/dalan_right_tab_llyt">
- <!--android:background="@drawable/dalan_service_bg"-->
- <!--<LinearLayout-->
- <!--android:layout_width="wrap_content"-->
- <!--android:layout_height="wrap_content">-->
- <!--<TextView-->
- <!--android:layout_width="wrap_content"-->
- <!--android:layout_height="wrap_content"-->
- <!--android:text="@string/dalan_service_qq"-->
- <!--android:textColor="@color/dalan_blue"-->
- <!--android:textSize="@dimen/text_size_12" />-->
- <!--<TextView-->
- <!--android:text="123456789"-->
- <!--android:id="@+id/dalan_tv_service_qq_number"-->
- <!--android:layout_width="wrap_content"-->
- <!--android:layout_height="wrap_content"-->
- <!--android:layout_marginLeft="@dimen/view_padding_8"-->
- <!--android:textColor="@color/dalan_blue"-->
- <!--android:textIsSelectable="true"-->
- <!--android:textSize="@dimen/text_size_12" />-->
- <!--</LinearLayout>-->
- <!--<LinearLayout-->
- <!--android:layout_marginTop="@dimen/margin_12"-->
- <!--android:layout_width="wrap_content"-->
- <!--android:layout_height="wrap_content">-->
- <!--<TextView-->
- <!--android:layout_width="wrap_content"-->
- <!--android:layout_height="wrap_content"-->
- <!--android:text="@string/dalan_service_tel"-->
- <!--android:textColor="@color/dalan_orange"-->
- <!--android:textSize="@dimen/text_size_12" />-->
- <!--<TextView-->
- <!--android:id="@+id/dalan_tv_service_tel_number"-->
- <!--android:text="10010"-->
- <!--android:layout_width="wrap_content"-->
- <!--android:layout_height="wrap_content"-->
- <!--android:layout_marginLeft="@dimen/view_padding_8"-->
- <!--android:textColor="@color/dalan_orange"-->
- <!--android:textSize="@dimen/text_size_12" />-->
- <!--</LinearLayout>-->
- <!--<TextView-->
- <!--android:layout_width="wrap_content"-->
- <!--android:layout_height="wrap_content"-->
- <!--android:layout_marginTop="40dp"-->
- <!--android:text="@string/dalan_copy_qq_and_tel"-->
- <!--android:textColor="@color/dalan_black"-->
- <!--android:textSize="10sp" />-->
- <WebView
- android:id="@+id/dalan_wv_service"
- android:layout_width="match_parent"
- android:layout_height="match_parent"></WebView>
- </LinearLayout>
|