commit
dd207daf39
@ -1,46 +1,99 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
<ScrollView
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
tools:context=".SearchEntryActivity">
|
||||
|
||||
|
||||
<com.loopeer.cardstack.CardStackView
|
||||
android:id="@+id/cardStackView"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="299dp"></com.loopeer.cardstack.CardStackView>
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="24sp"
|
||||
android:text="你可能感兴趣"
|
||||
android:textStyle="bold"
|
||||
android:paddingLeft="100dp"
|
||||
android:paddingTop="150dp"
|
||||
android:id="@+id/asscoiate_text"
|
||||
/>
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="20dp"
|
||||
android:id="@+id/asscoiate_entry"
|
||||
/>
|
||||
<ListView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingTop="40dp"
|
||||
android:paddingLeft="20dp"
|
||||
android:divider="@null"
|
||||
android:id="@+id/listview_group"
|
||||
android:textSize="16sp"
|
||||
android:textColor="#ff000000"
|
||||
android:shadowDx="4"
|
||||
android:shadowDy="4"
|
||||
android:shadowRadius="2"
|
||||
/>
|
||||
|
||||
</LinearLayout>
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:scrollbars="vertical"
|
||||
android:fadingEdge="vertical">
|
||||
<LinearLayout
|
||||
android:orientation="vertical"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
tools:context=".MainActivity">
|
||||
|
||||
<com.loopeer.cardstack.CardStackView
|
||||
android:id="@+id/cardStackView"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="500dp"></com.loopeer.cardstack.CardStackView>
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="24sp"
|
||||
android:text="你可能感兴趣"
|
||||
android:textStyle="bold"
|
||||
android:paddingLeft="100dp"
|
||||
android:paddingTop="150dp"
|
||||
android:id="@+id/asscoiate_text"
|
||||
/>
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="20dp"
|
||||
android:id="@+id/asscoiate_entry"
|
||||
/>
|
||||
<ListView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingTop="40dp"
|
||||
android:paddingLeft="20dp"
|
||||
android:divider="@null"
|
||||
android:id="@+id/listview_group"
|
||||
android:textSize="16sp"
|
||||
android:textColor="#ff000000"
|
||||
android:shadowDx="4"
|
||||
android:shadowDy="4"
|
||||
android:shadowRadius="2"
|
||||
/>
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
|
||||
|
||||
|
||||
<!--<?xml version="1.0" encoding="utf-8"?>-->
|
||||
<!--<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"-->
|
||||
<!-- xmlns:app="http://schemas.android.com/apk/res-auto"-->
|
||||
<!-- xmlns:tools="http://schemas.android.com/tools"-->
|
||||
<!-- android:layout_width="match_parent"-->
|
||||
<!-- android:layout_height="wrap_content"-->
|
||||
<!-- android:orientation="vertical"-->
|
||||
<!-- tools:context=".SearchEntryActivity">-->
|
||||
|
||||
|
||||
<!-- <com.loopeer.cardstack.CardStackView-->
|
||||
<!-- android:id="@+id/cardStackView"-->
|
||||
<!-- android:layout_width="match_parent"-->
|
||||
<!-- android:layout_height="match_parent"></com.loopeer.cardstack.CardStackView>-->
|
||||
|
||||
<!-- <TextView-->
|
||||
<!-- android:layout_width="wrap_content"-->
|
||||
<!-- android:layout_height="wrap_content"-->
|
||||
<!-- android:textSize="24sp"-->
|
||||
<!-- android:text="你可能感兴趣"-->
|
||||
<!-- android:textStyle="bold"-->
|
||||
<!-- android:paddingLeft="100dp"-->
|
||||
<!-- android:paddingTop="150dp"-->
|
||||
<!-- android:id="@+id/asscoiate_text"-->
|
||||
<!-- />-->
|
||||
<!-- <TextView-->
|
||||
<!-- android:layout_width="wrap_content"-->
|
||||
<!-- android:layout_height="wrap_content"-->
|
||||
<!-- android:paddingLeft="20dp"-->
|
||||
<!-- android:id="@+id/asscoiate_entry"-->
|
||||
<!-- />-->
|
||||
<!-- <ListView-->
|
||||
<!-- android:layout_width="match_parent"-->
|
||||
<!-- android:layout_height="wrap_content"-->
|
||||
<!-- android:paddingTop="40dp"-->
|
||||
<!-- android:paddingLeft="20dp"-->
|
||||
<!-- android:divider="@null"-->
|
||||
<!-- android:id="@+id/listview_group"-->
|
||||
<!-- android:textSize="16sp"-->
|
||||
<!-- android:textColor="#ff000000"-->
|
||||
<!-- android:shadowDx="4"-->
|
||||
<!-- android:shadowDy="4"-->
|
||||
<!-- android:shadowRadius="2"-->
|
||||
<!-- />-->
|
||||
|
||||
<!--</LinearLayout>-->
|
Loading…
Reference in new issue