<?xml version="1.0" encoding="utf-8"?>
<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_width="match_parent"
android:layout_height="match_parent"
tools:context="com.emigrant.timka.start"
android:orientation="vertical"
android:padding="10dp"
android:background="
@color/backroundcolor">
<LinearLayout
android:clipToPadding="false"
android:gravity="center"
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<android.support.v7.widget.CardView
android:foreground="?android:attr/selectableItemBackground"
android:clickable="true"
android:focusable="true"
android:layout_width="95dp"
android:layout_height="150dp"
android:layout_margin="10dp"
>
<LinearLayout
android:layout_width="95dp"
android:layout_height="150dp"
android:orientation="vertical"
android:gravity="center">
<ImageView
android:layout_width="55dp"
android:layout_height="55dp"
android:background="
@drawable/cerclebachroundpurple"
android:src="
@drawable/ic_account_balance_black_24dp"
android:padding="10dp"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textStyle="bold"
android:layout_marginTop="10dp"
android:gravity="center"
android:text="
@string/tm_dovlet_migrasiya"/>
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="
@color/lightgray"
android:layout_margin="10dp"/>
</LinearLayout>
</android.support.v7.widget.CardView>
<LinearLayout