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