Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.79 KB | None | 0 0
  1.                             <LinearLayout
  2.                                android:layout_width="match_parent"
  3.                                android:layout_height="45dp"
  4.                                android:gravity="center"
  5.                                android:orientation="horizontal"
  6.                                android:clickable="true"
  7.                                android:focusable="true">
  8.  
  9.                                 <android.support.v7.widget.RecyclerView
  10.                                    android:layout_width="0dp"
  11.                                    android:layout_height="match_parent"
  12.                                    android:layout_marginLeft="10dp"
  13.                                    android:layout_marginTop="8dp"
  14.                                    android:layout_marginRight="10dp"
  15.                                    android:layout_marginBottom="8dp"
  16.                                    android:layout_weight="1"
  17.                                    android:orientation="horizontal"
  18.                                    card_view:layoutManager="android.support.v7.widget.LinearLayoutManager"
  19.                                    android:clickable="false"/>
  20.  
  21.                                 <ImageButton
  22.                                    android:layout_width="32dp"
  23.                                    android:layout_height="32dp"
  24.                                    android:layout_marginLeft="5dp"
  25.                                    android:layout_marginRight="5dp"
  26.                                    android:padding="7dp"
  27.                                    android:scaleType="fitEnd"
  28.                                    android:src="@drawable/ic_arrow_right_black_vector"
  29.                                    android:clickable="false"/>
  30.                             </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement