вот мой макет xml:
<LinearLayout
android:gravity="center"
android:layout_width="match_parent"
android:layout_height="90dp"
android:orientation="horizontal">
<LinearLayout
android:id="@+id/lyt_like"
android:gravity="center"
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:orientation="vertical" >
<ImageView
android:src="@drawable/save"
android:layout_width="30dp"
android:layout_height="30dp" />
<TextView
android:text="Like"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>
<View
android:background="@color/bg_screen2"
android:layout_width="1dp"
android:layout_height="match_parent">
</View>
<LinearLayout
android:id="@+id/lyt_love"
android:gravity="center"
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:orientation="vertical" >
<ImageView
android:src="@drawable/save"
android:layout_width="30dp"
android:layout_height="30dp" />
<TextView
android:text="Love"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>
<View
android:background="@color/bg_screen2"
android:layout_width="1dp"
android:layout_height="match_parent">
</View>
<LinearLayout
android:gravity="center"
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:orientation="vertical" >
<ImageView
android:src="@drawable/save"
android:layout_width="30dp"
android:layout_height="30dp" />
<TextView
android:text="Sad"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>
<View
android:background="@color/bg_screen2"
android:layout_width="1dp"
android:layout_height="match_parent">
</View>
</LinearLayout>
<View
android:background="@color/bg_screen2"
android:layout_width="match_parent"
android:layout_height="1dp">
</View>
<LinearLayout
android:gravity="center"
android:layout_width="match_parent"
android:layout_height="90dp"
android:orientation="horizontal">
<LinearLayout
android:gravity="center"
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:orientation="vertical" >
<ImageView
android:src="@drawable/save"
android:layout_width="30dp"
android:layout_height="30dp" />
<TextView
android:text="laugh"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>
<View
android:background="@color/bg_screen2"
android:layout_width="1dp"
android:layout_height="match_parent">
</View>
<LinearLayout
android:gravity="center"
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:orientation="vertical" >
<ImageView
android:src="@drawable/save"
android:layout_width="30dp"
android:layout_height="30dp" />
<TextView
android:text="Angry"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>
<View
android:background="@color/bg_screen2"
android:layout_width="1dp"
android:layout_height="match_parent">
</View>
<LinearLayout
android:gravity="center"
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:orientation="vertical" >
<ImageView
android:src="@drawable/save"
android:layout_width="30dp"
android:layout_height="30dp" />
<TextView
android:text="Wow"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>
<View
android:background="@color/bg_screen2"
android:layout_width="1dp"
android:layout_height="match_parent">
</View>
</LinearLayout>
<View
android:background="@color/bg_screen2"
android:layout_width="match_parent"
android:layout_height="1dp">
</View>
<LinearLayout
android:gravity="center"
android:layout_width="match_parent"
android:layout_height="90dp"
android:orientation="horizontal">
<LinearLayout
android:gravity="center"
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:orientation="vertical" >
<ImageView
android:src="@drawable/save"
android:layout_width="30dp"
android:layout_height="30dp" />
<TextView
android:text="Me Too"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>
<View
android:background="@color/bg_screen2"
android:layout_width="1dp"
android:layout_height="match_parent">
</View>
<LinearLayout
android:gravity="center"
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:orientation="vertical" >
<ImageView
android:src="@drawable/save"
android:layout_width="30dp"
android:layout_height="30dp" />
<TextView
android:text="Don't Worry"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>
<View
android:background="@color/bg_screen2"
android:layout_width="1dp"
android:layout_height="match_parent">
</View>
<LinearLayout
android:gravity="center"
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:orientation="vertical" >
<ImageView
android:src="@drawable/save"
android:layout_width="30dp"
android:layout_height="30dp" />
<TextView
android:text="Consult Doctor"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>
<View
android:background="@color/bg_screen2"
android:layout_width="1dp"
android:layout_height="match_parent">
</View>
</LinearLayout>
, но это не похоже на то, что я хотел, поэтому, пожалуйста, помогите мне и смайликам в запуске анимации.![I want to make similar like this](https://i.stack.imgur.com/4PGpw.jpg)