atom
This commit is contained in:
@@ -362,13 +362,31 @@
|
||||
android:background="#F5F5F5" />
|
||||
</RelativeLayout>
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/recycler_view"
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/rl_ceshi"
|
||||
android:layout_width="match_parent"
|
||||
android:visibility="gone"
|
||||
android:layout_height="400dp"
|
||||
android:layout_below="@+id/ly_01"
|
||||
/>
|
||||
android:layout_height="60dp"
|
||||
android:background="@color/white">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="19dp"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginLeft="23dp"
|
||||
android:text="测试"
|
||||
android:textColor="#ff000000"
|
||||
android:textSize="14sp" />
|
||||
|
||||
<ImageView style="@style/fragment_imag" />
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:background="#F5F5F5" />
|
||||
</RelativeLayout>
|
||||
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
</layout>
|
||||
|
||||
Reference in New Issue
Block a user