Skip to content

Commit 153b305

Browse files
committed
Use absolute import for activity_session_detail
Bug: CCIP-App#118 Change-Id: Ib752b9f875e4062732787036230fdd590ea5e953
1 parent 87ba244 commit 153b305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
android:layout_height="@dimen/app_bar_height"
1313
android:fitsSystemWindows="true"
1414
android:theme="@style/AppTheme.AppBarOverlay"
15-
app:layout_behavior=".ui.sessiondetail.ScrollingControlAppBarLayoutBehavior">
15+
app:layout_behavior="app.opass.ccip.ui.sessiondetail.ScrollingControlAppBarLayoutBehavior">
1616

1717
<com.google.android.material.appbar.CollapsingToolbarLayout
1818
android:id="@+id/toolbar_layout"

0 commit comments

Comments
 (0)