Newer
Older
dxcgt_app / app / src / main / res / layout / problemoverpr.xml
wangxitong on 12 Jan 2021 753 bytes first commit
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    style="@style/style_main_layout" >

    <view
        android:id="@+id/titlebar"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        class="com.smartdot.cgt.view.TitleBar" >
    </view>


    <ScrollView
        android:layout_width="match_parent"
        android:layout_height="wrap_content" >

        <LinearLayout
            android:id="@+id/wr_areas"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:orientation="vertical"
            android:clickable="true">
        </LinearLayout>
    </ScrollView>

</LinearLayout>