Skip to content

Commit bd7e21e

Browse files
committed
Improve document formatting
1 parent 8d53025 commit bd7e21e

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

fern/docs/pages/plug-sdk/android.mdx

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -359,10 +359,6 @@ The support button can also accept default parameters like
359359

360360
```kotlin
361361
android:src="@your_drawable_here"
362-
```
363-
and
364-
365-
```kotlin
366362
android:backgroundTint="@your_background_color"
367363
```
368364

@@ -599,8 +595,9 @@ To protect sensitive data, the DevRev SDK provides an auto-masking feature that
599595

600596
While the auto-masking feature may be sufficient for most situations, you can manually mark/unmark additional views as sensitive.
601597

602-
> [!NOTE]
603-
> Use Tag method only when you don't have any other tag already applied to your UI element.
598+
### Mask
599+
### Using tag
600+
<Note>Use the `Tag` method only when you don't have any other tag already applied to your UI element.</Note>
604601

605602
```xml
606603
android:tag="devrev-mask"
@@ -877,7 +874,7 @@ For example:
877874
### Screen transition management
878875

879876
The DevRev SDK allows tracking of screen transitions to understand user navigation within your app.
880-
You can check if a screen transition is in progress and manually update the state using the following methods:
877+
You can check if a screen transition is in progress and manually update the state using the following methods.
881878

882879
### Check if the screen is transitioning
883880

0 commit comments

Comments
 (0)