-
Notifications
You must be signed in to change notification settings - Fork 34
Use absolute import for activity_session_detail #118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
Bug: CCIP-App#118 Change-Id: Ib752b9f875e4062732787036230fdd590ea5e953
Bug: CCIP-App#118 Change-Id: Ib752b9f875e4062732787036230fdd590ea5e953
7d10cfb
to
5d49280
Compare
Bug: CCIP-App#118 Change-Id: Ib752b9f875e4062732787036230fdd590ea5e953
Bug: CCIP-App#118 Change-Id: Ib752b9f875e4062732787036230fdd590ea5e953
Bug: CCIP-App#118 Change-Id: Ib752b9f875e4062732787036230fdd590ea5e953
@@ -12,7 +12,7 @@ | |||
android:layout_height="@dimen/app_bar_height" | |||
android:fitsSystemWindows="true" | |||
android:theme="@style/AppTheme.AppBarOverlay" | |||
app:layout_behavior=".ui.sessiondetail.ScrollingControlAppBarLayoutBehavior"> | |||
app:layout_behavior="app.opass.ccip.ui.sessiondetail.ScrollingControlAppBarLayoutBehavior"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be coming from the material library instead
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not much familiar with Android layout XML. Feel free to create another version of this commit.
This is to prevent class name resolution failed when debugging using different application ID.
Change-Id: Ib752b9f875e4062732787036230fdd590ea5e953