Office UI Fabric for Android - The front-end framework for building experiences for Office and Office 365
Перейти к файлу
Emily Lynam 665dc1ccf4 Merged PR 251892: Snackbar: Bug fixes and polish for icon variant
- Fix a bug so that we can use `Snackbar`s in `RecyclerView`s with `findSuitableParent` method borrowed from android (discovered this while working on `ListItemView`)
- Add single line Snackbar with icon variant to the demo and fix bugs so that the icon and text are centered properly
- Give a default duration (per design and pm request)
- Note which duration is used in the demo button text.

| Single-line with icon | Single-line with icon and action |
| ------------- |:-------------:|
|![Screenshot_1554738893.png](https://onedrive.visualstudio.com/4dcbf0bc-c3cd-49c8-a7c3-ec1924691d9b/_apis/git/repositories/32fa6338-45ea-42a0-aca0-484938e1962a/pullRequests/251892/attachments/Screenshot_1554738893.png) | ![Screenshot_1554738897.png](https://onedrive.visualstudio.com/4dcbf0bc-c3cd-49c8-a7c3-ec1924691d9b/_apis/git/repositories/32fa6338-45ea-42a0-aca0-484938e1962a/pullRequests/251892/attachments/Screenshot_1554738897.png) |
| Multi-line with icon | Multi-line with icon and action |
|![Screenshot_1554738900.png](https://onedrive.visualstudio.com/4dcbf0bc-c3cd-49c8-a7c3-ec1924691d9b/_apis/git/repositories/32fa6338-45ea-42a0-aca0-484938e1962a/pullRequests/251892/attachments/Screenshot_1554738900.png) | ![Screenshot_1554738905.png](https://onedrive.visualstudio.com/4dcbf0bc-c3cd-49c8-a7c3-ec1924691d9b/_apis/git/repositories/32fa6338-45ea-42a0-aca0-484938e1962a/pullRequests/251892/attachments/Screenshot_1554738905.png) |

Related work items: #706313
2019-04-08 19:11:34 +00:00
OfficeUIFabric Merged PR 251892: Snackbar: Bug fixes and polish for icon variant 2019-04-08 19:11:34 +00:00
OfficeUIFabric.Demo Merged PR 251892: Snackbar: Bug fixes and polish for icon variant 2019-04-08 19:11:34 +00:00
gradle/wrapper Merged PR 196135: Updated build related files after Android studio update 2018-10-26 01:35:41 +00:00
licenses Merged PR 244578: Add TokenAutoComplete library license 2019-03-18 17:30:13 +00:00
metadata Merged PR 188108: PeoplePicker intro 2018-10-18 15:49:15 +00:00
.gitignore Initial commit 2018-07-05 10:56:48 -07:00
CONTRIBUTING.md Create CONTRIBUTING.md 2019-03-29 10:35:48 -07:00
LICENSE Updated LICENSE 2019-03-28 17:33:06 +00:00
README.md Update README.md 2019-03-29 14:33:04 -07:00
build.gradle Added BinTray config for publishing 2019-03-29 17:08:55 -07:00
gradle.properties Initial commit 2018-07-05 10:56:48 -07:00
gradlew Initial commit 2018-07-05 10:56:48 -07:00
gradlew.bat Initial commit 2018-07-05 10:56:48 -07:00
settings.gradle Initial commit 2018-07-05 10:56:48 -07:00

README.md

Build status GitHub release

Office UI Fabric for Android

The Android UI framework for building experiences for Office and Office 365.

Office UI Fabric for Android is a native library that provides the Office UI experience for the Android platform. It contains information about colors and typography, as well as custom controls and customizations for platform controls, all from the official Fluent design language used in Office and Office 365 products.

Install and use Office UI Fabric

1. Using Maven

...

2. Manual installation

2.1. Download the latest changes from the Office UI Fabric Android repository.

2.2. ...

Import the library to use it:

...

Changelog

We use GitHub Releases to manage our releases, including the changelog between every release. You'll find a complete list of additions, fixes, and changes on the Releases page.