|
|
|
@ -77,41 +77,45 @@ |
|
|
|
|
</LinearLayout> |
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
<View |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="1dp" |
|
|
|
|
android:layout_marginStart="20dp" |
|
|
|
|
android:layout_marginEnd="20dp" |
|
|
|
|
android:background="@color/greye5"/> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
android:id="@+id/layout_manage_wallets" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="70dp" |
|
|
|
|
android:layout_height="71dp" |
|
|
|
|
android:orientation="vertical" |
|
|
|
|
android:background="@drawable/selector_settings_item"> |
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
|
android:layout_width="40dp" |
|
|
|
|
<View |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="1dp" |
|
|
|
|
android:layout_marginStart="20dp" |
|
|
|
|
android:layout_marginEnd="20dp" |
|
|
|
|
android:background="@color/greye5"/> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:layout_marginLeft="20dp" |
|
|
|
|
android:layout_marginRight="10dp"> |
|
|
|
|
android:layout_marginStart="20dp" |
|
|
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:layout_centerInParent="true" |
|
|
|
|
android:layout_width="40dp" |
|
|
|
|
android:paddingStart="5dp" |
|
|
|
|
android:paddingEnd="5dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_gravity="center" |
|
|
|
|
android:layout_marginEnd="10dp" |
|
|
|
|
android:src="@drawable/ic_change_wallet" /> |
|
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_gravity="center_vertical" |
|
|
|
|
android:fontFamily="@font/font_light" |
|
|
|
|
android:text="@string/toolbar_title_wallets" |
|
|
|
|
android:textColor="@color/black" |
|
|
|
|
android:textSize="20sp" /> |
|
|
|
|
<TextView |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_gravity="center_vertical" |
|
|
|
|
android:fontFamily="@font/font_light" |
|
|
|
|
android:text="@string/toolbar_title_wallets" |
|
|
|
|
android:textColor="@color/black" |
|
|
|
|
android:textSize="20sp" /> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|