Skip to content

Commit 5f78d87

Browse files
committed
Unified to use relative namespace in layout XML
Bug: #118 Change-Id: Ib752b9f875e4062732787036230fdd590ea5e953
1 parent bcc9093 commit 5f78d87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/res/layout/fragment_my_ticket.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
android:paddingTop="@dimen/activity_vertical_margin"
77
android:paddingRight="@dimen/activity_horizontal_margin"
88
android:paddingBottom="@dimen/activity_vertical_margin"
9-
tools:context="app.opass.ccip.ui.fastpass.MyTicketFragment">
9+
tools:context=".ui.fastpass.MyTicketFragment">
1010

1111
<TextView
1212
android:id="@+id/ticket_notice"

app/src/main/res/layout/fragment_schedule_tab.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<fragment
3535
android:id="@+id/filterSheet"
36-
android:name="app.opass.ccip.ui.schedule.ScheduleFilterFragment"
36+
android:name=".ui.schedule.ScheduleFilterFragment"
3737
android:layout_width="match_parent"
3838
android:layout_height="match_parent"
3939
android:layout_marginBottom="8dp"

0 commit comments

Comments
 (0)