46 lines
1.3 KiB
XML
46 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="vertical"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<cc.winboll.studio.libaes.views.AToolbar
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/toolbar_height"
|
|
android:id="@+id/activitysmsASupportToolbar1"/>
|
|
|
|
<RelativeLayout
|
|
android:orientation="vertical"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:paddingBottom="10dp">
|
|
|
|
<ScrollView
|
|
android:layout_alignParentTop="true"
|
|
android:layout_above="@+id/activitysmsinclude1"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:id="@+id/activitysmsinphoneScrollView1"
|
|
android:layout_weight="1.0"
|
|
android:isScrollContainer="false">
|
|
|
|
<cc.winboll.studio.mymessagemanager.views.SMSListViewForScrollView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:id="@+id/activitysmsinphoneListView1"/>
|
|
|
|
</ScrollView>
|
|
|
|
<include
|
|
android:layout_alignParentBottom="true"
|
|
layout="@layout/view_smssend"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:id="@+id/activitysmsinclude1"/>
|
|
|
|
</RelativeLayout>
|
|
|
|
</LinearLayout>
|
|
|