We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc9093 commit 5f78d87Copy full SHA for 5f78d87
app/src/main/res/layout/fragment_my_ticket.xml
@@ -6,7 +6,7 @@
6
android:paddingTop="@dimen/activity_vertical_margin"
7
android:paddingRight="@dimen/activity_horizontal_margin"
8
android:paddingBottom="@dimen/activity_vertical_margin"
9
- tools:context="app.opass.ccip.ui.fastpass.MyTicketFragment">
+ tools:context=".ui.fastpass.MyTicketFragment">
10
11
<TextView
12
android:id="@+id/ticket_notice"
app/src/main/res/layout/fragment_schedule_tab.xml
@@ -33,7 +33,7 @@
33
34
<fragment
35
android:id="@+id/filterSheet"
36
- android:name="app.opass.ccip.ui.schedule.ScheduleFilterFragment"
+ android:name=".ui.schedule.ScheduleFilterFragment"
37
android:layout_width="match_parent"
38
android:layout_height="match_parent"
39
android:layout_marginBottom="8dp"
0 commit comments