|  |  |  | 
|---|
|  |  |  | android:layout_width="match_parent" | 
|---|
|  |  |  | android:layout_height="match_parent" | 
|---|
|  |  |  | xmlns:app="http://schemas.android.com/apk/res-auto" | 
|---|
|  |  |  | android:paddingLeft="60dp" | 
|---|
|  |  |  | android:paddingRight="60dp"> | 
|---|
|  |  |  | android:paddingLeft="30dp" | 
|---|
|  |  |  | android:paddingRight="30dp"> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <com.facebook.drawee.view.SimpleDraweeView | 
|---|
|  |  |  | android:id="@+id/sim_icon" | 
|---|
|  |  |  | android:layout_width="match_parent" | 
|---|
|  |  |  | android:layout_height="0dp" | 
|---|
|  |  |  | app:viewAspectRatio="2.3" | 
|---|
|  |  |  | app:viewAspectRatio="2.2" | 
|---|
|  |  |  | style="@style/sim_nomal" | 
|---|
|  |  |  | app:roundedCornerRadius="20dp" | 
|---|
|  |  |  | app:layout_constraintTop_toTopOf="parent" | 
|---|