| Light | Dark |
|---|---|
![]() |
![]() |
This sample demonstrates how to customize the UI of PdfViewCtrlTabHostFragment which includes samples for:
| Sample | Description |
|---|---|
| Quick menu customization | Adds a custom star to almost all of the annotation quick menus, adds a "Link" quick menu button when square annotations are selected, and adds an "UnLink" quick menu button when circle annotations are selected. |
| Annotation toolbar customization | Re-arranges items in the annotation toolbar grouping. |
| Options toolbar customization | Creates a custom options toolbar from scratch by removing and adding new buttons. |
| Adding custom views to the viewer | Adds a custom view on top of a link annotation when the annotation is selected. |
app/
src/ - Project source files and resources.
build.gradle - Module level Gradle build file.
res/menu - quick menu resources that will be modified (see guide).
build.gradle - Project level Gradle build file.
gradle.properties - Project-wide Gradle settings. Contains Apryse license key and credentials.
See License

