Skip to content

Commit

Permalink
Update Material Components library
Browse files Browse the repository at this point in the history
which now contains a fully working implementation of the multiline collapsing toolbar, yay! 馃帀
(see also material-components/material-components-android#413)
  • Loading branch information
johan12345 committed Jul 19, 2020
1 parent 8036bd9 commit 6934bf4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion opacclient/opacapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ dependencies {
implementation 'androidx.preference:preference:1.1.1'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'androidx.work:work-runtime:2.3.4'
implementation 'com.github.opacapp:material-components-android:d290745a71'
implementation 'com.google.android.material:material:1.2.0-rc01'

// Other
implementation 'io.sentry:sentry-android-core:2.2.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,14 @@
android:theme="@style/ThemeOverlay.AppCompat.Light">

<Button
android:id="@+id/btToggleNotice"
style="@style/Widget.MaterialComponents.Button.UnelevatedButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:text="@string/toggle_notice_button"
android:id="@+id/btToggleNotice"
android:theme="@style/ThemeOverlay.AppCompat.Light"
style="@style/Widget.AppCompat.Button.Borderless"
android:layout_centerVertical="true"/>
android:theme="@style/ThemeOverlay.AppCompat.Light" />

<TextView
android:id="@+id/tvToggleNotice"
Expand Down

0 comments on commit 6934bf4

Please sign in to comment.