diff --git a/android/src/main/res/layout/pass_list_item.xml b/android/src/main/res/layout/pass_list_item.xml index 60b2c40d..3955f1be 100644 --- a/android/src/main/res/layout/pass_list_item.xml +++ b/android/src/main/res/layout/pass_list_item.xml @@ -1,87 +1,86 @@ - + + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:background="@color/card_view_background" + android:orientation="vertical"> + android:id="@+id/pass_top" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:orientation="horizontal"> + + + android:textAppearance="?android:attr/textAppearanceSmall" + android:textColor="?android:attr/textColorPrimary" + tools:text="12.10.2013 17:00" /> + android:id="@+id/passTitle" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:paddingTop="4dp" - + android:textAppearance="?android:attr/textAppearanceMedium" + android:textColor="?android:attr/textColorPrimary" + tools:text="Title" /> + + android:id="@+id/categoryView" + android:layout_width="48dp" + android:layout_height="74dp" + android:layout_gravity="center" + android:layout_margin="8dp" /> + android:layout_marginEnd="8dp" + android:layout_marginLeft="8dp" + android:layout_marginRight="8dp" + android:layout_marginStart="8dp" + android:background="#dfdfdf" + android:padding="7dp" /> + android:id="@+id/timeAndNavBar" + android:layout_width="match_parent" + android:layout_height="wrap_content" /> + android:id="@+id/passExtrasContainer" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:orientation="vertical" />