| | |
| | | <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_marginRight="@dimen/frame_margin_lr" |
| | | android:layout_marginLeft="@dimen/frame_margin_lr" |
| | | android:layout_marginTop="@dimen/frame_margin_lr" |
| | | android:padding="@dimen/frame_margin_lr" |
| | | android:orientation="vertical" |
| | | android:gravity="center" |
| | | android:layout_width="match_parent" |
| | | android:layout_width="100dp" |
| | | android:layout_height="wrap_content"> |
| | | |
| | | <ImageView |
| | | android:id="@+id/img_icon" |
| | | android:layout_width="80dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_width="50dp" |
| | | android:layout_height="50dp" |
| | | android:adjustViewBounds="true" |
| | | android:scaleType="centerCrop" |
| | | tools:srcCompat="@tools:sample/avatars"/> |
| | | |
| | | <TextView |