[components] Issue https://github.com/mozilla-mobile/android-components/issues/6429...
commit0da5aa6d4409f174f89276057cb0f872772c2f51
authorGabriel Luong <gabriel.luong@gmail.com>
Mon, 6 Jul 2020 00:24:45 +0000 (5 20:24 -0400)
committerGabriel Luong <gabriel.luong@gmail.com>
Thu, 27 Aug 2020 00:26:54 +0000 (26 20:26 -0400)
tree8995898a126b3f58d5e803373b0de15a5c9c9cf8
parent8fed12ec24b7165cc6983208b8c2dea0a1856654
[components] Issue https://github.com/mozilla-mobile/android-components/issues/6429: Add container page action icon in the browser toolbar
mobile/android/android-components/components/feature/toolbar/src/main/java/mozilla/components/feature/toolbar/ContainerToolbarAction.kt [new file with mode: 0644]
mobile/android/android-components/components/feature/toolbar/src/main/java/mozilla/components/feature/toolbar/ContainerToolbarFeature.kt [new file with mode: 0644]
mobile/android/android-components/components/feature/toolbar/src/main/res/layout/mozac_feature_toolbar_container_action_layout.xml [new file with mode: 0644]
mobile/android/android-components/components/feature/toolbar/src/main/res/values/colors.xml [new file with mode: 0644]
mobile/android/android-components/components/feature/toolbar/src/test/java/mozilla/components/feature/toolbar/ContainerToolbarActionTest.kt [new file with mode: 0644]
mobile/android/android-components/components/feature/toolbar/src/test/java/mozilla/components/feature/toolbar/ContainerToolbarFeatureTest.kt [new file with mode: 0644]
mobile/android/android-components/docs/changelog.md