Skip to content

Commit

Permalink
Merge pull request #523 from gini/PP-690_Atruvia-Accessibility-Naviga…
Browse files Browse the repository at this point in the history
…tion-with-a-keyboard

feature(capture-sdk) Make navigation bar accessible for keyboard. Add…
  • Loading branch information
GeraltRiv authored Aug 12, 2024
2 parents 86a1136 + 87d67c3 commit 60c3743
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:navigationIconTint="?attr/colorOnBackground"
android:touchscreenBlocksFocus="false"
tools:title="This is a title"/>

</androidx.constraintlayout.widget.ConstraintLayout>
1 change: 1 addition & 0 deletions capture-sdk/sdk/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<color name="gc_accent_03">#62ACFB</color>
<color name="gc_accent_04">#93C4F9</color>
<color name="gc_accent_05">#C4DDF7</color>
<color name="gc_accent_06">#40007BFF</color>

<color name="gc_dark_01">#000000</color>
<color name="gc_dark_02">#121212</color>
Expand Down
1 change: 1 addition & 0 deletions capture-sdk/sdk/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<item name="textAppearanceBodySmall">?attr/textAppearanceCaption</item>
<item name="textAppearanceLabelLarge">?attr/textAppearanceButton</item>
<item name="textAppearanceLabelMedium">?attr/textAppearanceOverline</item>
<item name="android:colorControlHighlight">@color/gc_accent_06</item>
</style>

<style name="Root.GiniCaptureTheme" parent="Root.GiniCaptureTheme.Internal"/>
Expand Down

0 comments on commit 60c3743

Please sign in to comment.