equal
deleted
inserted
replaced
22 |
22 |
23 --> |
23 --> |
24 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" |
24 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" |
25 xmlns:tools="http://schemas.android.com/tools" |
25 xmlns:tools="http://schemas.android.com/tools" |
26 android:layout_width="match_parent" |
26 android:layout_width="match_parent" |
27 android:layout_height="120dp" |
27 android:layout_height="128dp" |
28 android:orientation="vertical" |
28 android:orientation="vertical" |
29 android:weightSum="1" |
29 android:weightSum="1" |
30 android:clickable="false"> |
30 android:clickable="false"> |
31 |
31 |
32 <ImageView |
32 <ImageView |